Shades of Green #167006
Tints of Green #167006
RGB
CMYK
RGB Variations
Color information
#167006 (or 0x167006) is known color: Green. HEX triplet: 16, 70 and 06. RGB value is (22,112,6). Sum of RGB (Red+Green+Blue) = 22+112+6=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #167006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167006 is #E98FF9. Grayscale: #494949. Windows color (decimal): -15306746 or 421910. OLE color: 421910.
HSL color Cylindrical-coordinate representation of color #167006: hue angle of 110.94º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #167006 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 6 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.56 |
| HSL | 110.94º | 0.9% | 0.23% | - |
| HSV(B) | 110.94º | 0.95% | 0.44% | - |
| XYZ | 6.16 | 11.77 | 2.12 | - |
| YUV | 73.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 6 | 0.80 | 0 | 0.95 | 0.56 | 110.94 | 0.9 | 0.23 |
| Hex | 16 | 70 | 6 | 50 | 0 | 5F | 38 | 6F | 5A | 17 |
| Octal | 26 | 160 | 6 | 120 | 0 | 137 | 70 | 157 | 132 | 27 |
| Binary | 10110 | 1110000 | 110 | 1010000 | 0 | 1011111 | 111000 | 1101111 | 1011010 | 10111 |
Color Harmonies of #167006
Complementary color
Monochromatic Colors of #167006
Black with #167006
Text Example
Text Example
White with #167006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167006; }
p { color: rgb(22,112,6); }
H1.HeaderClassName
{
color: #167006;
}
.AnyTagClassName
{
color: #167006;
}
</style>
background-color css
<style>
a { background-color: #167006; }
a { background-color: rgb(22,112,6); }
div.DivClassName
{
background-color: #167006;
}
.BgClassName
{
background-color: #167006;
}
</style>
border-color css
<style>
span { border-color: #167006; }
span { border-color: rgb(22,112,6); }
td.TdClassName
{
border-color: #167006;
}
.TagClassName
{
border-color: #167006;
}
</style>