Shades of Camouflage Green #7A8663
Tints of Camouflage Green #7A8663
RGB
CMYK
RGB Variations
Color information
#7A8663 (or 0x7A8663) is known color: Camouflage Green. HEX triplet: 7A, 86 and 63. RGB value is (122,134,99). Sum of RGB (Red+Green+Blue) = 122+134+99=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8663 is #85799C. Grayscale: #7E7E7E. Windows color (decimal): -8747421 or 6522490. OLE color: 6522490.
HSL color Cylindrical-coordinate representation of color #7A8663: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A8663 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 99 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.47 |
| HSL | 80.57º | 0.15% | 0.46% | - |
| HSV(B) | 80.57º | 0.26% | 0.53% | - |
| XYZ | 18.8 | 22.09 | 15.08 | - |
| YUV | 126.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 99 | 0.09 | 0 | 0.26 | 0.47 | 80.57 | 0.15 | 0.46 |
| Hex | 7A | 86 | 63 | 9 | 0 | 1A | 2F | 51 | F | 2E |
| Octal | 172 | 206 | 143 | 11 | 0 | 32 | 57 | 121 | 17 | 56 |
| Binary | 1111010 | 10000110 | 1100011 | 1001 | 0 | 11010 | 101111 | 1010001 | 1111 | 101110 |
Color Harmonies of #7A8663
Complementary color
Monochromatic Colors of #7A8663
Black with #7A8663
Text Example
Text Example
White with #7A8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8663; }
p { color: rgb(122,134,99); }
H1.HeaderClassName
{
color: #7A8663;
}
.AnyTagClassName
{
color: #7A8663;
}
</style>
background-color css
<style>
a { background-color: #7A8663; }
a { background-color: rgb(122,134,99); }
div.DivClassName
{
background-color: #7A8663;
}
.BgClassName
{
background-color: #7A8663;
}
</style>
border-color css
<style>
span { border-color: #7A8663; }
span { border-color: rgb(122,134,99); }
td.TdClassName
{
border-color: #7A8663;
}
.TagClassName
{
border-color: #7A8663;
}
</style>