Shades of Camouflage Green #808D70
Tints of Camouflage Green #808D70
RGB
CMYK
RGB Variations
Color information
#808D70 (or 0x808D70) is known color: Camouflage Green. HEX triplet: 80, 8D and 70. RGB value is (128,141,112). Sum of RGB (Red+Green+Blue) = 128+141+112=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 141 - color contains mainly: green. Hex color #808D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D70 is #7F728F. Grayscale: #858585. Windows color (decimal): -8352400 or 7376256. OLE color: 7376256.
HSL color Cylindrical-coordinate representation of color #808D70: hue angle of 86.9º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808D70 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 112 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.45 |
| HSL | 86.9º | 0.11% | 0.5% | - |
| HSV(B) | 86.9º | 0.21% | 0.55% | - |
| XYZ | 21.35 | 24.81 | 18.99 | - |
| YUV | 133.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 112 | 0.09 | 0 | 0.21 | 0.45 | 86.9 | 0.11 | 0.5 |
| Hex | 80 | 8D | 70 | 9 | 0 | 15 | 2D | 57 | B | 32 |
| Octal | 200 | 215 | 160 | 11 | 0 | 25 | 55 | 127 | 13 | 62 |
| Binary | 10000000 | 10001101 | 1110000 | 1001 | 0 | 10101 | 101101 | 1010111 | 1011 | 110010 |
Color Harmonies of #808D70
Complementary color
Monochromatic Colors of #808D70
Black with #808D70
Text Example
Text Example
White with #808D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D70; }
p { color: rgb(128,141,112); }
H1.HeaderClassName
{
color: #808D70;
}
.AnyTagClassName
{
color: #808D70;
}
</style>
background-color css
<style>
a { background-color: #808D70; }
a { background-color: rgb(128,141,112); }
div.DivClassName
{
background-color: #808D70;
}
.BgClassName
{
background-color: #808D70;
}
</style>
border-color css
<style>
span { border-color: #808D70; }
span { border-color: rgb(128,141,112); }
td.TdClassName
{
border-color: #808D70;
}
.TagClassName
{
border-color: #808D70;
}
</style>