Shades of Camouflage Green #7A8B6A
Tints of Camouflage Green #7A8B6A
RGB
CMYK
RGB Variations
Color information
#7A8B6A (or 0x7A8B6A) is known color: Camouflage Green. HEX triplet: 7A, 8B and 6A. RGB value is (122,139,106). Sum of RGB (Red+Green+Blue) = 122+139+106=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B6A is #857495. Grayscale: #828282. Windows color (decimal): -8746134 or 6982522. OLE color: 6982522.
HSL color Cylindrical-coordinate representation of color #7A8B6A: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A8B6A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 106 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.45 |
| HSL | 90.91º | 0.13% | 0.48% | - |
| HSV(B) | 90.91º | 0.24% | 0.55% | - |
| XYZ | 19.86 | 23.64 | 17.15 | - |
| YUV | 130.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 106 | 0.12 | 0 | 0.24 | 0.45 | 90.91 | 0.13 | 0.48 |
| Hex | 7A | 8B | 6A | C | 0 | 18 | 2D | 5B | D | 30 |
| Octal | 172 | 213 | 152 | 14 | 0 | 30 | 55 | 133 | 15 | 60 |
| Binary | 1111010 | 10001011 | 1101010 | 1100 | 0 | 11000 | 101101 | 1011011 | 1101 | 110000 |
Color Harmonies of #7A8B6A
Complementary color
Monochromatic Colors of #7A8B6A
Black with #7A8B6A
Text Example
Text Example
White with #7A8B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B6A; }
p { color: rgb(122,139,106); }
H1.HeaderClassName
{
color: #7A8B6A;
}
.AnyTagClassName
{
color: #7A8B6A;
}
</style>
background-color css
<style>
a { background-color: #7A8B6A; }
a { background-color: rgb(122,139,106); }
div.DivClassName
{
background-color: #7A8B6A;
}
.BgClassName
{
background-color: #7A8B6A;
}
</style>
border-color css
<style>
span { border-color: #7A8B6A; }
span { border-color: rgb(122,139,106); }
td.TdClassName
{
border-color: #7A8B6A;
}
.TagClassName
{
border-color: #7A8B6A;
}
</style>