Shades of Camouflage Green #828D73
Tints of Camouflage Green #828D73
RGB
CMYK
RGB Variations
Color information
#828D73 (or 0x828D73) is known color: Camouflage Green. HEX triplet: 82, 8D and 73. RGB value is (130,141,115). Sum of RGB (Red+Green+Blue) = 130+141+115=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #828D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D73 is #7D728C. Grayscale: #868686. Windows color (decimal): -8221325 or 7572866. OLE color: 7572866.
HSL color Cylindrical-coordinate representation of color #828D73: hue angle of 85.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #828D73 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 115 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.45 |
| HSL | 85.38º | 0.1% | 0.5% | - |
| HSV(B) | 85.38º | 0.18% | 0.55% | - |
| XYZ | 21.83 | 25.03 | 19.9 | - |
| YUV | 134.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 115 | 0.08 | 0 | 0.18 | 0.45 | 85.38 | 0.1 | 0.5 |
| Hex | 82 | 8D | 73 | 8 | 0 | 12 | 2D | 55 | A | 32 |
| Octal | 202 | 215 | 163 | 10 | 0 | 22 | 55 | 125 | 12 | 62 |
| Binary | 10000010 | 10001101 | 1110011 | 1000 | 0 | 10010 | 101101 | 1010101 | 1010 | 110010 |
Color Harmonies of #828D73
Complementary color
Monochromatic Colors of #828D73
Black with #828D73
Text Example
Text Example
White with #828D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D73; }
p { color: rgb(130,141,115); }
H1.HeaderClassName
{
color: #828D73;
}
.AnyTagClassName
{
color: #828D73;
}
</style>
background-color css
<style>
a { background-color: #828D73; }
a { background-color: rgb(130,141,115); }
div.DivClassName
{
background-color: #828D73;
}
.BgClassName
{
background-color: #828D73;
}
</style>
border-color css
<style>
span { border-color: #828D73; }
span { border-color: rgb(130,141,115); }
td.TdClassName
{
border-color: #828D73;
}
.TagClassName
{
border-color: #828D73;
}
</style>