Shades of Green #167010
Tints of Green #167010
RGB
CMYK
RGB Variations
Color information
#167010 (or 0x167010) is known color: Green. HEX triplet: 16, 70 and 10. RGB value is (22,112,16). Sum of RGB (Red+Green+Blue) = 22+112+16=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #167010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167010 is #E98FEF. Grayscale: #4A4A4A. Windows color (decimal): -15306736 or 1077270. OLE color: 1077270.
HSL color Cylindrical-coordinate representation of color #167010: hue angle of 116.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #167010 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 16 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.56 |
| HSL | 116.25º | 0.75% | 0.25% | - |
| HSV(B) | 116.25º | 0.86% | 0.44% | - |
| XYZ | 6.22 | 11.8 | 2.44 | - |
| YUV | 74.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 16 | 0.80 | 0 | 0.86 | 0.56 | 116.25 | 0.75 | 0.25 |
| Hex | 16 | 70 | 10 | 50 | 0 | 56 | 38 | 74 | 4B | 19 |
| Octal | 26 | 160 | 20 | 120 | 0 | 126 | 70 | 164 | 113 | 31 |
| Binary | 10110 | 1110000 | 10000 | 1010000 | 0 | 1010110 | 111000 | 1110100 | 1001011 | 11001 |
Color Harmonies of #167010
Complementary color
Monochromatic Colors of #167010
Black with #167010
Text Example
Text Example
White with #167010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167010; }
p { color: rgb(22,112,16); }
H1.HeaderClassName
{
color: #167010;
}
.AnyTagClassName
{
color: #167010;
}
</style>
background-color css
<style>
a { background-color: #167010; }
a { background-color: rgb(22,112,16); }
div.DivClassName
{
background-color: #167010;
}
.BgClassName
{
background-color: #167010;
}
</style>
border-color css
<style>
span { border-color: #167010; }
span { border-color: rgb(22,112,16); }
td.TdClassName
{
border-color: #167010;
}
.TagClassName
{
border-color: #167010;
}
</style>