Shades of Camouflage Green #808D6C
Tints of Camouflage Green #808D6C
RGB
CMYK
RGB Variations
Color information
#808D6C (or 0x808D6C) is known color: Camouflage Green. HEX triplet: 80, 8D and 6C. RGB value is (128,141,108). Sum of RGB (Red+Green+Blue) = 128+141+108=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #808D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D6C is #7F7293. Grayscale: #858585. Windows color (decimal): -8352404 or 7114112. OLE color: 7114112.
HSL color Cylindrical-coordinate representation of color #808D6C: hue angle of 83.64º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808D6C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 108 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.45 |
| HSL | 83.64º | 0.13% | 0.49% | - |
| HSV(B) | 83.64º | 0.23% | 0.55% | - |
| XYZ | 21.13 | 24.72 | 17.85 | - |
| YUV | 133.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 108 | 0.09 | 0 | 0.23 | 0.45 | 83.64 | 0.13 | 0.49 |
| Hex | 80 | 8D | 6C | 9 | 0 | 17 | 2D | 54 | D | 31 |
| Octal | 200 | 215 | 154 | 11 | 0 | 27 | 55 | 124 | 15 | 61 |
| Binary | 10000000 | 10001101 | 1101100 | 1001 | 0 | 10111 | 101101 | 1010100 | 1101 | 110001 |
Color Harmonies of #808D6C
Complementary color
Monochromatic Colors of #808D6C
Black with #808D6C
Text Example
Text Example
White with #808D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D6C; }
p { color: rgb(128,141,108); }
H1.HeaderClassName
{
color: #808D6C;
}
.AnyTagClassName
{
color: #808D6C;
}
</style>
background-color css
<style>
a { background-color: #808D6C; }
a { background-color: rgb(128,141,108); }
div.DivClassName
{
background-color: #808D6C;
}
.BgClassName
{
background-color: #808D6C;
}
</style>
border-color css
<style>
span { border-color: #808D6C; }
span { border-color: rgb(128,141,108); }
td.TdClassName
{
border-color: #808D6C;
}
.TagClassName
{
border-color: #808D6C;
}
</style>