Shades of Green #116516
Tints of Green #116516
RGB
CMYK
RGB Variations
Color information
#116516 (or 0x116516) is known color: Green. HEX triplet: 11, 65 and 16. RGB value is (17,101,22). Sum of RGB (Red+Green+Blue) = 17+101+22=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #116516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116516 is #EE9AE9. Grayscale: #434343. Windows color (decimal): -15637226 or 1467665. OLE color: 1467665.
HSL color Cylindrical-coordinate representation of color #116516: hue angle of 123.57º 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 #116516 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 22 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.60 |
| HSL | 123.57º | 0.71% | 0.23% | - |
| HSV(B) | 123.57º | 0.83% | 0.4% | - |
| XYZ | 5.03 | 9.48 | 2.32 | - |
| YUV | 66.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 22 | 0.83 | 0 | 0.78 | 0.60 | 123.57 | 0.71 | 0.23 |
| Hex | 11 | 65 | 16 | 53 | 0 | 4E | 3C | 7C | 47 | 17 |
| Octal | 21 | 145 | 26 | 123 | 0 | 116 | 74 | 174 | 107 | 27 |
| Binary | 10001 | 1100101 | 10110 | 1010011 | 0 | 1001110 | 111100 | 1111100 | 1000111 | 10111 |
Color Harmonies of #116516
Complementary color
Monochromatic Colors of #116516
Black with #116516
Text Example
Text Example
White with #116516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116516; }
p { color: rgb(17,101,22); }
H1.HeaderClassName
{
color: #116516;
}
.AnyTagClassName
{
color: #116516;
}
</style>
background-color css
<style>
a { background-color: #116516; }
a { background-color: rgb(17,101,22); }
div.DivClassName
{
background-color: #116516;
}
.BgClassName
{
background-color: #116516;
}
</style>
border-color css
<style>
span { border-color: #116516; }
span { border-color: rgb(17,101,22); }
td.TdClassName
{
border-color: #116516;
}
.TagClassName
{
border-color: #116516;
}
</style>