Shades of Green #116D0D
Tints of Green #116D0D
RGB
CMYK
RGB Variations
Color information
#116D0D (or 0x116D0D) is known color: Green. HEX triplet: 11, 6D and 0D. RGB value is (17,109,13). Sum of RGB (Red+Green+Blue) = 17+109+13=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 109 (42.97% from 255 or 78.42% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 109 - color contains mainly: green. Hex color #116D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D0D is #EE92F2. Grayscale: #464646. Windows color (decimal): -15635187 or 879889. OLE color: 879889.
HSL color Cylindrical-coordinate representation of color #116D0D: hue angle of 117.5º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116D0D is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 13 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.57 |
| HSL | 117.5º | 0.79% | 0.24% | - |
| HSV(B) | 117.5º | 0.88% | 0.43% | - |
| XYZ | 5.77 | 11.09 | 2.22 | - |
| YUV | 70.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 13 | 0.84 | 0 | 0.88 | 0.57 | 117.5 | 0.79 | 0.24 |
| Hex | 11 | 6D | D | 54 | 0 | 58 | 39 | 76 | 4F | 18 |
| Octal | 21 | 155 | 15 | 124 | 0 | 130 | 71 | 166 | 117 | 30 |
| Binary | 10001 | 1101101 | 1101 | 1010100 | 0 | 1011000 | 111001 | 1110110 | 1001111 | 11000 |
Color Harmonies of #116D0D
Complementary color
Monochromatic Colors of #116D0D
Black with #116D0D
Text Example
Text Example
White with #116D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D0D; }
p { color: rgb(17,109,13); }
H1.HeaderClassName
{
color: #116D0D;
}
.AnyTagClassName
{
color: #116D0D;
}
</style>
background-color css
<style>
a { background-color: #116D0D; }
a { background-color: rgb(17,109,13); }
div.DivClassName
{
background-color: #116D0D;
}
.BgClassName
{
background-color: #116D0D;
}
</style>
border-color css
<style>
span { border-color: #116D0D; }
span { border-color: rgb(17,109,13); }
td.TdClassName
{
border-color: #116D0D;
}
.TagClassName
{
border-color: #116D0D;
}
</style>