Shades of Camouflage Green #828C77
Tints of Camouflage Green #828C77
RGB
CMYK
RGB Variations
Color information
#828C77 (or 0x828C77) is known color: Camouflage Green. HEX triplet: 82, 8C and 77. RGB value is (130,140,119). Sum of RGB (Red+Green+Blue) = 130+140+119=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #828C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C77 is #7D7388. Grayscale: #868686. Windows color (decimal): -8221577 or 7834754. OLE color: 7834754.
HSL color Cylindrical-coordinate representation of color #828C77: hue angle of 88.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828C77 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 119 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.45 |
| HSL | 88.57º | 0.08% | 0.51% | - |
| HSV(B) | 88.57º | 0.15% | 0.55% | - |
| XYZ | 21.91 | 24.83 | 21.09 | - |
| YUV | 134.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 119 | 0.07 | 0 | 0.15 | 0.45 | 88.57 | 0.08 | 0.51 |
| Hex | 82 | 8C | 77 | 7 | 0 | F | 2D | 59 | 8 | 33 |
| Octal | 202 | 214 | 167 | 7 | 0 | 17 | 55 | 131 | 10 | 63 |
| Binary | 10000010 | 10001100 | 1110111 | 111 | 0 | 1111 | 101101 | 1011001 | 1000 | 110011 |
Color Harmonies of #828C77
Complementary color
Monochromatic Colors of #828C77
Black with #828C77
Text Example
Text Example
White with #828C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C77; }
p { color: rgb(130,140,119); }
H1.HeaderClassName
{
color: #828C77;
}
.AnyTagClassName
{
color: #828C77;
}
</style>
background-color css
<style>
a { background-color: #828C77; }
a { background-color: rgb(130,140,119); }
div.DivClassName
{
background-color: #828C77;
}
.BgClassName
{
background-color: #828C77;
}
</style>
border-color css
<style>
span { border-color: #828C77; }
span { border-color: rgb(130,140,119); }
td.TdClassName
{
border-color: #828C77;
}
.TagClassName
{
border-color: #828C77;
}
</style>