Shades of Camouflage Green #7A8B69
Tints of Camouflage Green #7A8B69
RGB
CMYK
RGB Variations
Color information
#7A8B69 (or 0x7A8B69) is known color: Camouflage Green. HEX triplet: 7A, 8B and 69. RGB value is (122,139,105). Sum of RGB (Red+Green+Blue) = 122+139+105=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B69 is #857496. Grayscale: #828282. Windows color (decimal): -8746135 or 6916986. OLE color: 6916986.
HSL color Cylindrical-coordinate representation of color #7A8B69: hue angle of 90º degrees, saturation: 0.14, 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 #7A8B69 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 105 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.45 |
| HSL | 90º | 0.14% | 0.48% | - |
| HSV(B) | 90º | 0.24% | 0.55% | - |
| XYZ | 19.81 | 23.62 | 16.88 | - |
| YUV | 130.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 105 | 0.12 | 0 | 0.24 | 0.45 | 90 | 0.14 | 0.48 |
| Hex | 7A | 8B | 69 | C | 0 | 18 | 2D | 5A | E | 30 |
| Octal | 172 | 213 | 151 | 14 | 0 | 30 | 55 | 132 | 16 | 60 |
| Binary | 1111010 | 10001011 | 1101001 | 1100 | 0 | 11000 | 101101 | 1011010 | 1110 | 110000 |
Color Harmonies of #7A8B69
Complementary color
Monochromatic Colors of #7A8B69
Black with #7A8B69
Text Example
Text Example
White with #7A8B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B69; }
p { color: rgb(122,139,105); }
H1.HeaderClassName
{
color: #7A8B69;
}
.AnyTagClassName
{
color: #7A8B69;
}
</style>
background-color css
<style>
a { background-color: #7A8B69; }
a { background-color: rgb(122,139,105); }
div.DivClassName
{
background-color: #7A8B69;
}
.BgClassName
{
background-color: #7A8B69;
}
</style>
border-color css
<style>
span { border-color: #7A8B69; }
span { border-color: rgb(122,139,105); }
td.TdClassName
{
border-color: #7A8B69;
}
.TagClassName
{
border-color: #7A8B69;
}
</style>