Shades of Camouflage Green #809073
Tints of Camouflage Green #809073
RGB
CMYK
RGB Variations
Color information
#809073 (or 0x809073) is known color: Camouflage Green. HEX triplet: 80, 90 and 73. RGB value is (128,144,115). Sum of RGB (Red+Green+Blue) = 128+144+115=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #809073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809073 is #7F6F8C. Grayscale: #888888. Windows color (decimal): -8351629 or 7573632. OLE color: 7573632.
HSL color Cylindrical-coordinate representation of color #809073: hue angle of 93.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809073 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 115 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.44 |
| HSL | 93.1º | 0.12% | 0.51% | - |
| HSV(B) | 93.1º | 0.2% | 0.56% | - |
| XYZ | 21.97 | 25.77 | 20.04 | - |
| YUV | 135.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 115 | 0.11 | 0 | 0.20 | 0.44 | 93.1 | 0.12 | 0.51 |
| Hex | 80 | 90 | 73 | B | 0 | 14 | 2C | 5D | C | 33 |
| Octal | 200 | 220 | 163 | 13 | 0 | 24 | 54 | 135 | 14 | 63 |
| Binary | 10000000 | 10010000 | 1110011 | 1011 | 0 | 10100 | 101100 | 1011101 | 1100 | 110011 |
Color Harmonies of #809073
Complementary color
Monochromatic Colors of #809073
Black with #809073
Text Example
Text Example
White with #809073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809073; }
p { color: rgb(128,144,115); }
H1.HeaderClassName
{
color: #809073;
}
.AnyTagClassName
{
color: #809073;
}
</style>
background-color css
<style>
a { background-color: #809073; }
a { background-color: rgb(128,144,115); }
div.DivClassName
{
background-color: #809073;
}
.BgClassName
{
background-color: #809073;
}
</style>
border-color css
<style>
span { border-color: #809073; }
span { border-color: rgb(128,144,115); }
td.TdClassName
{
border-color: #809073;
}
.TagClassName
{
border-color: #809073;
}
</style>