Shades of Green #116209
Tints of Green #116209
RGB
CMYK
RGB Variations
Color information
#116209 (or 0x116209) is known color: Green. HEX triplet: 11, 62 and 09. RGB value is (17,98,9). Sum of RGB (Red+Green+Blue) = 17+98+9=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #116209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116209 is #EE9DF6. Grayscale: #3F3F3F. Windows color (decimal): -15638007 or 614929. OLE color: 614929.
HSL color Cylindrical-coordinate representation of color #116209: hue angle of 114.61º 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 #116209 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 9 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.62 |
| HSL | 114.61º | 0.83% | 0.21% | - |
| HSV(B) | 114.61º | 0.91% | 0.38% | - |
| XYZ | 4.65 | 8.87 | 1.73 | - |
| YUV | 63.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 9 | 0.83 | 0 | 0.91 | 0.62 | 114.61 | 0.83 | 0.21 |
| Hex | 11 | 62 | 9 | 53 | 0 | 5B | 3E | 73 | 53 | 15 |
| Octal | 21 | 142 | 11 | 123 | 0 | 133 | 76 | 163 | 123 | 25 |
| Binary | 10001 | 1100010 | 1001 | 1010011 | 0 | 1011011 | 111110 | 1110011 | 1010011 | 10101 |
Color Harmonies of #116209
Complementary color
Monochromatic Colors of #116209
Black with #116209
Text Example
Text Example
White with #116209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116209; }
p { color: rgb(17,98,9); }
H1.HeaderClassName
{
color: #116209;
}
.AnyTagClassName
{
color: #116209;
}
</style>
background-color css
<style>
a { background-color: #116209; }
a { background-color: rgb(17,98,9); }
div.DivClassName
{
background-color: #116209;
}
.BgClassName
{
background-color: #116209;
}
</style>
border-color css
<style>
span { border-color: #116209; }
span { border-color: rgb(17,98,9); }
td.TdClassName
{
border-color: #116209;
}
.TagClassName
{
border-color: #116209;
}
</style>