Shades of Green #116D0F
Tints of Green #116D0F
RGB
CMYK
RGB Variations
Color information
#116D0F (or 0x116D0F) is known color: Green. HEX triplet: 11, 6D and 0F. RGB value is (17,109,15). Sum of RGB (Red+Green+Blue) = 17+109+15=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #116D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D0F is #EE92F0. Grayscale: #474747. Windows color (decimal): -15635185 or 1010961. OLE color: 1010961.
HSL color Cylindrical-coordinate representation of color #116D0F: hue angle of 118.72º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116D0F is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 15 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.57 |
| HSL | 118.72º | 0.76% | 0.24% | - |
| HSV(B) | 118.72º | 0.86% | 0.43% | - |
| XYZ | 5.79 | 11.09 | 2.29 | - |
| YUV | 70.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 15 | 0.84 | 0 | 0.86 | 0.57 | 118.72 | 0.76 | 0.24 |
| Hex | 11 | 6D | F | 54 | 0 | 56 | 39 | 77 | 4C | 18 |
| Octal | 21 | 155 | 17 | 124 | 0 | 126 | 71 | 167 | 114 | 30 |
| Binary | 10001 | 1101101 | 1111 | 1010100 | 0 | 1010110 | 111001 | 1110111 | 1001100 | 11000 |
Color Harmonies of #116D0F
Complementary color
Monochromatic Colors of #116D0F
Black with #116D0F
Text Example
Text Example
White with #116D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D0F; }
p { color: rgb(17,109,15); }
H1.HeaderClassName
{
color: #116D0F;
}
.AnyTagClassName
{
color: #116D0F;
}
</style>
background-color css
<style>
a { background-color: #116D0F; }
a { background-color: rgb(17,109,15); }
div.DivClassName
{
background-color: #116D0F;
}
.BgClassName
{
background-color: #116D0F;
}
</style>
border-color css
<style>
span { border-color: #116D0F; }
span { border-color: rgb(17,109,15); }
td.TdClassName
{
border-color: #116D0F;
}
.TagClassName
{
border-color: #116D0F;
}
</style>