Shades of Camouflage Green #808F72
Tints of Camouflage Green #808F72
RGB
CMYK
RGB Variations
Color information
#808F72 (or 0x808F72) is known color: Camouflage Green. HEX triplet: 80, 8F and 72. RGB value is (128,143,114). Sum of RGB (Red+Green+Blue) = 128+143+114=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #808F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F72 is #7F708D. Grayscale: #878787. Windows color (decimal): -8351886 or 7507840. OLE color: 7507840.
HSL color Cylindrical-coordinate representation of color #808F72: hue angle of 91.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808F72 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 114 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.44 |
| HSL | 91.03º | 0.11% | 0.5% | - |
| HSV(B) | 91.03º | 0.2% | 0.56% | - |
| XYZ | 21.76 | 25.45 | 19.68 | - |
| YUV | 135.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 114 | 0.10 | 0 | 0.20 | 0.44 | 91.03 | 0.11 | 0.5 |
| Hex | 80 | 8F | 72 | A | 0 | 14 | 2C | 5B | B | 32 |
| Octal | 200 | 217 | 162 | 12 | 0 | 24 | 54 | 133 | 13 | 62 |
| Binary | 10000000 | 10001111 | 1110010 | 1010 | 0 | 10100 | 101100 | 1011011 | 1011 | 110010 |
Color Harmonies of #808F72
Complementary color
Monochromatic Colors of #808F72
Black with #808F72
Text Example
Text Example
White with #808F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F72; }
p { color: rgb(128,143,114); }
H1.HeaderClassName
{
color: #808F72;
}
.AnyTagClassName
{
color: #808F72;
}
</style>
background-color css
<style>
a { background-color: #808F72; }
a { background-color: rgb(128,143,114); }
div.DivClassName
{
background-color: #808F72;
}
.BgClassName
{
background-color: #808F72;
}
</style>
border-color css
<style>
span { border-color: #808F72; }
span { border-color: rgb(128,143,114); }
td.TdClassName
{
border-color: #808F72;
}
.TagClassName
{
border-color: #808F72;
}
</style>