#007f12 color space conversions
Hex:
        #007f12
        RGB:
        0, 127, 18
        CMY:
        100, 50, 93
        CMYK:
        100, 0, 86, 50
      HSL:
        129°, 100.0000%, 24.9020%
        HSV (HSB):
        129°, 100.0000%, 49.8039%
        XYZ:
        7.6986, 15.2224, 3.1047
        xyY:
        0.2958, 0.5849, 15.2224
      CIE-Lab:
        45.9373, -50.6362, 45.6871
        CIE-LCH:
        45.9373, 68.2007, 137.9413
        CIE-Luv:
        45.9373, -43.1932, 53.7820
        Hunter-Lab:
        39.0159, -33.0565, 22.5931
      #007f12 color charts
#007f12 RGB chart
      #007f12 CMYK chart
      #007f12 RGB pie chart
      #007f12 color shades, tints & tones
#007f12 color schemes
#007f12 color preview, HTML & CSS examples
           This text has a color of #007f12        
        
          <p style="color:#007f12;">Text here</p>
        
        
          .mytext {color:#007f12;}
        
        Text color #007f12
      
           This box has a color of #007f12        
        
          <div style="background-color:#007f12;">Content here</div>
        
        
          .mybackground {background-color:#007f12;}
        
        Background color #007f12
      
           Border around this has a color of #007f12        
        
          <div style="border:2px solid #007f12;">Content here</div>
        
        
          .myborder {border:2px solid #007f12;}
        
        Border color #007f12