Shades of Camouflage Green #808D73
Tints of Camouflage Green #808D73
RGB
CMYK
RGB Variations
Color information
#808D73 (or 0x808D73) is known color: Camouflage Green. HEX triplet: 80, 8D and 73. RGB value is (128,141,115). Sum of RGB (Red+Green+Blue) = 128+141+115=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #808D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D73 is #7F728C. Grayscale: #868686. Windows color (decimal): -8352397 or 7572864. OLE color: 7572864.
HSL color Cylindrical-coordinate representation of color #808D73: hue angle of 90º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808D73 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 115 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.45 |
| HSL | 90º | 0.1% | 0.5% | - |
| HSV(B) | 90º | 0.18% | 0.55% | - |
| XYZ | 21.52 | 24.88 | 19.89 | - |
| YUV | 134.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 115 | 0.09 | 0 | 0.18 | 0.45 | 90 | 0.1 | 0.5 |
| Hex | 80 | 8D | 73 | 9 | 0 | 12 | 2D | 5A | A | 32 |
| Octal | 200 | 215 | 163 | 11 | 0 | 22 | 55 | 132 | 12 | 62 |
| Binary | 10000000 | 10001101 | 1110011 | 1001 | 0 | 10010 | 101101 | 1011010 | 1010 | 110010 |
Color Harmonies of #808D73
Complementary color
Monochromatic Colors of #808D73
Black with #808D73
Text Example
Text Example
White with #808D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D73; }
p { color: rgb(128,141,115); }
H1.HeaderClassName
{
color: #808D73;
}
.AnyTagClassName
{
color: #808D73;
}
</style>
background-color css
<style>
a { background-color: #808D73; }
a { background-color: rgb(128,141,115); }
div.DivClassName
{
background-color: #808D73;
}
.BgClassName
{
background-color: #808D73;
}
</style>
border-color css
<style>
span { border-color: #808D73; }
span { border-color: rgb(128,141,115); }
td.TdClassName
{
border-color: #808D73;
}
.TagClassName
{
border-color: #808D73;
}
</style>