Shades of Camouflage Green #7A8A69
Tints of Camouflage Green #7A8A69
RGB
CMYK
RGB Variations
Color information
#7A8A69 (or 0x7A8A69) is known color: Camouflage Green. HEX triplet: 7A, 8A and 69. RGB value is (122,138,105). Sum of RGB (Red+Green+Blue) = 122+138+105=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A69 is #857596. Grayscale: #818181. Windows color (decimal): -8746391 or 6916730. OLE color: 6916730.
HSL color Cylindrical-coordinate representation of color #7A8A69: hue angle of 89.09º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A8A69 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 105 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.46 |
| HSL | 89.09º | 0.14% | 0.48% | - |
| HSV(B) | 89.09º | 0.24% | 0.54% | - |
| XYZ | 19.66 | 23.33 | 16.83 | - |
| YUV | 129.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 105 | 0.12 | 0 | 0.24 | 0.46 | 89.09 | 0.14 | 0.48 |
| Hex | 7A | 8A | 69 | C | 0 | 18 | 2E | 59 | E | 30 |
| Octal | 172 | 212 | 151 | 14 | 0 | 30 | 56 | 131 | 16 | 60 |
| Binary | 1111010 | 10001010 | 1101001 | 1100 | 0 | 11000 | 101110 | 1011001 | 1110 | 110000 |
Color Harmonies of #7A8A69
Complementary color
Monochromatic Colors of #7A8A69
Black with #7A8A69
Text Example
Text Example
White with #7A8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A69; }
p { color: rgb(122,138,105); }
H1.HeaderClassName
{
color: #7A8A69;
}
.AnyTagClassName
{
color: #7A8A69;
}
</style>
background-color css
<style>
a { background-color: #7A8A69; }
a { background-color: rgb(122,138,105); }
div.DivClassName
{
background-color: #7A8A69;
}
.BgClassName
{
background-color: #7A8A69;
}
</style>
border-color css
<style>
span { border-color: #7A8A69; }
span { border-color: rgb(122,138,105); }
td.TdClassName
{
border-color: #7A8A69;
}
.TagClassName
{
border-color: #7A8A69;
}
</style>