Shades of Camouflage Green #808A72
Tints of Camouflage Green #808A72
RGB
CMYK
RGB Variations
Color information
#808A72 (or 0x808A72) is known color: Camouflage Green. HEX triplet: 80, 8A and 72. RGB value is (128,138,114). Sum of RGB (Red+Green+Blue) = 128+138+114=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #808A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A72 is #7F758D. Grayscale: #848484. Windows color (decimal): -8353166 or 7506560. OLE color: 7506560.
HSL color Cylindrical-coordinate representation of color #808A72: hue angle of 85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #808A72 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 114 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.46 |
| HSL | 85º | 0.1% | 0.49% | - |
| HSV(B) | 85º | 0.17% | 0.54% | - |
| XYZ | 21.03 | 23.98 | 19.44 | - |
| YUV | 132.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 114 | 0.07 | 0 | 0.17 | 0.46 | 85 | 0.1 | 0.49 |
| Hex | 80 | 8A | 72 | 7 | 0 | 11 | 2E | 55 | A | 31 |
| Octal | 200 | 212 | 162 | 7 | 0 | 21 | 56 | 125 | 12 | 61 |
| Binary | 10000000 | 10001010 | 1110010 | 111 | 0 | 10001 | 101110 | 1010101 | 1010 | 110001 |
Color Harmonies of #808A72
Complementary color
Monochromatic Colors of #808A72
Black with #808A72
Text Example
Text Example
White with #808A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A72; }
p { color: rgb(128,138,114); }
H1.HeaderClassName
{
color: #808A72;
}
.AnyTagClassName
{
color: #808A72;
}
</style>
background-color css
<style>
a { background-color: #808A72; }
a { background-color: rgb(128,138,114); }
div.DivClassName
{
background-color: #808A72;
}
.BgClassName
{
background-color: #808A72;
}
</style>
border-color css
<style>
span { border-color: #808A72; }
span { border-color: rgb(128,138,114); }
td.TdClassName
{
border-color: #808A72;
}
.TagClassName
{
border-color: #808A72;
}
</style>