Shades of Camouflage Green #828F71
Tints of Camouflage Green #828F71
RGB
CMYK
RGB Variations
Color information
#828F71 (or 0x828F71) is known color: Camouflage Green. HEX triplet: 82, 8F and 71. RGB value is (130,143,113). Sum of RGB (Red+Green+Blue) = 130+143+113=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 143 - color contains mainly: green. Hex color #828F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F71 is #7D708E. Grayscale: #878787. Windows color (decimal): -8220815 or 7442306. OLE color: 7442306.
HSL color Cylindrical-coordinate representation of color #828F71: hue angle of 86º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828F71 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 113 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.44 |
| HSL | 86º | 0.12% | 0.5% | - |
| HSV(B) | 86º | 0.21% | 0.56% | - |
| XYZ | 22.01 | 25.58 | 19.4 | - |
| YUV | 135.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 113 | 0.09 | 0 | 0.21 | 0.44 | 86 | 0.12 | 0.5 |
| Hex | 82 | 8F | 71 | 9 | 0 | 15 | 2C | 56 | C | 32 |
| Octal | 202 | 217 | 161 | 11 | 0 | 25 | 54 | 126 | 14 | 62 |
| Binary | 10000010 | 10001111 | 1110001 | 1001 | 0 | 10101 | 101100 | 1010110 | 1100 | 110010 |
Color Harmonies of #828F71
Complementary color
Monochromatic Colors of #828F71
Black with #828F71
Text Example
Text Example
White with #828F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F71; }
p { color: rgb(130,143,113); }
H1.HeaderClassName
{
color: #828F71;
}
.AnyTagClassName
{
color: #828F71;
}
</style>
background-color css
<style>
a { background-color: #828F71; }
a { background-color: rgb(130,143,113); }
div.DivClassName
{
background-color: #828F71;
}
.BgClassName
{
background-color: #828F71;
}
</style>
border-color css
<style>
span { border-color: #828F71; }
span { border-color: rgb(130,143,113); }
td.TdClassName
{
border-color: #828F71;
}
.TagClassName
{
border-color: #828F71;
}
</style>