Shades of Camouflage Green #828D70
Tints of Camouflage Green #828D70
RGB
CMYK
RGB Variations
Color information
#828D70 (or 0x828D70) is known color: Camouflage Green. HEX triplet: 82, 8D and 70. RGB value is (130,141,112). Sum of RGB (Red+Green+Blue) = 130+141+112=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #828D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D70 is #7D728F. Grayscale: #868686. Windows color (decimal): -8221328 or 7376258. OLE color: 7376258.
HSL color Cylindrical-coordinate representation of color #828D70: hue angle of 82.76º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828D70 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 112 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.45 |
| HSL | 82.76º | 0.11% | 0.5% | - |
| HSV(B) | 82.76º | 0.21% | 0.55% | - |
| XYZ | 21.66 | 24.97 | 19.01 | - |
| YUV | 134.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 112 | 0.08 | 0 | 0.21 | 0.45 | 82.76 | 0.11 | 0.5 |
| Hex | 82 | 8D | 70 | 8 | 0 | 15 | 2D | 53 | B | 32 |
| Octal | 202 | 215 | 160 | 10 | 0 | 25 | 55 | 123 | 13 | 62 |
| Binary | 10000010 | 10001101 | 1110000 | 1000 | 0 | 10101 | 101101 | 1010011 | 1011 | 110010 |
Color Harmonies of #828D70
Complementary color
Monochromatic Colors of #828D70
Black with #828D70
Text Example
Text Example
White with #828D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D70; }
p { color: rgb(130,141,112); }
H1.HeaderClassName
{
color: #828D70;
}
.AnyTagClassName
{
color: #828D70;
}
</style>
background-color css
<style>
a { background-color: #828D70; }
a { background-color: rgb(130,141,112); }
div.DivClassName
{
background-color: #828D70;
}
.BgClassName
{
background-color: #828D70;
}
</style>
border-color css
<style>
span { border-color: #828D70; }
span { border-color: rgb(130,141,112); }
td.TdClassName
{
border-color: #828D70;
}
.TagClassName
{
border-color: #828D70;
}
</style>