Shades of Camouflage Green #828A7A
Tints of Camouflage Green #828A7A
RGB
CMYK
RGB Variations
Color information
#828A7A (or 0x828A7A) is known color: Camouflage Green. HEX triplet: 82, 8A and 7A. RGB value is (130,138,122). Sum of RGB (Red+Green+Blue) = 130+138+122=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #828A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A7A is #7D7585. Grayscale: #858585. Windows color (decimal): -8222086 or 8030850. OLE color: 8030850.
HSL color Cylindrical-coordinate representation of color #828A7A: hue angle of 90º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828A7A is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 122 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.46 |
| HSL | 90º | 0.06% | 0.51% | - |
| HSV(B) | 90º | 0.12% | 0.54% | - |
| XYZ | 21.81 | 24.33 | 21.96 | - |
| YUV | 133.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 122 | 0.06 | 0 | 0.12 | 0.46 | 90 | 0.06 | 0.51 |
| Hex | 82 | 8A | 7A | 6 | 0 | C | 2E | 5A | 6 | 33 |
| Octal | 202 | 212 | 172 | 6 | 0 | 14 | 56 | 132 | 6 | 63 |
| Binary | 10000010 | 10001010 | 1111010 | 110 | 0 | 1100 | 101110 | 1011010 | 110 | 110011 |
Color Harmonies of #828A7A
Complementary color
Monochromatic Colors of #828A7A
Black with #828A7A
Text Example
Text Example
White with #828A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A7A; }
p { color: rgb(130,138,122); }
H1.HeaderClassName
{
color: #828A7A;
}
.AnyTagClassName
{
color: #828A7A;
}
</style>
background-color css
<style>
a { background-color: #828A7A; }
a { background-color: rgb(130,138,122); }
div.DivClassName
{
background-color: #828A7A;
}
.BgClassName
{
background-color: #828A7A;
}
</style>
border-color css
<style>
span { border-color: #828A7A; }
span { border-color: rgb(130,138,122); }
td.TdClassName
{
border-color: #828A7A;
}
.TagClassName
{
border-color: #828A7A;
}
</style>