Shades of Green #116109
Tints of Green #116109
RGB
CMYK
RGB Variations
Color information
#116109 (or 0x116109) is known color: Green. HEX triplet: 11, 61 and 09. RGB value is (17,97,9). Sum of RGB (Red+Green+Blue) = 17+97+9=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #116109 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116109 is #EE9EF6. Grayscale: #3F3F3F. Windows color (decimal): -15638263 or 614673. OLE color: 614673.
HSL color Cylindrical-coordinate representation of color #116109: hue angle of 114.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116109 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 9 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.62 |
| HSL | 114.55º | 0.83% | 0.21% | - |
| HSV(B) | 114.55º | 0.91% | 0.38% | - |
| XYZ | 4.56 | 8.69 | 1.7 | - |
| YUV | 63.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 9 | 0.82 | 0 | 0.91 | 0.62 | 114.55 | 0.83 | 0.21 |
| Hex | 11 | 61 | 9 | 52 | 0 | 5B | 3E | 73 | 53 | 15 |
| Octal | 21 | 141 | 11 | 122 | 0 | 133 | 76 | 163 | 123 | 25 |
| Binary | 10001 | 1100001 | 1001 | 1010010 | 0 | 1011011 | 111110 | 1110011 | 1010011 | 10101 |
Color Harmonies of #116109
Complementary color
Monochromatic Colors of #116109
Black with #116109
Text Example
Text Example
White with #116109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116109; }
p { color: rgb(17,97,9); }
H1.HeaderClassName
{
color: #116109;
}
.AnyTagClassName
{
color: #116109;
}
</style>
background-color css
<style>
a { background-color: #116109; }
a { background-color: rgb(17,97,9); }
div.DivClassName
{
background-color: #116109;
}
.BgClassName
{
background-color: #116109;
}
</style>
border-color css
<style>
span { border-color: #116109; }
span { border-color: rgb(17,97,9); }
td.TdClassName
{
border-color: #116109;
}
.TagClassName
{
border-color: #116109;
}
</style>