Shades of Green #167011
Tints of Green #167011
RGB
CMYK
RGB Variations
Color information
#167011 (or 0x167011) is known color: Green. HEX triplet: 16, 70 and 11. RGB value is (22,112,17). Sum of RGB (Red+Green+Blue) = 22+112+17=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #167011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167011 is #E98FEE. Grayscale: #4A4A4A. Windows color (decimal): -15306735 or 1142806. OLE color: 1142806.
HSL color Cylindrical-coordinate representation of color #167011: hue angle of 116.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #167011 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 17 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.56 |
| HSL | 116.84º | 0.74% | 0.25% | - |
| HSV(B) | 116.84º | 0.85% | 0.44% | - |
| XYZ | 6.23 | 11.8 | 2.48 | - |
| YUV | 74.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 17 | 0.80 | 0 | 0.85 | 0.56 | 116.84 | 0.74 | 0.25 |
| Hex | 16 | 70 | 11 | 50 | 0 | 55 | 38 | 75 | 4A | 19 |
| Octal | 26 | 160 | 21 | 120 | 0 | 125 | 70 | 165 | 112 | 31 |
| Binary | 10110 | 1110000 | 10001 | 1010000 | 0 | 1010101 | 111000 | 1110101 | 1001010 | 11001 |
Color Harmonies of #167011
Complementary color
Monochromatic Colors of #167011
Black with #167011
Text Example
Text Example
White with #167011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167011; }
p { color: rgb(22,112,17); }
H1.HeaderClassName
{
color: #167011;
}
.AnyTagClassName
{
color: #167011;
}
</style>
background-color css
<style>
a { background-color: #167011; }
a { background-color: rgb(22,112,17); }
div.DivClassName
{
background-color: #167011;
}
.BgClassName
{
background-color: #167011;
}
</style>
border-color css
<style>
span { border-color: #167011; }
span { border-color: rgb(22,112,17); }
td.TdClassName
{
border-color: #167011;
}
.TagClassName
{
border-color: #167011;
}
</style>