Shades of Camouflage Green #7A8770
Tints of Camouflage Green #7A8770
RGB
CMYK
RGB Variations
Color information
#7A8770 (or 0x7A8770) is known color: Camouflage Green. HEX triplet: 7A, 87 and 70. RGB value is (122,135,112). Sum of RGB (Red+Green+Blue) = 122+135+112=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8770 is #85788F. Grayscale: #808080. Windows color (decimal): -8747152 or 7374714. OLE color: 7374714.
HSL color Cylindrical-coordinate representation of color #7A8770: hue angle of 93.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8770 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 112 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.47 |
| HSL | 93.91º | 0.09% | 0.48% | - |
| HSV(B) | 93.91º | 0.17% | 0.53% | - |
| XYZ | 19.61 | 22.64 | 18.66 | - |
| YUV | 128.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 112 | 0.10 | 0 | 0.17 | 0.47 | 93.91 | 0.09 | 0.48 |
| Hex | 7A | 87 | 70 | A | 0 | 11 | 2F | 5E | 9 | 30 |
| Octal | 172 | 207 | 160 | 12 | 0 | 21 | 57 | 136 | 11 | 60 |
| Binary | 1111010 | 10000111 | 1110000 | 1010 | 0 | 10001 | 101111 | 1011110 | 1001 | 110000 |
Color Harmonies of #7A8770
Complementary color
Monochromatic Colors of #7A8770
Black with #7A8770
Text Example
Text Example
White with #7A8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8770; }
p { color: rgb(122,135,112); }
H1.HeaderClassName
{
color: #7A8770;
}
.AnyTagClassName
{
color: #7A8770;
}
</style>
background-color css
<style>
a { background-color: #7A8770; }
a { background-color: rgb(122,135,112); }
div.DivClassName
{
background-color: #7A8770;
}
.BgClassName
{
background-color: #7A8770;
}
</style>
border-color css
<style>
span { border-color: #7A8770; }
span { border-color: rgb(122,135,112); }
td.TdClassName
{
border-color: #7A8770;
}
.TagClassName
{
border-color: #7A8770;
}
</style>