Shades of Camouflage Green #808F74
Tints of Camouflage Green #808F74
RGB
CMYK
RGB Variations
Color information
#808F74 (or 0x808F74) is known color: Camouflage Green. HEX triplet: 80, 8F and 74. RGB value is (128,143,116). Sum of RGB (Red+Green+Blue) = 128+143+116=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #808F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F74 is #7F708B. Grayscale: #878787. Windows color (decimal): -8351884 or 7638912. OLE color: 7638912.
HSL color Cylindrical-coordinate representation of color #808F74: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808F74 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 116 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.44 |
| HSL | 93.33º | 0.11% | 0.51% | - |
| HSV(B) | 93.33º | 0.19% | 0.56% | - |
| XYZ | 21.88 | 25.5 | 20.29 | - |
| YUV | 135.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 116 | 0.10 | 0 | 0.19 | 0.44 | 93.33 | 0.11 | 0.51 |
| Hex | 80 | 8F | 74 | A | 0 | 13 | 2C | 5D | B | 33 |
| Octal | 200 | 217 | 164 | 12 | 0 | 23 | 54 | 135 | 13 | 63 |
| Binary | 10000000 | 10001111 | 1110100 | 1010 | 0 | 10011 | 101100 | 1011101 | 1011 | 110011 |
Color Harmonies of #808F74
Complementary color
Monochromatic Colors of #808F74
Black with #808F74
Text Example
Text Example
White with #808F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F74; }
p { color: rgb(128,143,116); }
H1.HeaderClassName
{
color: #808F74;
}
.AnyTagClassName
{
color: #808F74;
}
</style>
background-color css
<style>
a { background-color: #808F74; }
a { background-color: rgb(128,143,116); }
div.DivClassName
{
background-color: #808F74;
}
.BgClassName
{
background-color: #808F74;
}
</style>
border-color css
<style>
span { border-color: #808F74; }
span { border-color: rgb(128,143,116); }
td.TdClassName
{
border-color: #808F74;
}
.TagClassName
{
border-color: #808F74;
}
</style>