Shades of Camouflage Green #808E6B
Tints of Camouflage Green #808E6B
RGB
CMYK
RGB Variations
Color information
#808E6B (or 0x808E6B) is known color: Camouflage Green. HEX triplet: 80, 8E and 6B. RGB value is (128,142,107). Sum of RGB (Red+Green+Blue) = 128+142+107=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #808E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E6B is #7F7194. Grayscale: #858585. Windows color (decimal): -8352149 or 7048832. OLE color: 7048832.
HSL color Cylindrical-coordinate representation of color #808E6B: hue angle of 84º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808E6B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 107 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.44 |
| HSL | 84º | 0.14% | 0.49% | - |
| HSV(B) | 84º | 0.25% | 0.56% | - |
| XYZ | 21.23 | 25 | 17.62 | - |
| YUV | 133.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 107 | 0.10 | 0 | 0.25 | 0.44 | 84 | 0.14 | 0.49 |
| Hex | 80 | 8E | 6B | A | 0 | 19 | 2C | 54 | E | 31 |
| Octal | 200 | 216 | 153 | 12 | 0 | 31 | 54 | 124 | 16 | 61 |
| Binary | 10000000 | 10001110 | 1101011 | 1010 | 0 | 11001 | 101100 | 1010100 | 1110 | 110001 |
Color Harmonies of #808E6B
Complementary color
Monochromatic Colors of #808E6B
Black with #808E6B
Text Example
Text Example
White with #808E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E6B; }
p { color: rgb(128,142,107); }
H1.HeaderClassName
{
color: #808E6B;
}
.AnyTagClassName
{
color: #808E6B;
}
</style>
background-color css
<style>
a { background-color: #808E6B; }
a { background-color: rgb(128,142,107); }
div.DivClassName
{
background-color: #808E6B;
}
.BgClassName
{
background-color: #808E6B;
}
</style>
border-color css
<style>
span { border-color: #808E6B; }
span { border-color: rgb(128,142,107); }
td.TdClassName
{
border-color: #808E6B;
}
.TagClassName
{
border-color: #808E6B;
}
</style>