Shades of Green #116816
Tints of Green #116816
RGB
CMYK
RGB Variations
Color information
#116816 (or 0x116816) is known color: Green. HEX triplet: 11, 68 and 16. RGB value is (17,104,22). Sum of RGB (Red+Green+Blue) = 17+104+22=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #116816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116816 is #EE97E9. Grayscale: #444444. Windows color (decimal): -15636458 or 1468433. OLE color: 1468433.
HSL color Cylindrical-coordinate representation of color #116816: hue angle of 123.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116816 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 22 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.59 |
| HSL | 123.45º | 0.72% | 0.24% | - |
| HSV(B) | 123.45º | 0.84% | 0.41% | - |
| XYZ | 5.33 | 10.08 | 2.42 | - |
| YUV | 68.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 22 | 0.84 | 0 | 0.79 | 0.59 | 123.45 | 0.72 | 0.24 |
| Hex | 11 | 68 | 16 | 54 | 0 | 4F | 3B | 7B | 48 | 18 |
| Octal | 21 | 150 | 26 | 124 | 0 | 117 | 73 | 173 | 110 | 30 |
| Binary | 10001 | 1101000 | 10110 | 1010100 | 0 | 1001111 | 111011 | 1111011 | 1001000 | 11000 |
Color Harmonies of #116816
Complementary color
Monochromatic Colors of #116816
Black with #116816
Text Example
Text Example
White with #116816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116816; }
p { color: rgb(17,104,22); }
H1.HeaderClassName
{
color: #116816;
}
.AnyTagClassName
{
color: #116816;
}
</style>
background-color css
<style>
a { background-color: #116816; }
a { background-color: rgb(17,104,22); }
div.DivClassName
{
background-color: #116816;
}
.BgClassName
{
background-color: #116816;
}
</style>
border-color css
<style>
span { border-color: #116816; }
span { border-color: rgb(17,104,22); }
td.TdClassName
{
border-color: #116816;
}
.TagClassName
{
border-color: #116816;
}
</style>