Shades of Green #126406
Tints of Green #126406
RGB
CMYK
RGB Variations
Color information
#126406 (or 0x126406) is known color: Green. HEX triplet: 12, 64 and 06. RGB value is (18,100,6). Sum of RGB (Red+Green+Blue) = 18+100+6=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 100 (39.45% from 255 or 80.65% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 100 - color contains mainly: green. Hex color #126406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126406 is #ED9BF9. Grayscale: #414141. Windows color (decimal): -15571962 or 418834. OLE color: 418834.
HSL color Cylindrical-coordinate representation of color #126406: hue angle of 112.34º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #126406 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 6 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.61 |
| HSL | 112.34º | 0.89% | 0.21% | - |
| HSV(B) | 112.34º | 0.94% | 0.39% | - |
| XYZ | 4.84 | 9.26 | 1.7 | - |
| YUV | 64.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 6 | 0.82 | 0 | 0.94 | 0.61 | 112.34 | 0.89 | 0.21 |
| Hex | 12 | 64 | 6 | 52 | 0 | 5E | 3D | 70 | 59 | 15 |
| Octal | 22 | 144 | 6 | 122 | 0 | 136 | 75 | 160 | 131 | 25 |
| Binary | 10010 | 1100100 | 110 | 1010010 | 0 | 1011110 | 111101 | 1110000 | 1011001 | 10101 |
Color Harmonies of #126406
Complementary color
Monochromatic Colors of #126406
Black with #126406
Text Example
Text Example
White with #126406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126406; }
p { color: rgb(18,100,6); }
H1.HeaderClassName
{
color: #126406;
}
.AnyTagClassName
{
color: #126406;
}
</style>
background-color css
<style>
a { background-color: #126406; }
a { background-color: rgb(18,100,6); }
div.DivClassName
{
background-color: #126406;
}
.BgClassName
{
background-color: #126406;
}
</style>
border-color css
<style>
span { border-color: #126406; }
span { border-color: rgb(18,100,6); }
td.TdClassName
{
border-color: #126406;
}
.TagClassName
{
border-color: #126406;
}
</style>