Shades of Camouflage Green #809173
Tints of Camouflage Green #809173
RGB
CMYK
RGB Variations
Color information
#809173 (or 0x809173) is known color: Camouflage Green. HEX triplet: 80, 91 and 73. RGB value is (128,145,115). Sum of RGB (Red+Green+Blue) = 128+145+115=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #809173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809173 is #7F6E8C. Grayscale: #888888. Windows color (decimal): -8351373 or 7573888. OLE color: 7573888.
HSL color Cylindrical-coordinate representation of color #809173: hue angle of 94º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809173 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 115 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.43 |
| HSL | 94º | 0.12% | 0.51% | - |
| HSV(B) | 94º | 0.21% | 0.57% | - |
| XYZ | 22.12 | 26.08 | 20.09 | - |
| YUV | 136.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 115 | 0.12 | 0 | 0.21 | 0.43 | 94 | 0.12 | 0.51 |
| Hex | 80 | 91 | 73 | C | 0 | 15 | 2B | 5E | C | 33 |
| Octal | 200 | 221 | 163 | 14 | 0 | 25 | 53 | 136 | 14 | 63 |
| Binary | 10000000 | 10010001 | 1110011 | 1100 | 0 | 10101 | 101011 | 1011110 | 1100 | 110011 |
Color Harmonies of #809173
Complementary color
Monochromatic Colors of #809173
Black with #809173
Text Example
Text Example
White with #809173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809173; }
p { color: rgb(128,145,115); }
H1.HeaderClassName
{
color: #809173;
}
.AnyTagClassName
{
color: #809173;
}
</style>
background-color css
<style>
a { background-color: #809173; }
a { background-color: rgb(128,145,115); }
div.DivClassName
{
background-color: #809173;
}
.BgClassName
{
background-color: #809173;
}
</style>
border-color css
<style>
span { border-color: #809173; }
span { border-color: rgb(128,145,115); }
td.TdClassName
{
border-color: #809173;
}
.TagClassName
{
border-color: #809173;
}
</style>