Shades of Green #116908
Tints of Green #116908
RGB
CMYK
RGB Variations
Color information
#116908 (or 0x116908) is known color: Green. HEX triplet: 11, 69 and 08. RGB value is (17,105,8). Sum of RGB (Red+Green+Blue) = 17+105+8=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #116908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116908 is #EE96F7. Grayscale: #434343. Windows color (decimal): -15636216 or 551185. OLE color: 551185.
HSL color Cylindrical-coordinate representation of color #116908: hue angle of 114.43º 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 #116908 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 8 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.59 |
| HSL | 114.43º | 0.86% | 0.22% | - |
| HSV(B) | 114.43º | 0.92% | 0.41% | - |
| XYZ | 5.33 | 10.24 | 1.93 | - |
| YUV | 67.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 8 | 0.84 | 0 | 0.92 | 0.59 | 114.43 | 0.86 | 0.22 |
| Hex | 11 | 69 | 8 | 54 | 0 | 5C | 3B | 72 | 56 | 16 |
| Octal | 21 | 151 | 10 | 124 | 0 | 134 | 73 | 162 | 126 | 26 |
| Binary | 10001 | 1101001 | 1000 | 1010100 | 0 | 1011100 | 111011 | 1110010 | 1010110 | 10110 |
Color Harmonies of #116908
Complementary color
Monochromatic Colors of #116908
Black with #116908
Text Example
Text Example
White with #116908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116908; }
p { color: rgb(17,105,8); }
H1.HeaderClassName
{
color: #116908;
}
.AnyTagClassName
{
color: #116908;
}
</style>
background-color css
<style>
a { background-color: #116908; }
a { background-color: rgb(17,105,8); }
div.DivClassName
{
background-color: #116908;
}
.BgClassName
{
background-color: #116908;
}
</style>
border-color css
<style>
span { border-color: #116908; }
span { border-color: rgb(17,105,8); }
td.TdClassName
{
border-color: #116908;
}
.TagClassName
{
border-color: #116908;
}
</style>