Shades of Camouflage Green #7A8662
Tints of Camouflage Green #7A8662
RGB
CMYK
RGB Variations
Color information
#7A8662 (or 0x7A8662) is known color: Camouflage Green. HEX triplet: 7A, 86 and 62. RGB value is (122,134,98). Sum of RGB (Red+Green+Blue) = 122+134+98=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8662 is #85799D. Grayscale: #7E7E7E. Windows color (decimal): -8747422 or 6456954. OLE color: 6456954.
HSL color Cylindrical-coordinate representation of color #7A8662: hue angle of 80º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A8662 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 98 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.47 |
| HSL | 80º | 0.16% | 0.45% | - |
| HSV(B) | 80º | 0.27% | 0.53% | - |
| XYZ | 18.76 | 22.07 | 14.83 | - |
| YUV | 126.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 98 | 0.09 | 0 | 0.27 | 0.47 | 80 | 0.16 | 0.45 |
| Hex | 7A | 86 | 62 | 9 | 0 | 1B | 2F | 50 | 10 | 2D |
| Octal | 172 | 206 | 142 | 11 | 0 | 33 | 57 | 120 | 20 | 55 |
| Binary | 1111010 | 10000110 | 1100010 | 1001 | 0 | 11011 | 101111 | 1010000 | 10000 | 101101 |
Color Harmonies of #7A8662
Complementary color
Monochromatic Colors of #7A8662
Black with #7A8662
Text Example
Text Example
White with #7A8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8662; }
p { color: rgb(122,134,98); }
H1.HeaderClassName
{
color: #7A8662;
}
.AnyTagClassName
{
color: #7A8662;
}
</style>
background-color css
<style>
a { background-color: #7A8662; }
a { background-color: rgb(122,134,98); }
div.DivClassName
{
background-color: #7A8662;
}
.BgClassName
{
background-color: #7A8662;
}
</style>
border-color css
<style>
span { border-color: #7A8662; }
span { border-color: rgb(122,134,98); }
td.TdClassName
{
border-color: #7A8662;
}
.TagClassName
{
border-color: #7A8662;
}
</style>