Shades of Camouflage Green #7A8861
Tints of Camouflage Green #7A8861
RGB
CMYK
RGB Variations
Color information
#7A8861 (or 0x7A8861) is known color: Camouflage Green. HEX triplet: 7A, 88 and 61. RGB value is (122,136,97). Sum of RGB (Red+Green+Blue) = 122+136+97=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8861 is #85779E. Grayscale: #7F7F7F. Windows color (decimal): -8746911 or 6391930. OLE color: 6391930.
HSL color Cylindrical-coordinate representation of color #7A8861: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A8861 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 97 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.47 |
| HSL | 81.54º | 0.17% | 0.46% | - |
| HSV(B) | 81.54º | 0.29% | 0.53% | - |
| XYZ | 18.99 | 22.61 | 14.67 | - |
| YUV | 127.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 97 | 0.10 | 0 | 0.29 | 0.47 | 81.54 | 0.17 | 0.46 |
| Hex | 7A | 88 | 61 | A | 0 | 1D | 2F | 52 | 11 | 2E |
| Octal | 172 | 210 | 141 | 12 | 0 | 35 | 57 | 122 | 21 | 56 |
| Binary | 1111010 | 10001000 | 1100001 | 1010 | 0 | 11101 | 101111 | 1010010 | 10001 | 101110 |
Color Harmonies of #7A8861
Complementary color
Monochromatic Colors of #7A8861
Black with #7A8861
Text Example
Text Example
White with #7A8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8861; }
p { color: rgb(122,136,97); }
H1.HeaderClassName
{
color: #7A8861;
}
.AnyTagClassName
{
color: #7A8861;
}
</style>
background-color css
<style>
a { background-color: #7A8861; }
a { background-color: rgb(122,136,97); }
div.DivClassName
{
background-color: #7A8861;
}
.BgClassName
{
background-color: #7A8861;
}
</style>
border-color css
<style>
span { border-color: #7A8861; }
span { border-color: rgb(122,136,97); }
td.TdClassName
{
border-color: #7A8861;
}
.TagClassName
{
border-color: #7A8861;
}
</style>