Shades of Camouflage Green #7A866D
Tints of Camouflage Green #7A866D
RGB
CMYK
RGB Variations
Color information
#7A866D (or 0x7A866D) is known color: Camouflage Green. HEX triplet: 7A, 86 and 6D. RGB value is (122,134,109). Sum of RGB (Red+Green+Blue) = 122+134+109=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #7A866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A866D is #857992. Grayscale: #7F7F7F. Windows color (decimal): -8747411 or 7177850. OLE color: 7177850.
HSL color Cylindrical-coordinate representation of color #7A866D: hue angle of 88.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A866D is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 109 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.47 |
| HSL | 88.8º | 0.1% | 0.48% | - |
| HSV(B) | 88.8º | 0.19% | 0.53% | - |
| XYZ | 19.31 | 22.29 | 17.75 | - |
| YUV | 127.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 109 | 0.09 | 0 | 0.19 | 0.47 | 88.8 | 0.1 | 0.48 |
| Hex | 7A | 86 | 6D | 9 | 0 | 13 | 2F | 59 | A | 30 |
| Octal | 172 | 206 | 155 | 11 | 0 | 23 | 57 | 131 | 12 | 60 |
| Binary | 1111010 | 10000110 | 1101101 | 1001 | 0 | 10011 | 101111 | 1011001 | 1010 | 110000 |
Color Harmonies of #7A866D
Complementary color
Monochromatic Colors of #7A866D
Black with #7A866D
Text Example
Text Example
White with #7A866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A866D; }
p { color: rgb(122,134,109); }
H1.HeaderClassName
{
color: #7A866D;
}
.AnyTagClassName
{
color: #7A866D;
}
</style>
background-color css
<style>
a { background-color: #7A866D; }
a { background-color: rgb(122,134,109); }
div.DivClassName
{
background-color: #7A866D;
}
.BgClassName
{
background-color: #7A866D;
}
</style>
border-color css
<style>
span { border-color: #7A866D; }
span { border-color: rgb(122,134,109); }
td.TdClassName
{
border-color: #7A866D;
}
.TagClassName
{
border-color: #7A866D;
}
</style>