Shades of Green #167005
Tints of Green #167005
RGB
CMYK
RGB Variations
Color information
#167005 (or 0x167005) is known color: Green. HEX triplet: 16, 70 and 05. RGB value is (22,112,5). Sum of RGB (Red+Green+Blue) = 22+112+5=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #167005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167005 is #E98FFA. Grayscale: #494949. Windows color (decimal): -15306747 or 356374. OLE color: 356374.
HSL color Cylindrical-coordinate representation of color #167005: hue angle of 110.47º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #167005 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 5 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.56 |
| HSL | 110.47º | 0.91% | 0.23% | - |
| HSV(B) | 110.47º | 0.96% | 0.44% | - |
| XYZ | 6.15 | 11.77 | 2.09 | - |
| YUV | 72.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 5 | 0.80 | 0 | 0.96 | 0.56 | 110.47 | 0.91 | 0.23 |
| Hex | 16 | 70 | 5 | 50 | 0 | 60 | 38 | 6E | 5B | 17 |
| Octal | 26 | 160 | 5 | 120 | 0 | 140 | 70 | 156 | 133 | 27 |
| Binary | 10110 | 1110000 | 101 | 1010000 | 0 | 1100000 | 111000 | 1101110 | 1011011 | 10111 |
Color Harmonies of #167005
Complementary color
Monochromatic Colors of #167005
Black with #167005
Text Example
Text Example
White with #167005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167005; }
p { color: rgb(22,112,5); }
H1.HeaderClassName
{
color: #167005;
}
.AnyTagClassName
{
color: #167005;
}
</style>
background-color css
<style>
a { background-color: #167005; }
a { background-color: rgb(22,112,5); }
div.DivClassName
{
background-color: #167005;
}
.BgClassName
{
background-color: #167005;
}
</style>
border-color css
<style>
span { border-color: #167005; }
span { border-color: rgb(22,112,5); }
td.TdClassName
{
border-color: #167005;
}
.TagClassName
{
border-color: #167005;
}
</style>