Shades of Camouflage Green #808D72
Tints of Camouflage Green #808D72
RGB
CMYK
RGB Variations
Color information
#808D72 (or 0x808D72) is known color: Camouflage Green. HEX triplet: 80, 8D and 72. RGB value is (128,141,114). Sum of RGB (Red+Green+Blue) = 128+141+114=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #808D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D72 is #7F728D. Grayscale: #868686. Windows color (decimal): -8352398 or 7507328. OLE color: 7507328.
HSL color Cylindrical-coordinate representation of color #808D72: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808D72 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 114 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.45 |
| HSL | 88.89º | 0.11% | 0.5% | - |
| HSV(B) | 88.89º | 0.19% | 0.55% | - |
| XYZ | 21.46 | 24.85 | 19.59 | - |
| YUV | 134.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 114 | 0.09 | 0 | 0.19 | 0.45 | 88.89 | 0.11 | 0.5 |
| Hex | 80 | 8D | 72 | 9 | 0 | 13 | 2D | 59 | B | 32 |
| Octal | 200 | 215 | 162 | 11 | 0 | 23 | 55 | 131 | 13 | 62 |
| Binary | 10000000 | 10001101 | 1110010 | 1001 | 0 | 10011 | 101101 | 1011001 | 1011 | 110010 |
Color Harmonies of #808D72
Complementary color
Monochromatic Colors of #808D72
Black with #808D72
Text Example
Text Example
White with #808D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D72; }
p { color: rgb(128,141,114); }
H1.HeaderClassName
{
color: #808D72;
}
.AnyTagClassName
{
color: #808D72;
}
</style>
background-color css
<style>
a { background-color: #808D72; }
a { background-color: rgb(128,141,114); }
div.DivClassName
{
background-color: #808D72;
}
.BgClassName
{
background-color: #808D72;
}
</style>
border-color css
<style>
span { border-color: #808D72; }
span { border-color: rgb(128,141,114); }
td.TdClassName
{
border-color: #808D72;
}
.TagClassName
{
border-color: #808D72;
}
</style>