Shades of Camouflage Green #7A8B64
Tints of Camouflage Green #7A8B64
RGB
CMYK
RGB Variations
Color information
#7A8B64 (or 0x7A8B64) is known color: Camouflage Green. HEX triplet: 7A, 8B and 64. RGB value is (122,139,100). Sum of RGB (Red+Green+Blue) = 122+139+100=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B64 is #85749B. Grayscale: #818181. Windows color (decimal): -8746140 or 6589306. OLE color: 6589306.
HSL color Cylindrical-coordinate representation of color #7A8B64: hue angle of 86.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A8B64 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 100 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.45 |
| HSL | 86.15º | 0.16% | 0.47% | - |
| HSV(B) | 86.15º | 0.28% | 0.55% | - |
| XYZ | 19.56 | 23.52 | 15.57 | - |
| YUV | 129.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 100 | 0.12 | 0 | 0.28 | 0.45 | 86.15 | 0.16 | 0.47 |
| Hex | 7A | 8B | 64 | C | 0 | 1C | 2D | 56 | 10 | 2F |
| Octal | 172 | 213 | 144 | 14 | 0 | 34 | 55 | 126 | 20 | 57 |
| Binary | 1111010 | 10001011 | 1100100 | 1100 | 0 | 11100 | 101101 | 1010110 | 10000 | 101111 |
Color Harmonies of #7A8B64
Complementary color
Monochromatic Colors of #7A8B64
Black with #7A8B64
Text Example
Text Example
White with #7A8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B64; }
p { color: rgb(122,139,100); }
H1.HeaderClassName
{
color: #7A8B64;
}
.AnyTagClassName
{
color: #7A8B64;
}
</style>
background-color css
<style>
a { background-color: #7A8B64; }
a { background-color: rgb(122,139,100); }
div.DivClassName
{
background-color: #7A8B64;
}
.BgClassName
{
background-color: #7A8B64;
}
</style>
border-color css
<style>
span { border-color: #7A8B64; }
span { border-color: rgb(122,139,100); }
td.TdClassName
{
border-color: #7A8B64;
}
.TagClassName
{
border-color: #7A8B64;
}
</style>