Shades of Camouflage Green #829373
Tints of Camouflage Green #829373
RGB
CMYK
RGB Variations
Color information
#829373 (or 0x829373) is known color: Camouflage Green. HEX triplet: 82, 93 and 73. RGB value is (130,147,115). Sum of RGB (Red+Green+Blue) = 130+147+115=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #829373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829373 is #7D6C8C. Grayscale: #8A8A8A. Windows color (decimal): -8219789 or 7574402. OLE color: 7574402.
HSL color Cylindrical-coordinate representation of color #829373: hue angle of 91.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829373 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 115 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.42 |
| HSL | 91.88º | 0.13% | 0.51% | - |
| HSV(B) | 91.88º | 0.22% | 0.58% | - |
| XYZ | 22.73 | 26.85 | 20.2 | - |
| YUV | 138.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 115 | 0.12 | 0 | 0.22 | 0.42 | 91.88 | 0.13 | 0.51 |
| Hex | 82 | 93 | 73 | C | 0 | 16 | 2A | 5C | D | 33 |
| Octal | 202 | 223 | 163 | 14 | 0 | 26 | 52 | 134 | 15 | 63 |
| Binary | 10000010 | 10010011 | 1110011 | 1100 | 0 | 10110 | 101010 | 1011100 | 1101 | 110011 |
Color Harmonies of #829373
Complementary color
Monochromatic Colors of #829373
Black with #829373
Text Example
Text Example
White with #829373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829373; }
p { color: rgb(130,147,115); }
H1.HeaderClassName
{
color: #829373;
}
.AnyTagClassName
{
color: #829373;
}
</style>
background-color css
<style>
a { background-color: #829373; }
a { background-color: rgb(130,147,115); }
div.DivClassName
{
background-color: #829373;
}
.BgClassName
{
background-color: #829373;
}
</style>
border-color css
<style>
span { border-color: #829373; }
span { border-color: rgb(130,147,115); }
td.TdClassName
{
border-color: #829373;
}
.TagClassName
{
border-color: #829373;
}
</style>