Shades of Camouflage Green #7A8665
Tints of Camouflage Green #7A8665
RGB
CMYK
RGB Variations
Color information
#7A8665 (or 0x7A8665) is known color: Camouflage Green. HEX triplet: 7A, 86 and 65. RGB value is (122,134,101). Sum of RGB (Red+Green+Blue) = 122+134+101=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8665 is #85799A. Grayscale: #7E7E7E. Windows color (decimal): -8747419 or 6653562. OLE color: 6653562.
HSL color Cylindrical-coordinate representation of color #7A8665: hue angle of 81.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A8665 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 101 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.47 |
| HSL | 81.82º | 0.14% | 0.46% | - |
| HSV(B) | 81.82º | 0.25% | 0.53% | - |
| XYZ | 18.9 | 22.13 | 15.59 | - |
| YUV | 126.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 101 | 0.09 | 0 | 0.25 | 0.47 | 81.82 | 0.14 | 0.46 |
| Hex | 7A | 86 | 65 | 9 | 0 | 19 | 2F | 52 | E | 2E |
| Octal | 172 | 206 | 145 | 11 | 0 | 31 | 57 | 122 | 16 | 56 |
| Binary | 1111010 | 10000110 | 1100101 | 1001 | 0 | 11001 | 101111 | 1010010 | 1110 | 101110 |
Color Harmonies of #7A8665
Complementary color
Monochromatic Colors of #7A8665
Black with #7A8665
Text Example
Text Example
White with #7A8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8665; }
p { color: rgb(122,134,101); }
H1.HeaderClassName
{
color: #7A8665;
}
.AnyTagClassName
{
color: #7A8665;
}
</style>
background-color css
<style>
a { background-color: #7A8665; }
a { background-color: rgb(122,134,101); }
div.DivClassName
{
background-color: #7A8665;
}
.BgClassName
{
background-color: #7A8665;
}
</style>
border-color css
<style>
span { border-color: #7A8665; }
span { border-color: rgb(122,134,101); }
td.TdClassName
{
border-color: #7A8665;
}
.TagClassName
{
border-color: #7A8665;
}
</style>