Shades of Camouflage Green #808E6D
Tints of Camouflage Green #808E6D
RGB
CMYK
RGB Variations
Color information
#808E6D (or 0x808E6D) is known color: Camouflage Green. HEX triplet: 80, 8E and 6D. RGB value is (128,142,109). Sum of RGB (Red+Green+Blue) = 128+142+109=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #808E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E6D is #7F7192. Grayscale: #868686. Windows color (decimal): -8352147 or 7179904. OLE color: 7179904.
HSL color Cylindrical-coordinate representation of color #808E6D: hue angle of 85.45º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808E6D is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 109 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.44 |
| HSL | 85.45º | 0.13% | 0.49% | - |
| HSV(B) | 85.45º | 0.23% | 0.56% | - |
| XYZ | 21.34 | 25.04 | 18.18 | - |
| YUV | 134.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 109 | 0.10 | 0 | 0.23 | 0.44 | 85.45 | 0.13 | 0.49 |
| Hex | 80 | 8E | 6D | A | 0 | 17 | 2C | 55 | D | 31 |
| Octal | 200 | 216 | 155 | 12 | 0 | 27 | 54 | 125 | 15 | 61 |
| Binary | 10000000 | 10001110 | 1101101 | 1010 | 0 | 10111 | 101100 | 1010101 | 1101 | 110001 |
Color Harmonies of #808E6D
Complementary color
Monochromatic Colors of #808E6D
Black with #808E6D
Text Example
Text Example
White with #808E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E6D; }
p { color: rgb(128,142,109); }
H1.HeaderClassName
{
color: #808E6D;
}
.AnyTagClassName
{
color: #808E6D;
}
</style>
background-color css
<style>
a { background-color: #808E6D; }
a { background-color: rgb(128,142,109); }
div.DivClassName
{
background-color: #808E6D;
}
.BgClassName
{
background-color: #808E6D;
}
</style>
border-color css
<style>
span { border-color: #808E6D; }
span { border-color: rgb(128,142,109); }
td.TdClassName
{
border-color: #808E6D;
}
.TagClassName
{
border-color: #808E6D;
}
</style>