Shades of Camouflage Green #7A8766
Tints of Camouflage Green #7A8766
RGB
CMYK
RGB Variations
Color information
#7A8766 (or 0x7A8766) is known color: Camouflage Green. HEX triplet: 7A, 87 and 66. RGB value is (122,135,102). Sum of RGB (Red+Green+Blue) = 122+135+102=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8766 is #857899. Grayscale: #7F7F7F. Windows color (decimal): -8747162 or 6719354. OLE color: 6719354.
HSL color Cylindrical-coordinate representation of color #7A8766: hue angle of 83.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A8766 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 102 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.47 |
| HSL | 83.64º | 0.14% | 0.46% | - |
| HSV(B) | 83.64º | 0.24% | 0.53% | - |
| XYZ | 19.09 | 22.42 | 15.89 | - |
| YUV | 127.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 102 | 0.10 | 0 | 0.24 | 0.47 | 83.64 | 0.14 | 0.46 |
| Hex | 7A | 87 | 66 | A | 0 | 18 | 2F | 54 | E | 2E |
| Octal | 172 | 207 | 146 | 12 | 0 | 30 | 57 | 124 | 16 | 56 |
| Binary | 1111010 | 10000111 | 1100110 | 1010 | 0 | 11000 | 101111 | 1010100 | 1110 | 101110 |
Color Harmonies of #7A8766
Complementary color
Monochromatic Colors of #7A8766
Black with #7A8766
Text Example
Text Example
White with #7A8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8766; }
p { color: rgb(122,135,102); }
H1.HeaderClassName
{
color: #7A8766;
}
.AnyTagClassName
{
color: #7A8766;
}
</style>
background-color css
<style>
a { background-color: #7A8766; }
a { background-color: rgb(122,135,102); }
div.DivClassName
{
background-color: #7A8766;
}
.BgClassName
{
background-color: #7A8766;
}
</style>
border-color css
<style>
span { border-color: #7A8766; }
span { border-color: rgb(122,135,102); }
td.TdClassName
{
border-color: #7A8766;
}
.TagClassName
{
border-color: #7A8766;
}
</style>