Shades of Camouflage Green #828C78
Tints of Camouflage Green #828C78
RGB
CMYK
RGB Variations
Color information
#828C78 (or 0x828C78) is known color: Camouflage Green. HEX triplet: 82, 8C and 78. RGB value is (130,140,120). Sum of RGB (Red+Green+Blue) = 130+140+120=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #828C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C78 is #7D7387. Grayscale: #868686. Windows color (decimal): -8221576 or 7900290. OLE color: 7900290.
HSL color Cylindrical-coordinate representation of color #828C78: hue angle of 90º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828C78 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 120 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.45 |
| HSL | 90º | 0.08% | 0.51% | - |
| HSV(B) | 90º | 0.14% | 0.55% | - |
| XYZ | 21.97 | 24.86 | 21.41 | - |
| YUV | 134.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 120 | 0.07 | 0 | 0.14 | 0.45 | 90 | 0.08 | 0.51 |
| Hex | 82 | 8C | 78 | 7 | 0 | E | 2D | 5A | 8 | 33 |
| Octal | 202 | 214 | 170 | 7 | 0 | 16 | 55 | 132 | 10 | 63 |
| Binary | 10000010 | 10001100 | 1111000 | 111 | 0 | 1110 | 101101 | 1011010 | 1000 | 110011 |
Color Harmonies of #828C78
Complementary color
Monochromatic Colors of #828C78
Black with #828C78
Text Example
Text Example
White with #828C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C78; }
p { color: rgb(130,140,120); }
H1.HeaderClassName
{
color: #828C78;
}
.AnyTagClassName
{
color: #828C78;
}
</style>
background-color css
<style>
a { background-color: #828C78; }
a { background-color: rgb(130,140,120); }
div.DivClassName
{
background-color: #828C78;
}
.BgClassName
{
background-color: #828C78;
}
</style>
border-color css
<style>
span { border-color: #828C78; }
span { border-color: rgb(130,140,120); }
td.TdClassName
{
border-color: #828C78;
}
.TagClassName
{
border-color: #828C78;
}
</style>