Shades of Camouflage Green #7A8865
Tints of Camouflage Green #7A8865
RGB
CMYK
RGB Variations
Color information
#7A8865 (or 0x7A8865) is known color: Camouflage Green. HEX triplet: 7A, 88 and 65. RGB value is (122,136,101). Sum of RGB (Red+Green+Blue) = 122+136+101=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8865 is #85779A. Grayscale: #7F7F7F. Windows color (decimal): -8746907 or 6654074. OLE color: 6654074.
HSL color Cylindrical-coordinate representation of color #7A8865: hue angle of 84º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A8865 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 101 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.47 |
| HSL | 84º | 0.15% | 0.46% | - |
| HSV(B) | 84º | 0.26% | 0.53% | - |
| XYZ | 19.18 | 22.69 | 15.68 | - |
| YUV | 127.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 101 | 0.10 | 0 | 0.26 | 0.47 | 84 | 0.15 | 0.46 |
| Hex | 7A | 88 | 65 | A | 0 | 1A | 2F | 54 | F | 2E |
| Octal | 172 | 210 | 145 | 12 | 0 | 32 | 57 | 124 | 17 | 56 |
| Binary | 1111010 | 10001000 | 1100101 | 1010 | 0 | 11010 | 101111 | 1010100 | 1111 | 101110 |
Color Harmonies of #7A8865
Complementary color
Monochromatic Colors of #7A8865
Black with #7A8865
Text Example
Text Example
White with #7A8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8865; }
p { color: rgb(122,136,101); }
H1.HeaderClassName
{
color: #7A8865;
}
.AnyTagClassName
{
color: #7A8865;
}
</style>
background-color css
<style>
a { background-color: #7A8865; }
a { background-color: rgb(122,136,101); }
div.DivClassName
{
background-color: #7A8865;
}
.BgClassName
{
background-color: #7A8865;
}
</style>
border-color css
<style>
span { border-color: #7A8865; }
span { border-color: rgb(122,136,101); }
td.TdClassName
{
border-color: #7A8865;
}
.TagClassName
{
border-color: #7A8865;
}
</style>