Shades of Camouflage Green #7A8668
Tints of Camouflage Green #7A8668
RGB
CMYK
RGB Variations
Color information
#7A8668 (or 0x7A8668) is known color: Camouflage Green. HEX triplet: 7A, 86 and 68. RGB value is (122,134,104). Sum of RGB (Red+Green+Blue) = 122+134+104=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8668 is #857997. Grayscale: #7F7F7F. Windows color (decimal): -8747416 or 6850170. OLE color: 6850170.
HSL color Cylindrical-coordinate representation of color #7A8668: hue angle of 84º degrees, saturation: 0.13, 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 #7A8668 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 104 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.47 |
| HSL | 84º | 0.13% | 0.47% | - |
| HSV(B) | 84º | 0.22% | 0.53% | - |
| XYZ | 19.05 | 22.19 | 16.38 | - |
| YUV | 126.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 104 | 0.09 | 0 | 0.22 | 0.47 | 84 | 0.13 | 0.47 |
| Hex | 7A | 86 | 68 | 9 | 0 | 16 | 2F | 54 | D | 2F |
| Octal | 172 | 206 | 150 | 11 | 0 | 26 | 57 | 124 | 15 | 57 |
| Binary | 1111010 | 10000110 | 1101000 | 1001 | 0 | 10110 | 101111 | 1010100 | 1101 | 101111 |
Color Harmonies of #7A8668
Complementary color
Monochromatic Colors of #7A8668
Black with #7A8668
Text Example
Text Example
White with #7A8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8668; }
p { color: rgb(122,134,104); }
H1.HeaderClassName
{
color: #7A8668;
}
.AnyTagClassName
{
color: #7A8668;
}
</style>
background-color css
<style>
a { background-color: #7A8668; }
a { background-color: rgb(122,134,104); }
div.DivClassName
{
background-color: #7A8668;
}
.BgClassName
{
background-color: #7A8668;
}
</style>
border-color css
<style>
span { border-color: #7A8668; }
span { border-color: rgb(122,134,104); }
td.TdClassName
{
border-color: #7A8668;
}
.TagClassName
{
border-color: #7A8668;
}
</style>