Shades of Camouflage Green #829071
Tints of Camouflage Green #829071
RGB
CMYK
RGB Variations
Color information
#829071 (or 0x829071) is known color: Camouflage Green. HEX triplet: 82, 90 and 71. RGB value is (130,144,113). Sum of RGB (Red+Green+Blue) = 130+144+113=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #829071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829071 is #7D6F8E. Grayscale: #888888. Windows color (decimal): -8220559 or 7442562. OLE color: 7442562.
HSL color Cylindrical-coordinate representation of color #829071: hue angle of 87.1º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829071 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 113 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.44 |
| HSL | 87.1º | 0.12% | 0.5% | - |
| HSV(B) | 87.1º | 0.22% | 0.56% | - |
| XYZ | 22.16 | 25.88 | 19.45 | - |
| YUV | 136.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 113 | 0.10 | 0 | 0.22 | 0.44 | 87.1 | 0.12 | 0.5 |
| Hex | 82 | 90 | 71 | A | 0 | 16 | 2C | 57 | C | 32 |
| Octal | 202 | 220 | 161 | 12 | 0 | 26 | 54 | 127 | 14 | 62 |
| Binary | 10000010 | 10010000 | 1110001 | 1010 | 0 | 10110 | 101100 | 1010111 | 1100 | 110010 |
Color Harmonies of #829071
Complementary color
Monochromatic Colors of #829071
Black with #829071
Text Example
Text Example
White with #829071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829071; }
p { color: rgb(130,144,113); }
H1.HeaderClassName
{
color: #829071;
}
.AnyTagClassName
{
color: #829071;
}
</style>
background-color css
<style>
a { background-color: #829071; }
a { background-color: rgb(130,144,113); }
div.DivClassName
{
background-color: #829071;
}
.BgClassName
{
background-color: #829071;
}
</style>
border-color css
<style>
span { border-color: #829071; }
span { border-color: rgb(130,144,113); }
td.TdClassName
{
border-color: #829071;
}
.TagClassName
{
border-color: #829071;
}
</style>