Shades of Camouflage Green #829075
Tints of Camouflage Green #829075
RGB
CMYK
RGB Variations
Color information
#829075 (or 0x829075) is known color: Camouflage Green. HEX triplet: 82, 90 and 75. RGB value is (130,144,117). Sum of RGB (Red+Green+Blue) = 130+144+117=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #829075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829075 is #7D6F8A. Grayscale: #888888. Windows color (decimal): -8220555 or 7704706. OLE color: 7704706.
HSL color Cylindrical-coordinate representation of color #829075: hue angle of 91.11º 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 #829075 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 117 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.44 |
| HSL | 91.11º | 0.11% | 0.51% | - |
| HSV(B) | 91.11º | 0.19% | 0.56% | - |
| XYZ | 22.39 | 25.98 | 20.66 | - |
| YUV | 136.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 117 | 0.10 | 0 | 0.19 | 0.44 | 91.11 | 0.11 | 0.51 |
| Hex | 82 | 90 | 75 | A | 0 | 13 | 2C | 5B | B | 33 |
| Octal | 202 | 220 | 165 | 12 | 0 | 23 | 54 | 133 | 13 | 63 |
| Binary | 10000010 | 10010000 | 1110101 | 1010 | 0 | 10011 | 101100 | 1011011 | 1011 | 110011 |
Color Harmonies of #829075
Complementary color
Monochromatic Colors of #829075
Black with #829075
Text Example
Text Example
White with #829075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829075; }
p { color: rgb(130,144,117); }
H1.HeaderClassName
{
color: #829075;
}
.AnyTagClassName
{
color: #829075;
}
</style>
background-color css
<style>
a { background-color: #829075; }
a { background-color: rgb(130,144,117); }
div.DivClassName
{
background-color: #829075;
}
.BgClassName
{
background-color: #829075;
}
</style>
border-color css
<style>
span { border-color: #829075; }
span { border-color: rgb(130,144,117); }
td.TdClassName
{
border-color: #829075;
}
.TagClassName
{
border-color: #829075;
}
</style>