Shades of Green #006412
Tints of Green #006412
RGB
CMYK
RGB Variations
Color information
#006412 (or 0x006412) is known color: Green. HEX triplet: 00, 64 and 12. RGB value is (0,100,18). Sum of RGB (Red+Green+Blue) = 0+100+18=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #006412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006412 is #FF9BED. Grayscale: #3C3C3C. Windows color (decimal): -16751598 or 1205248. OLE color: 1205248.
HSL color Cylindrical-coordinate representation of color #006412: hue angle of 130.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006412 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 18 | - |
| CMYK | 1 | 0 | 0.82 | 0.61 |
| HSL | 130.8º | 1% | 0.2% | - |
| HSV(B) | 130.8º | 1% | 0.39% | - |
| XYZ | 4.67 | 9.16 | 2.09 | - |
| YUV | 60.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 18 | 1 | 0 | 0.82 | 0.61 | 130.8 | 1 | 0.2 |
| Hex | 0 | 64 | 12 | 64 | 0 | 52 | 3D | 83 | 64 | 14 |
| Octal | 0 | 144 | 22 | 144 | 0 | 122 | 75 | 203 | 144 | 24 |
| Binary | 0 | 1100100 | 10010 | 1100100 | 0 | 1010010 | 111101 | 10000011 | 1100100 | 10100 |
Color Harmonies of #006412
Complementary color
Monochromatic Colors of #006412
Black with #006412
Text Example
Text Example
White with #006412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006412; }
p { color: rgb(0,100,18); }
H1.HeaderClassName
{
color: #006412;
}
.AnyTagClassName
{
color: #006412;
}
</style>
background-color css
<style>
a { background-color: #006412; }
a { background-color: rgb(0,100,18); }
div.DivClassName
{
background-color: #006412;
}
.BgClassName
{
background-color: #006412;
}
</style>
border-color css
<style>
span { border-color: #006412; }
span { border-color: rgb(0,100,18); }
td.TdClassName
{
border-color: #006412;
}
.TagClassName
{
border-color: #006412;
}
</style>