Shades of Camouflage Green #808A71
Tints of Camouflage Green #808A71
RGB
CMYK
RGB Variations
Color information
#808A71 (or 0x808A71) is known color: Camouflage Green. HEX triplet: 80, 8A and 71. RGB value is (128,138,113). Sum of RGB (Red+Green+Blue) = 128+138+113=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #808A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A71 is #7F758E. Grayscale: #848484. Windows color (decimal): -8353167 or 7441024. OLE color: 7441024.
HSL color Cylindrical-coordinate representation of color #808A71: hue angle of 84º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808A71 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 113 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.46 |
| HSL | 84º | 0.1% | 0.49% | - |
| HSV(B) | 84º | 0.18% | 0.54% | - |
| XYZ | 20.97 | 23.96 | 19.14 | - |
| YUV | 132.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 113 | 0.07 | 0 | 0.18 | 0.46 | 84 | 0.1 | 0.49 |
| Hex | 80 | 8A | 71 | 7 | 0 | 12 | 2E | 54 | A | 31 |
| Octal | 200 | 212 | 161 | 7 | 0 | 22 | 56 | 124 | 12 | 61 |
| Binary | 10000000 | 10001010 | 1110001 | 111 | 0 | 10010 | 101110 | 1010100 | 1010 | 110001 |
Color Harmonies of #808A71
Complementary color
Monochromatic Colors of #808A71
Black with #808A71
Text Example
Text Example
White with #808A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A71; }
p { color: rgb(128,138,113); }
H1.HeaderClassName
{
color: #808A71;
}
.AnyTagClassName
{
color: #808A71;
}
</style>
background-color css
<style>
a { background-color: #808A71; }
a { background-color: rgb(128,138,113); }
div.DivClassName
{
background-color: #808A71;
}
.BgClassName
{
background-color: #808A71;
}
</style>
border-color css
<style>
span { border-color: #808A71; }
span { border-color: rgb(128,138,113); }
td.TdClassName
{
border-color: #808A71;
}
.TagClassName
{
border-color: #808A71;
}
</style>