Shades of Green #007512
Tints of Green #007512
RGB
CMYK
RGB Variations
Color information
#007512 (or 0x007512) is known color: Green. HEX triplet: 00, 75 and 12. RGB value is (0,117,18). Sum of RGB (Red+Green+Blue) = 0+117+18=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #007512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007512 is #FF8AED. Grayscale: #474747. Windows color (decimal): -16747246 or 1209600. OLE color: 1209600.
HSL color Cylindrical-coordinate representation of color #007512: hue angle of 129.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007512 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 18 | - |
| CMYK | 1 | 0 | 0.85 | 0.54 |
| HSL | 129.23º | 1% | 0.23% | - |
| HSV(B) | 129.23º | 1% | 0.46% | - |
| XYZ | 6.47 | 12.77 | 2.7 | - |
| YUV | 70.73 | 98.24 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 18 | 1 | 0 | 0.85 | 0.54 | 129.23 | 1 | 0.23 |
| Hex | 0 | 75 | 12 | 64 | 0 | 55 | 36 | 81 | 64 | 17 |
| Octal | 0 | 165 | 22 | 144 | 0 | 125 | 66 | 201 | 144 | 27 |
| Binary | 0 | 1110101 | 10010 | 1100100 | 0 | 1010101 | 110110 | 10000001 | 1100100 | 10111 |
Color Harmonies of #007512
Complementary color
Monochromatic Colors of #007512
Black with #007512
Text Example
Text Example
White with #007512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007512; }
p { color: rgb(0,117,18); }
H1.HeaderClassName
{
color: #007512;
}
.AnyTagClassName
{
color: #007512;
}
</style>
background-color css
<style>
a { background-color: #007512; }
a { background-color: rgb(0,117,18); }
div.DivClassName
{
background-color: #007512;
}
.BgClassName
{
background-color: #007512;
}
</style>
border-color css
<style>
span { border-color: #007512; }
span { border-color: rgb(0,117,18); }
td.TdClassName
{
border-color: #007512;
}
.TagClassName
{
border-color: #007512;
}
</style>