Shades of Green #116F06
Tints of Green #116F06
RGB
CMYK
RGB Variations
Color information
#116F06 (or 0x116F06) is known color: Green. HEX triplet: 11, 6F and 06. RGB value is (17,111,6). Sum of RGB (Red+Green+Blue) = 17+111+6=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #116F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116F06 is #EE90F9. Grayscale: #474747. Windows color (decimal): -15634682 or 421649. OLE color: 421649.
HSL color Cylindrical-coordinate representation of color #116F06: hue angle of 113.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #116F06 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 6 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.56 |
| HSL | 113.71º | 0.9% | 0.23% | - |
| HSV(B) | 113.71º | 0.95% | 0.44% | - |
| XYZ | 5.95 | 11.5 | 2.08 | - |
| YUV | 70.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 6 | 0.85 | 0 | 0.95 | 0.56 | 113.71 | 0.9 | 0.23 |
| Hex | 11 | 6F | 6 | 55 | 0 | 5F | 38 | 72 | 5A | 17 |
| Octal | 21 | 157 | 6 | 125 | 0 | 137 | 70 | 162 | 132 | 27 |
| Binary | 10001 | 1101111 | 110 | 1010101 | 0 | 1011111 | 111000 | 1110010 | 1011010 | 10111 |
Color Harmonies of #116F06
Complementary color
Monochromatic Colors of #116F06
Black with #116F06
Text Example
Text Example
White with #116F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F06; }
p { color: rgb(17,111,6); }
H1.HeaderClassName
{
color: #116F06;
}
.AnyTagClassName
{
color: #116F06;
}
</style>
background-color css
<style>
a { background-color: #116F06; }
a { background-color: rgb(17,111,6); }
div.DivClassName
{
background-color: #116F06;
}
.BgClassName
{
background-color: #116F06;
}
</style>
border-color css
<style>
span { border-color: #116F06; }
span { border-color: rgb(17,111,6); }
td.TdClassName
{
border-color: #116F06;
}
.TagClassName
{
border-color: #116F06;
}
</style>