Shades of Camouflage Green #808B6D
Tints of Camouflage Green #808B6D
RGB
CMYK
RGB Variations
Color information
#808B6D (or 0x808B6D) is known color: Camouflage Green. HEX triplet: 80, 8B and 6D. RGB value is (128,139,109). Sum of RGB (Red+Green+Blue) = 128+139+109=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #808B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B6D is #7F7492. Grayscale: #848484. Windows color (decimal): -8352915 or 7179136. OLE color: 7179136.
HSL color Cylindrical-coordinate representation of color #808B6D: hue angle of 82º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808B6D is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 109 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.45 |
| HSL | 82º | 0.12% | 0.49% | - |
| HSV(B) | 82º | 0.22% | 0.55% | - |
| XYZ | 20.9 | 24.16 | 18.03 | - |
| YUV | 132.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 109 | 0.08 | 0 | 0.22 | 0.45 | 82 | 0.12 | 0.49 |
| Hex | 80 | 8B | 6D | 8 | 0 | 16 | 2D | 52 | C | 31 |
| Octal | 200 | 213 | 155 | 10 | 0 | 26 | 55 | 122 | 14 | 61 |
| Binary | 10000000 | 10001011 | 1101101 | 1000 | 0 | 10110 | 101101 | 1010010 | 1100 | 110001 |
Color Harmonies of #808B6D
Complementary color
Monochromatic Colors of #808B6D
Black with #808B6D
Text Example
Text Example
White with #808B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B6D; }
p { color: rgb(128,139,109); }
H1.HeaderClassName
{
color: #808B6D;
}
.AnyTagClassName
{
color: #808B6D;
}
</style>
background-color css
<style>
a { background-color: #808B6D; }
a { background-color: rgb(128,139,109); }
div.DivClassName
{
background-color: #808B6D;
}
.BgClassName
{
background-color: #808B6D;
}
</style>
border-color css
<style>
span { border-color: #808B6D; }
span { border-color: rgb(128,139,109); }
td.TdClassName
{
border-color: #808B6D;
}
.TagClassName
{
border-color: #808B6D;
}
</style>