Shades of Green #116D09
Tints of Green #116D09
RGB
CMYK
RGB Variations
Color information
#116D09 (or 0x116D09) is known color: Green. HEX triplet: 11, 6D and 09. RGB value is (17,109,9). Sum of RGB (Red+Green+Blue) = 17+109+9=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #116D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D09 is #EE92F6. Grayscale: #464646. Windows color (decimal): -15635191 or 617745. OLE color: 617745.
HSL color Cylindrical-coordinate representation of color #116D09: hue angle of 115.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116D09 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 9 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.57 |
| HSL | 115.2º | 0.85% | 0.23% | - |
| HSV(B) | 115.2º | 0.92% | 0.43% | - |
| XYZ | 5.75 | 11.08 | 2.09 | - |
| YUV | 70.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 9 | 0.84 | 0 | 0.92 | 0.57 | 115.2 | 0.85 | 0.23 |
| Hex | 11 | 6D | 9 | 54 | 0 | 5C | 39 | 73 | 55 | 17 |
| Octal | 21 | 155 | 11 | 124 | 0 | 134 | 71 | 163 | 125 | 27 |
| Binary | 10001 | 1101101 | 1001 | 1010100 | 0 | 1011100 | 111001 | 1110011 | 1010101 | 10111 |
Color Harmonies of #116D09
Complementary color
Monochromatic Colors of #116D09
Black with #116D09
Text Example
Text Example
White with #116D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D09; }
p { color: rgb(17,109,9); }
H1.HeaderClassName
{
color: #116D09;
}
.AnyTagClassName
{
color: #116D09;
}
</style>
background-color css
<style>
a { background-color: #116D09; }
a { background-color: rgb(17,109,9); }
div.DivClassName
{
background-color: #116D09;
}
.BgClassName
{
background-color: #116D09;
}
</style>
border-color css
<style>
span { border-color: #116D09; }
span { border-color: rgb(17,109,9); }
td.TdClassName
{
border-color: #116D09;
}
.TagClassName
{
border-color: #116D09;
}
</style>