Shades of Camouflage Green #7A846D
Tints of Camouflage Green #7A846D
RGB
CMYK
RGB Variations
Color information
#7A846D (or 0x7A846D) is known color: Camouflage Green. HEX triplet: 7A, 84 and 6D. RGB value is (122,132,109). Sum of RGB (Red+Green+Blue) = 122+132+109=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #7A846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A846D is #857B92. Grayscale: #7E7E7E. Windows color (decimal): -8747923 or 7177338. OLE color: 7177338.
HSL color Cylindrical-coordinate representation of color #7A846D: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A846D is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 109 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.48 |
| HSL | 86.09º | 0.1% | 0.47% | - |
| HSV(B) | 86.09º | 0.17% | 0.52% | - |
| XYZ | 19.04 | 21.74 | 17.66 | - |
| YUV | 126.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 109 | 0.08 | 0 | 0.17 | 0.48 | 86.09 | 0.1 | 0.47 |
| Hex | 7A | 84 | 6D | 8 | 0 | 11 | 30 | 56 | A | 2F |
| Octal | 172 | 204 | 155 | 10 | 0 | 21 | 60 | 126 | 12 | 57 |
| Binary | 1111010 | 10000100 | 1101101 | 1000 | 0 | 10001 | 110000 | 1010110 | 1010 | 101111 |
Color Harmonies of #7A846D
Complementary color
Monochromatic Colors of #7A846D
Black with #7A846D
Text Example
Text Example
White with #7A846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A846D; }
p { color: rgb(122,132,109); }
H1.HeaderClassName
{
color: #7A846D;
}
.AnyTagClassName
{
color: #7A846D;
}
</style>
background-color css
<style>
a { background-color: #7A846D; }
a { background-color: rgb(122,132,109); }
div.DivClassName
{
background-color: #7A846D;
}
.BgClassName
{
background-color: #7A846D;
}
</style>
border-color css
<style>
span { border-color: #7A846D; }
span { border-color: rgb(122,132,109); }
td.TdClassName
{
border-color: #7A846D;
}
.TagClassName
{
border-color: #7A846D;
}
</style>