Shades of Camouflage Green #828F72
Tints of Camouflage Green #828F72
RGB
CMYK
RGB Variations
Color information
#828F72 (or 0x828F72) is known color: Camouflage Green. HEX triplet: 82, 8F and 72. RGB value is (130,143,114). Sum of RGB (Red+Green+Blue) = 130+143+114=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #828F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F72 is #7D708D. Grayscale: #878787. Windows color (decimal): -8220814 or 7507842. OLE color: 7507842.
HSL color Cylindrical-coordinate representation of color #828F72: hue angle of 86.9º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828F72 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 114 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.44 |
| HSL | 86.9º | 0.11% | 0.5% | - |
| HSV(B) | 86.9º | 0.2% | 0.56% | - |
| XYZ | 22.07 | 25.61 | 19.7 | - |
| YUV | 135.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 114 | 0.09 | 0 | 0.20 | 0.44 | 86.9 | 0.11 | 0.5 |
| Hex | 82 | 8F | 72 | 9 | 0 | 14 | 2C | 57 | B | 32 |
| Octal | 202 | 217 | 162 | 11 | 0 | 24 | 54 | 127 | 13 | 62 |
| Binary | 10000010 | 10001111 | 1110010 | 1001 | 0 | 10100 | 101100 | 1010111 | 1011 | 110010 |
Color Harmonies of #828F72
Complementary color
Monochromatic Colors of #828F72
Black with #828F72
Text Example
Text Example
White with #828F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F72; }
p { color: rgb(130,143,114); }
H1.HeaderClassName
{
color: #828F72;
}
.AnyTagClassName
{
color: #828F72;
}
</style>
background-color css
<style>
a { background-color: #828F72; }
a { background-color: rgb(130,143,114); }
div.DivClassName
{
background-color: #828F72;
}
.BgClassName
{
background-color: #828F72;
}
</style>
border-color css
<style>
span { border-color: #828F72; }
span { border-color: rgb(130,143,114); }
td.TdClassName
{
border-color: #828F72;
}
.TagClassName
{
border-color: #828F72;
}
</style>