Shades of Camouflage Green #7A8B6D
Tints of Camouflage Green #7A8B6D
RGB
CMYK
RGB Variations
Color information
#7A8B6D (or 0x7A8B6D) is known color: Camouflage Green. HEX triplet: 7A, 8B and 6D. RGB value is (122,139,109). Sum of RGB (Red+Green+Blue) = 122+139+109=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B6D is #857492. Grayscale: #828282. Windows color (decimal): -8746131 or 7179130. OLE color: 7179130.
HSL color Cylindrical-coordinate representation of color #7A8B6D: hue angle of 94º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A8B6D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 109 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.45 |
| HSL | 94º | 0.12% | 0.49% | - |
| HSV(B) | 94º | 0.22% | 0.55% | - |
| XYZ | 20.02 | 23.71 | 17.99 | - |
| YUV | 130.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 109 | 0.12 | 0 | 0.22 | 0.45 | 94 | 0.12 | 0.49 |
| Hex | 7A | 8B | 6D | C | 0 | 16 | 2D | 5E | C | 31 |
| Octal | 172 | 213 | 155 | 14 | 0 | 26 | 55 | 136 | 14 | 61 |
| Binary | 1111010 | 10001011 | 1101101 | 1100 | 0 | 10110 | 101101 | 1011110 | 1100 | 110001 |
Color Harmonies of #7A8B6D
Complementary color
Monochromatic Colors of #7A8B6D
Black with #7A8B6D
Text Example
Text Example
White with #7A8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B6D; }
p { color: rgb(122,139,109); }
H1.HeaderClassName
{
color: #7A8B6D;
}
.AnyTagClassName
{
color: #7A8B6D;
}
</style>
background-color css
<style>
a { background-color: #7A8B6D; }
a { background-color: rgb(122,139,109); }
div.DivClassName
{
background-color: #7A8B6D;
}
.BgClassName
{
background-color: #7A8B6D;
}
</style>
border-color css
<style>
span { border-color: #7A8B6D; }
span { border-color: rgb(122,139,109); }
td.TdClassName
{
border-color: #7A8B6D;
}
.TagClassName
{
border-color: #7A8B6D;
}
</style>