Shades of Green #116809
Tints of Green #116809
RGB
CMYK
RGB Variations
Color information
#116809 (or 0x116809) is known color: Green. HEX triplet: 11, 68 and 09. RGB value is (17,104,9). Sum of RGB (Red+Green+Blue) = 17+104+9=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #116809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116809 is #EE97F6. Grayscale: #434343. Windows color (decimal): -15636471 or 616465. OLE color: 616465.
HSL color Cylindrical-coordinate representation of color #116809: hue angle of 114.95º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116809 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 9 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.59 |
| HSL | 114.95º | 0.84% | 0.22% | - |
| HSV(B) | 114.95º | 0.91% | 0.41% | - |
| XYZ | 5.23 | 10.04 | 1.92 | - |
| YUV | 67.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 9 | 0.84 | 0 | 0.91 | 0.59 | 114.95 | 0.84 | 0.22 |
| Hex | 11 | 68 | 9 | 54 | 0 | 5B | 3B | 73 | 54 | 16 |
| Octal | 21 | 150 | 11 | 124 | 0 | 133 | 73 | 163 | 124 | 26 |
| Binary | 10001 | 1101000 | 1001 | 1010100 | 0 | 1011011 | 111011 | 1110011 | 1010100 | 10110 |
Color Harmonies of #116809
Complementary color
Monochromatic Colors of #116809
Black with #116809
Text Example
Text Example
White with #116809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116809; }
p { color: rgb(17,104,9); }
H1.HeaderClassName
{
color: #116809;
}
.AnyTagClassName
{
color: #116809;
}
</style>
background-color css
<style>
a { background-color: #116809; }
a { background-color: rgb(17,104,9); }
div.DivClassName
{
background-color: #116809;
}
.BgClassName
{
background-color: #116809;
}
</style>
border-color css
<style>
span { border-color: #116809; }
span { border-color: rgb(17,104,9); }
td.TdClassName
{
border-color: #116809;
}
.TagClassName
{
border-color: #116809;
}
</style>