Shades of Green #126608
Tints of Green #126608
RGB
CMYK
RGB Variations
Color information
#126608 (or 0x126608) is known color: Green. HEX triplet: 12, 66 and 08. RGB value is (18,102,8). Sum of RGB (Red+Green+Blue) = 18+102+8=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #126608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126608 is #ED99F7. Grayscale: #424242. Windows color (decimal): -15571448 or 550418. OLE color: 550418.
HSL color Cylindrical-coordinate representation of color #126608: hue angle of 113.62º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126608 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 8 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.6 |
| HSL | 113.62º | 0.85% | 0.22% | - |
| HSV(B) | 113.62º | 0.92% | 0.4% | - |
| XYZ | 5.04 | 9.65 | 1.83 | - |
| YUV | 66.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 8 | 0.82 | 0 | 0.92 | 0.6 | 113.62 | 0.85 | 0.22 |
| Hex | 12 | 66 | 8 | 52 | 0 | 5C | 3C | 72 | 55 | 16 |
| Octal | 22 | 146 | 10 | 122 | 0 | 134 | 74 | 162 | 125 | 26 |
| Binary | 10010 | 1100110 | 1000 | 1010010 | 0 | 1011100 | 111100 | 1110010 | 1010101 | 10110 |
Color Harmonies of #126608
Complementary color
Monochromatic Colors of #126608
Black with #126608
Text Example
Text Example
White with #126608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126608; }
p { color: rgb(18,102,8); }
H1.HeaderClassName
{
color: #126608;
}
.AnyTagClassName
{
color: #126608;
}
</style>
background-color css
<style>
a { background-color: #126608; }
a { background-color: rgb(18,102,8); }
div.DivClassName
{
background-color: #126608;
}
.BgClassName
{
background-color: #126608;
}
</style>
border-color css
<style>
span { border-color: #126608; }
span { border-color: rgb(18,102,8); }
td.TdClassName
{
border-color: #126608;
}
.TagClassName
{
border-color: #126608;
}
</style>