Shades of Green #116608
Tints of Green #116608
RGB
CMYK
RGB Variations
Color information
#116608 (or 0x116608) is known color: Green. HEX triplet: 11, 66 and 08. RGB value is (17,102,8). Sum of RGB (Red+Green+Blue) = 17+102+8=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #116608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116608 is #EE99F7. Grayscale: #424242. Windows color (decimal): -15636984 or 550417. OLE color: 550417.
HSL color Cylindrical-coordinate representation of color #116608: hue angle of 114.26º 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 #116608 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 8 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.6 |
| HSL | 114.26º | 0.85% | 0.22% | - |
| HSV(B) | 114.26º | 0.92% | 0.4% | - |
| XYZ | 5.03 | 9.64 | 1.83 | - |
| YUV | 65.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 8 | 0.83 | 0 | 0.92 | 0.6 | 114.26 | 0.85 | 0.22 |
| Hex | 11 | 66 | 8 | 53 | 0 | 5C | 3C | 72 | 55 | 16 |
| Octal | 21 | 146 | 10 | 123 | 0 | 134 | 74 | 162 | 125 | 26 |
| Binary | 10001 | 1100110 | 1000 | 1010011 | 0 | 1011100 | 111100 | 1110010 | 1010101 | 10110 |
Color Harmonies of #116608
Complementary color
Monochromatic Colors of #116608
Black with #116608
Text Example
Text Example
White with #116608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116608; }
p { color: rgb(17,102,8); }
H1.HeaderClassName
{
color: #116608;
}
.AnyTagClassName
{
color: #116608;
}
</style>
background-color css
<style>
a { background-color: #116608; }
a { background-color: rgb(17,102,8); }
div.DivClassName
{
background-color: #116608;
}
.BgClassName
{
background-color: #116608;
}
</style>
border-color css
<style>
span { border-color: #116608; }
span { border-color: rgb(17,102,8); }
td.TdClassName
{
border-color: #116608;
}
.TagClassName
{
border-color: #116608;
}
</style>