Shades of Green #116D13
Tints of Green #116D13
RGB
CMYK
RGB Variations
Color information
#116D13 (or 0x116D13) is known color: Green. HEX triplet: 11, 6D and 13. RGB value is (17,109,19). Sum of RGB (Red+Green+Blue) = 17+109+19=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #116D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D13 is #EE92EC. Grayscale: #474747. Windows color (decimal): -15635181 or 1273105. OLE color: 1273105.
HSL color Cylindrical-coordinate representation of color #116D13: hue angle of 121.3º 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 #116D13 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 19 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.57 |
| HSL | 121.3º | 0.73% | 0.25% | - |
| HSV(B) | 121.3º | 0.84% | 0.43% | - |
| XYZ | 5.82 | 11.1 | 2.45 | - |
| YUV | 71.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 19 | 0.84 | 0 | 0.83 | 0.57 | 121.3 | 0.73 | 0.25 |
| Hex | 11 | 6D | 13 | 54 | 0 | 53 | 39 | 79 | 49 | 19 |
| Octal | 21 | 155 | 23 | 124 | 0 | 123 | 71 | 171 | 111 | 31 |
| Binary | 10001 | 1101101 | 10011 | 1010100 | 0 | 1010011 | 111001 | 1111001 | 1001001 | 11001 |
Color Harmonies of #116D13
Complementary color
Monochromatic Colors of #116D13
Black with #116D13
Text Example
Text Example
White with #116D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D13; }
p { color: rgb(17,109,19); }
H1.HeaderClassName
{
color: #116D13;
}
.AnyTagClassName
{
color: #116D13;
}
</style>
background-color css
<style>
a { background-color: #116D13; }
a { background-color: rgb(17,109,19); }
div.DivClassName
{
background-color: #116D13;
}
.BgClassName
{
background-color: #116D13;
}
</style>
border-color css
<style>
span { border-color: #116D13; }
span { border-color: rgb(17,109,19); }
td.TdClassName
{
border-color: #116D13;
}
.TagClassName
{
border-color: #116D13;
}
</style>