Shades of Green #116414
Tints of Green #116414
RGB
CMYK
RGB Variations
Color information
#116414 (or 0x116414) is known color: Green. HEX triplet: 11, 64 and 14. RGB value is (17,100,20). Sum of RGB (Red+Green+Blue) = 17+100+20=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #116414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116414 is #EE9BEB. Grayscale: #424242. Windows color (decimal): -15637484 or 1336337. OLE color: 1336337.
HSL color Cylindrical-coordinate representation of color #116414: hue angle of 122.17º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116414 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 20 | - |
| CMYK | 0.83 | 0 | 0.8 | 0.61 |
| HSL | 122.17º | 0.71% | 0.23% | - |
| HSV(B) | 122.17º | 0.83% | 0.39% | - |
| XYZ | 4.91 | 9.28 | 2.19 | - |
| YUV | 66.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 20 | 0.83 | 0 | 0.8 | 0.61 | 122.17 | 0.71 | 0.23 |
| Hex | 11 | 64 | 14 | 53 | 0 | 50 | 3D | 7A | 47 | 17 |
| Octal | 21 | 144 | 24 | 123 | 0 | 120 | 75 | 172 | 107 | 27 |
| Binary | 10001 | 1100100 | 10100 | 1010011 | 0 | 1010000 | 111101 | 1111010 | 1000111 | 10111 |
Color Harmonies of #116414
Complementary color
Monochromatic Colors of #116414
Black with #116414
Text Example
Text Example
White with #116414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116414; }
p { color: rgb(17,100,20); }
H1.HeaderClassName
{
color: #116414;
}
.AnyTagClassName
{
color: #116414;
}
</style>
background-color css
<style>
a { background-color: #116414; }
a { background-color: rgb(17,100,20); }
div.DivClassName
{
background-color: #116414;
}
.BgClassName
{
background-color: #116414;
}
</style>
border-color css
<style>
span { border-color: #116414; }
span { border-color: rgb(17,100,20); }
td.TdClassName
{
border-color: #116414;
}
.TagClassName
{
border-color: #116414;
}
</style>