Shades of Green #126612
Tints of Green #126612
RGB
CMYK
RGB Variations
Color information
#126612 (or 0x126612) is known color: Green. HEX triplet: 12, 66 and 12. RGB value is (18,102,18). Sum of RGB (Red+Green+Blue) = 18+102+18=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #126612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126612 is #ED99ED. Grayscale: #434343. Windows color (decimal): -15571438 or 1205778. OLE color: 1205778.
HSL color Cylindrical-coordinate representation of color #126612: hue angle of 120º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126612 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 18 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.6 |
| HSL | 120º | 0.7% | 0.24% | - |
| HSV(B) | 120º | 0.82% | 0.4% | - |
| XYZ | 5.11 | 9.68 | 2.17 | - |
| YUV | 67.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 18 | 0.82 | 0 | 0.82 | 0.6 | 120 | 0.7 | 0.24 |
| Hex | 12 | 66 | 12 | 52 | 0 | 52 | 3C | 78 | 46 | 18 |
| Octal | 22 | 146 | 22 | 122 | 0 | 122 | 74 | 170 | 106 | 30 |
| Binary | 10010 | 1100110 | 10010 | 1010010 | 0 | 1010010 | 111100 | 1111000 | 1000110 | 11000 |
Color Harmonies of #126612
Complementary color
Monochromatic Colors of #126612
Black with #126612
Text Example
Text Example
White with #126612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126612; }
p { color: rgb(18,102,18); }
H1.HeaderClassName
{
color: #126612;
}
.AnyTagClassName
{
color: #126612;
}
</style>
background-color css
<style>
a { background-color: #126612; }
a { background-color: rgb(18,102,18); }
div.DivClassName
{
background-color: #126612;
}
.BgClassName
{
background-color: #126612;
}
</style>
border-color css
<style>
span { border-color: #126612; }
span { border-color: rgb(18,102,18); }
td.TdClassName
{
border-color: #126612;
}
.TagClassName
{
border-color: #126612;
}
</style>