Shades of Camouflage Green #7A866C
Tints of Camouflage Green #7A866C
RGB
CMYK
RGB Variations
Color information
#7A866C (or 0x7A866C) is known color: Camouflage Green. HEX triplet: 7A, 86 and 6C. RGB value is (122,134,108). Sum of RGB (Red+Green+Blue) = 122+134+108=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #7A866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A866C is #857993. Grayscale: #7F7F7F. Windows color (decimal): -8747412 or 7112314. OLE color: 7112314.
HSL color Cylindrical-coordinate representation of color #7A866C: hue angle of 87.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A866C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 108 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.47 |
| HSL | 87.69º | 0.11% | 0.47% | - |
| HSV(B) | 87.69º | 0.19% | 0.53% | - |
| XYZ | 19.26 | 22.27 | 17.47 | - |
| YUV | 127.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 108 | 0.09 | 0 | 0.19 | 0.47 | 87.69 | 0.11 | 0.47 |
| Hex | 7A | 86 | 6C | 9 | 0 | 13 | 2F | 58 | B | 2F |
| Octal | 172 | 206 | 154 | 11 | 0 | 23 | 57 | 130 | 13 | 57 |
| Binary | 1111010 | 10000110 | 1101100 | 1001 | 0 | 10011 | 101111 | 1011000 | 1011 | 101111 |
Color Harmonies of #7A866C
Complementary color
Monochromatic Colors of #7A866C
Black with #7A866C
Text Example
Text Example
White with #7A866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A866C; }
p { color: rgb(122,134,108); }
H1.HeaderClassName
{
color: #7A866C;
}
.AnyTagClassName
{
color: #7A866C;
}
</style>
background-color css
<style>
a { background-color: #7A866C; }
a { background-color: rgb(122,134,108); }
div.DivClassName
{
background-color: #7A866C;
}
.BgClassName
{
background-color: #7A866C;
}
</style>
border-color css
<style>
span { border-color: #7A866C; }
span { border-color: rgb(122,134,108); }
td.TdClassName
{
border-color: #7A866C;
}
.TagClassName
{
border-color: #7A866C;
}
</style>