Shades of Camouflage Green #809170
Tints of Camouflage Green #809170
RGB
CMYK
RGB Variations
Color information
#809170 (or 0x809170) is known color: Camouflage Green. HEX triplet: 80, 91 and 70. RGB value is (128,145,112). Sum of RGB (Red+Green+Blue) = 128+145+112=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #809170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809170 is #7F6E8F. Grayscale: #888888. Windows color (decimal): -8351376 or 7377280. OLE color: 7377280.
HSL color Cylindrical-coordinate representation of color #809170: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809170 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 112 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.43 |
| HSL | 90.91º | 0.13% | 0.5% | - |
| HSV(B) | 90.91º | 0.23% | 0.57% | - |
| XYZ | 21.95 | 26.01 | 19.19 | - |
| YUV | 136.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 112 | 0.12 | 0 | 0.23 | 0.43 | 90.91 | 0.13 | 0.5 |
| Hex | 80 | 91 | 70 | C | 0 | 17 | 2B | 5B | D | 32 |
| Octal | 200 | 221 | 160 | 14 | 0 | 27 | 53 | 133 | 15 | 62 |
| Binary | 10000000 | 10010001 | 1110000 | 1100 | 0 | 10111 | 101011 | 1011011 | 1101 | 110010 |
Color Harmonies of #809170
Complementary color
Monochromatic Colors of #809170
Black with #809170
Text Example
Text Example
White with #809170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809170; }
p { color: rgb(128,145,112); }
H1.HeaderClassName
{
color: #809170;
}
.AnyTagClassName
{
color: #809170;
}
</style>
background-color css
<style>
a { background-color: #809170; }
a { background-color: rgb(128,145,112); }
div.DivClassName
{
background-color: #809170;
}
.BgClassName
{
background-color: #809170;
}
</style>
border-color css
<style>
span { border-color: #809170; }
span { border-color: rgb(128,145,112); }
td.TdClassName
{
border-color: #809170;
}
.TagClassName
{
border-color: #809170;
}
</style>