Shades of Camouflage Green #828C70
Tints of Camouflage Green #828C70
RGB
CMYK
RGB Variations
Color information
#828C70 (or 0x828C70) is known color: Camouflage Green. HEX triplet: 82, 8C and 70. RGB value is (130,140,112). Sum of RGB (Red+Green+Blue) = 130+140+112=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #828C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C70 is #7D738F. Grayscale: #858585. Windows color (decimal): -8221584 or 7376002. OLE color: 7376002.
HSL color Cylindrical-coordinate representation of color #828C70: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828C70 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 112 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.45 |
| HSL | 81.43º | 0.11% | 0.49% | - |
| HSV(B) | 81.43º | 0.2% | 0.55% | - |
| XYZ | 21.51 | 24.67 | 18.96 | - |
| YUV | 133.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 112 | 0.07 | 0 | 0.20 | 0.45 | 81.43 | 0.11 | 0.49 |
| Hex | 82 | 8C | 70 | 7 | 0 | 14 | 2D | 51 | B | 31 |
| Octal | 202 | 214 | 160 | 7 | 0 | 24 | 55 | 121 | 13 | 61 |
| Binary | 10000010 | 10001100 | 1110000 | 111 | 0 | 10100 | 101101 | 1010001 | 1011 | 110001 |
Color Harmonies of #828C70
Complementary color
Monochromatic Colors of #828C70
Black with #828C70
Text Example
Text Example
White with #828C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C70; }
p { color: rgb(130,140,112); }
H1.HeaderClassName
{
color: #828C70;
}
.AnyTagClassName
{
color: #828C70;
}
</style>
background-color css
<style>
a { background-color: #828C70; }
a { background-color: rgb(130,140,112); }
div.DivClassName
{
background-color: #828C70;
}
.BgClassName
{
background-color: #828C70;
}
</style>
border-color css
<style>
span { border-color: #828C70; }
span { border-color: rgb(130,140,112); }
td.TdClassName
{
border-color: #828C70;
}
.TagClassName
{
border-color: #828C70;
}
</style>