Shades of Camouflage Green #828B75
Tints of Camouflage Green #828B75
RGB
CMYK
RGB Variations
Color information
#828B75 (or 0x828B75) is known color: Camouflage Green. HEX triplet: 82, 8B and 75. RGB value is (130,139,117). Sum of RGB (Red+Green+Blue) = 130+139+117=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #828B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B75 is #7D748A. Grayscale: #858585. Windows color (decimal): -8221835 or 7703426. OLE color: 7703426.
HSL color Cylindrical-coordinate representation of color #828B75: hue angle of 84.55º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828B75 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 117 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.45 |
| HSL | 84.55º | 0.09% | 0.5% | - |
| HSV(B) | 84.55º | 0.16% | 0.55% | - |
| XYZ | 21.65 | 24.5 | 20.42 | - |
| YUV | 133.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 117 | 0.06 | 0 | 0.16 | 0.45 | 84.55 | 0.09 | 0.5 |
| Hex | 82 | 8B | 75 | 6 | 0 | 10 | 2D | 55 | 9 | 32 |
| Octal | 202 | 213 | 165 | 6 | 0 | 20 | 55 | 125 | 11 | 62 |
| Binary | 10000010 | 10001011 | 1110101 | 110 | 0 | 10000 | 101101 | 1010101 | 1001 | 110010 |
Color Harmonies of #828B75
Complementary color
Monochromatic Colors of #828B75
Black with #828B75
Text Example
Text Example
White with #828B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B75; }
p { color: rgb(130,139,117); }
H1.HeaderClassName
{
color: #828B75;
}
.AnyTagClassName
{
color: #828B75;
}
</style>
background-color css
<style>
a { background-color: #828B75; }
a { background-color: rgb(130,139,117); }
div.DivClassName
{
background-color: #828B75;
}
.BgClassName
{
background-color: #828B75;
}
</style>
border-color css
<style>
span { border-color: #828B75; }
span { border-color: rgb(130,139,117); }
td.TdClassName
{
border-color: #828B75;
}
.TagClassName
{
border-color: #828B75;
}
</style>