Shades of Camouflage Green #7A886A
Tints of Camouflage Green #7A886A
RGB
CMYK
RGB Variations
Color information
#7A886A (or 0x7A886A) is known color: Camouflage Green. HEX triplet: 7A, 88 and 6A. RGB value is (122,136,106). Sum of RGB (Red+Green+Blue) = 122+136+106=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #7A886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A886A is #857795. Grayscale: #808080. Windows color (decimal): -8746902 or 6981754. OLE color: 6981754.
HSL color Cylindrical-coordinate representation of color #7A886A: hue angle of 88º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A886A is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 106 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.47 |
| HSL | 88º | 0.12% | 0.47% | - |
| HSV(B) | 88º | 0.22% | 0.53% | - |
| XYZ | 19.43 | 22.79 | 17.01 | - |
| YUV | 128.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 106 | 0.10 | 0 | 0.22 | 0.47 | 88 | 0.12 | 0.47 |
| Hex | 7A | 88 | 6A | A | 0 | 16 | 2F | 58 | C | 2F |
| Octal | 172 | 210 | 152 | 12 | 0 | 26 | 57 | 130 | 14 | 57 |
| Binary | 1111010 | 10001000 | 1101010 | 1010 | 0 | 10110 | 101111 | 1011000 | 1100 | 101111 |
Color Harmonies of #7A886A
Complementary color
Monochromatic Colors of #7A886A
Black with #7A886A
Text Example
Text Example
White with #7A886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A886A; }
p { color: rgb(122,136,106); }
H1.HeaderClassName
{
color: #7A886A;
}
.AnyTagClassName
{
color: #7A886A;
}
</style>
background-color css
<style>
a { background-color: #7A886A; }
a { background-color: rgb(122,136,106); }
div.DivClassName
{
background-color: #7A886A;
}
.BgClassName
{
background-color: #7A886A;
}
</style>
border-color css
<style>
span { border-color: #7A886A; }
span { border-color: rgb(122,136,106); }
td.TdClassName
{
border-color: #7A886A;
}
.TagClassName
{
border-color: #7A886A;
}
</style>