Shades of Green #007412
Tints of Green #007412
RGB
CMYK
RGB Variations
Color information
#007412 (or 0x007412) is known color: Green. HEX triplet: 00, 74 and 12. RGB value is (0,116,18). Sum of RGB (Red+Green+Blue) = 0+116+18=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 116 (45.70% from 255 or 86.57% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 116 - color contains mainly: green. Hex color #007412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007412 is #FF8BED. Grayscale: #464646. Windows color (decimal): -16747502 or 1209344. OLE color: 1209344.
HSL color Cylindrical-coordinate representation of color #007412: hue angle of 129.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007412 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 18 | - |
| CMYK | 1 | 0 | 0.84 | 0.55 |
| HSL | 129.31º | 1% | 0.23% | - |
| HSV(B) | 129.31º | 1% | 0.45% | - |
| XYZ | 6.35 | 12.53 | 2.66 | - |
| YUV | 70.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 18 | 1 | 0 | 0.84 | 0.55 | 129.31 | 1 | 0.23 |
| Hex | 0 | 74 | 12 | 64 | 0 | 54 | 37 | 81 | 64 | 17 |
| Octal | 0 | 164 | 22 | 144 | 0 | 124 | 67 | 201 | 144 | 27 |
| Binary | 0 | 1110100 | 10010 | 1100100 | 0 | 1010100 | 110111 | 10000001 | 1100100 | 10111 |
Color Harmonies of #007412
Complementary color
Monochromatic Colors of #007412
Black with #007412
Text Example
Text Example
White with #007412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007412; }
p { color: rgb(0,116,18); }
H1.HeaderClassName
{
color: #007412;
}
.AnyTagClassName
{
color: #007412;
}
</style>
background-color css
<style>
a { background-color: #007412; }
a { background-color: rgb(0,116,18); }
div.DivClassName
{
background-color: #007412;
}
.BgClassName
{
background-color: #007412;
}
</style>
border-color css
<style>
span { border-color: #007412; }
span { border-color: rgb(0,116,18); }
td.TdClassName
{
border-color: #007412;
}
.TagClassName
{
border-color: #007412;
}
</style>