Shades of Green #116808
Tints of Green #116808
RGB
CMYK
RGB Variations
Color information
#116808 (or 0x116808) is known color: Green. HEX triplet: 11, 68 and 08. RGB value is (17,104,8). Sum of RGB (Red+Green+Blue) = 17+104+8=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #116808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116808 is #EE97F7. Grayscale: #434343. Windows color (decimal): -15636472 or 550929. OLE color: 550929.
HSL color Cylindrical-coordinate representation of color #116808: hue angle of 114.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116808 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 8 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.59 |
| HSL | 114.38º | 0.86% | 0.22% | - |
| HSV(B) | 114.38º | 0.92% | 0.41% | - |
| XYZ | 5.23 | 10.04 | 1.89 | - |
| YUV | 67.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 8 | 0.84 | 0 | 0.92 | 0.59 | 114.38 | 0.86 | 0.22 |
| Hex | 11 | 68 | 8 | 54 | 0 | 5C | 3B | 72 | 56 | 16 |
| Octal | 21 | 150 | 10 | 124 | 0 | 134 | 73 | 162 | 126 | 26 |
| Binary | 10001 | 1101000 | 1000 | 1010100 | 0 | 1011100 | 111011 | 1110010 | 1010110 | 10110 |
Color Harmonies of #116808
Complementary color
Monochromatic Colors of #116808
Black with #116808
Text Example
Text Example
White with #116808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116808; }
p { color: rgb(17,104,8); }
H1.HeaderClassName
{
color: #116808;
}
.AnyTagClassName
{
color: #116808;
}
</style>
background-color css
<style>
a { background-color: #116808; }
a { background-color: rgb(17,104,8); }
div.DivClassName
{
background-color: #116808;
}
.BgClassName
{
background-color: #116808;
}
</style>
border-color css
<style>
span { border-color: #116808; }
span { border-color: rgb(17,104,8); }
td.TdClassName
{
border-color: #116808;
}
.TagClassName
{
border-color: #116808;
}
</style>