Shades of Green #116D06
Tints of Green #116D06
RGB
CMYK
RGB Variations
Color information
#116D06 (or 0x116D06) is known color: Green. HEX triplet: 11, 6D and 06. RGB value is (17,109,6). Sum of RGB (Red+Green+Blue) = 17+109+6=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #116D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D06 is #EE92F9. Grayscale: #464646. Windows color (decimal): -15635194 or 421137. OLE color: 421137.
HSL color Cylindrical-coordinate representation of color #116D06: hue angle of 113.59º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #116D06 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 6 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.57 |
| HSL | 113.59º | 0.9% | 0.23% | - |
| HSV(B) | 113.59º | 0.94% | 0.43% | - |
| XYZ | 5.73 | 11.07 | 2.01 | - |
| YUV | 69.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 6 | 0.84 | 0 | 0.94 | 0.57 | 113.59 | 0.9 | 0.23 |
| Hex | 11 | 6D | 6 | 54 | 0 | 5E | 39 | 72 | 5A | 17 |
| Octal | 21 | 155 | 6 | 124 | 0 | 136 | 71 | 162 | 132 | 27 |
| Binary | 10001 | 1101101 | 110 | 1010100 | 0 | 1011110 | 111001 | 1110010 | 1011010 | 10111 |
Color Harmonies of #116D06
Complementary color
Monochromatic Colors of #116D06
Black with #116D06
Text Example
Text Example
White with #116D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D06; }
p { color: rgb(17,109,6); }
H1.HeaderClassName
{
color: #116D06;
}
.AnyTagClassName
{
color: #116D06;
}
</style>
background-color css
<style>
a { background-color: #116D06; }
a { background-color: rgb(17,109,6); }
div.DivClassName
{
background-color: #116D06;
}
.BgClassName
{
background-color: #116D06;
}
</style>
border-color css
<style>
span { border-color: #116D06; }
span { border-color: rgb(17,109,6); }
td.TdClassName
{
border-color: #116D06;
}
.TagClassName
{
border-color: #116D06;
}
</style>