Shades of Camouflage Green #7A8B66
Tints of Camouflage Green #7A8B66
RGB
CMYK
RGB Variations
Color information
#7A8B66 (or 0x7A8B66) is known color: Camouflage Green. HEX triplet: 7A, 8B and 66. RGB value is (122,139,102). Sum of RGB (Red+Green+Blue) = 122+139+102=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B66 is #857499. Grayscale: #818181. Windows color (decimal): -8746138 or 6720378. OLE color: 6720378.
HSL color Cylindrical-coordinate representation of color #7A8B66: hue angle of 87.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A8B66 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 102 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.45 |
| HSL | 87.57º | 0.15% | 0.47% | - |
| HSV(B) | 87.57º | 0.27% | 0.55% | - |
| XYZ | 19.66 | 23.56 | 16.08 | - |
| YUV | 129.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 102 | 0.12 | 0 | 0.27 | 0.45 | 87.57 | 0.15 | 0.47 |
| Hex | 7A | 8B | 66 | C | 0 | 1B | 2D | 58 | F | 2F |
| Octal | 172 | 213 | 146 | 14 | 0 | 33 | 55 | 130 | 17 | 57 |
| Binary | 1111010 | 10001011 | 1100110 | 1100 | 0 | 11011 | 101101 | 1011000 | 1111 | 101111 |
Color Harmonies of #7A8B66
Complementary color
Monochromatic Colors of #7A8B66
Black with #7A8B66
Text Example
Text Example
White with #7A8B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B66; }
p { color: rgb(122,139,102); }
H1.HeaderClassName
{
color: #7A8B66;
}
.AnyTagClassName
{
color: #7A8B66;
}
</style>
background-color css
<style>
a { background-color: #7A8B66; }
a { background-color: rgb(122,139,102); }
div.DivClassName
{
background-color: #7A8B66;
}
.BgClassName
{
background-color: #7A8B66;
}
</style>
border-color css
<style>
span { border-color: #7A8B66; }
span { border-color: rgb(122,139,102); }
td.TdClassName
{
border-color: #7A8B66;
}
.TagClassName
{
border-color: #7A8B66;
}
</style>