Shades of Green #116D15
Tints of Green #116D15
RGB
CMYK
RGB Variations
Color information
#116D15 (or 0x116D15) is known color: Green. HEX triplet: 11, 6D and 15. RGB value is (17,109,21). Sum of RGB (Red+Green+Blue) = 17+109+21=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #116D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D15 is #EE92EA. Grayscale: #474747. Windows color (decimal): -15635179 or 1404177. OLE color: 1404177.
HSL color Cylindrical-coordinate representation of color #116D15: hue angle of 122.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D15 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 21 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.57 |
| HSL | 122.61º | 0.73% | 0.25% | - |
| HSV(B) | 122.61º | 0.84% | 0.43% | - |
| XYZ | 5.84 | 11.11 | 2.55 | - |
| YUV | 71.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 21 | 0.84 | 0 | 0.81 | 0.57 | 122.61 | 0.73 | 0.25 |
| Hex | 11 | 6D | 15 | 54 | 0 | 51 | 39 | 7B | 49 | 19 |
| Octal | 21 | 155 | 25 | 124 | 0 | 121 | 71 | 173 | 111 | 31 |
| Binary | 10001 | 1101101 | 10101 | 1010100 | 0 | 1010001 | 111001 | 1111011 | 1001001 | 11001 |
Color Harmonies of #116D15
Complementary color
Monochromatic Colors of #116D15
Black with #116D15
Text Example
Text Example
White with #116D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D15; }
p { color: rgb(17,109,21); }
H1.HeaderClassName
{
color: #116D15;
}
.AnyTagClassName
{
color: #116D15;
}
</style>
background-color css
<style>
a { background-color: #116D15; }
a { background-color: rgb(17,109,21); }
div.DivClassName
{
background-color: #116D15;
}
.BgClassName
{
background-color: #116D15;
}
</style>
border-color css
<style>
span { border-color: #116D15; }
span { border-color: rgb(17,109,21); }
td.TdClassName
{
border-color: #116D15;
}
.TagClassName
{
border-color: #116D15;
}
</style>