Shades of Green #116514
Tints of Green #116514
RGB
CMYK
RGB Variations
Color information
#116514 (or 0x116514) is known color: Green. HEX triplet: 11, 65 and 14. RGB value is (17,101,20). Sum of RGB (Red+Green+Blue) = 17+101+20=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #116514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116514 is #EE9AEB. Grayscale: #424242. Windows color (decimal): -15637228 or 1336593. OLE color: 1336593.
HSL color Cylindrical-coordinate representation of color #116514: hue angle of 122.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116514 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 20 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.60 |
| HSL | 122.14º | 0.71% | 0.23% | - |
| HSV(B) | 122.14º | 0.83% | 0.4% | - |
| XYZ | 5.01 | 9.48 | 2.23 | - |
| YUV | 66.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 20 | 0.83 | 0 | 0.80 | 0.60 | 122.14 | 0.71 | 0.23 |
| Hex | 11 | 65 | 14 | 53 | 0 | 50 | 3C | 7A | 47 | 17 |
| Octal | 21 | 145 | 24 | 123 | 0 | 120 | 74 | 172 | 107 | 27 |
| Binary | 10001 | 1100101 | 10100 | 1010011 | 0 | 1010000 | 111100 | 1111010 | 1000111 | 10111 |
Color Harmonies of #116514
Complementary color
Monochromatic Colors of #116514
Black with #116514
Text Example
Text Example
White with #116514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116514; }
p { color: rgb(17,101,20); }
H1.HeaderClassName
{
color: #116514;
}
.AnyTagClassName
{
color: #116514;
}
</style>
background-color css
<style>
a { background-color: #116514; }
a { background-color: rgb(17,101,20); }
div.DivClassName
{
background-color: #116514;
}
.BgClassName
{
background-color: #116514;
}
</style>
border-color css
<style>
span { border-color: #116514; }
span { border-color: rgb(17,101,20); }
td.TdClassName
{
border-color: #116514;
}
.TagClassName
{
border-color: #116514;
}
</style>