Shades of Green #126806
Tints of Green #126806
RGB
CMYK
RGB Variations
Color information
#126806 (or 0x126806) is known color: Green. HEX triplet: 12, 68 and 06. RGB value is (18,104,6). Sum of RGB (Red+Green+Blue) = 18+104+6=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #126806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126806 is #ED97F9. Grayscale: #434343. Windows color (decimal): -15570938 or 419858. OLE color: 419858.
HSL color Cylindrical-coordinate representation of color #126806: hue angle of 112.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #126806 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 6 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.59 |
| HSL | 112.65º | 0.89% | 0.22% | - |
| HSV(B) | 112.65º | 0.94% | 0.41% | - |
| XYZ | 5.23 | 10.04 | 1.83 | - |
| YUV | 67.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 6 | 0.83 | 0 | 0.94 | 0.59 | 112.65 | 0.89 | 0.22 |
| Hex | 12 | 68 | 6 | 53 | 0 | 5E | 3B | 71 | 59 | 16 |
| Octal | 22 | 150 | 6 | 123 | 0 | 136 | 73 | 161 | 131 | 26 |
| Binary | 10010 | 1101000 | 110 | 1010011 | 0 | 1011110 | 111011 | 1110001 | 1011001 | 10110 |
Color Harmonies of #126806
Complementary color
Monochromatic Colors of #126806
Black with #126806
Text Example
Text Example
White with #126806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126806; }
p { color: rgb(18,104,6); }
H1.HeaderClassName
{
color: #126806;
}
.AnyTagClassName
{
color: #126806;
}
</style>
background-color css
<style>
a { background-color: #126806; }
a { background-color: rgb(18,104,6); }
div.DivClassName
{
background-color: #126806;
}
.BgClassName
{
background-color: #126806;
}
</style>
border-color css
<style>
span { border-color: #126806; }
span { border-color: rgb(18,104,6); }
td.TdClassName
{
border-color: #126806;
}
.TagClassName
{
border-color: #126806;
}
</style>