Shades of Camouflage Green #7A8C69
Tints of Camouflage Green #7A8C69
RGB
CMYK
RGB Variations
Color information
#7A8C69 (or 0x7A8C69) is known color: Camouflage Green. HEX triplet: 7A, 8C and 69. RGB value is (122,140,105). Sum of RGB (Red+Green+Blue) = 122+140+105=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #7A8C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8C69 is #857396. Grayscale: #828282. Windows color (decimal): -8745879 or 6917242. OLE color: 6917242.
HSL color Cylindrical-coordinate representation of color #7A8C69: hue angle of 90.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A8C69 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 140 | 105 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.45 |
| HSL | 90.86º | 0.14% | 0.48% | - |
| HSV(B) | 90.86º | 0.25% | 0.55% | - |
| XYZ | 19.95 | 23.91 | 16.93 | - |
| YUV | 130.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 105 | 0.13 | 0 | 0.25 | 0.45 | 90.86 | 0.14 | 0.48 |
| Hex | 7A | 8C | 69 | D | 0 | 19 | 2D | 5B | E | 30 |
| Octal | 172 | 214 | 151 | 15 | 0 | 31 | 55 | 133 | 16 | 60 |
| Binary | 1111010 | 10001100 | 1101001 | 1101 | 0 | 11001 | 101101 | 1011011 | 1110 | 110000 |
Color Harmonies of #7A8C69
Complementary color
Monochromatic Colors of #7A8C69
Black with #7A8C69
Text Example
Text Example
White with #7A8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8C69; }
p { color: rgb(122,140,105); }
H1.HeaderClassName
{
color: #7A8C69;
}
.AnyTagClassName
{
color: #7A8C69;
}
</style>
background-color css
<style>
a { background-color: #7A8C69; }
a { background-color: rgb(122,140,105); }
div.DivClassName
{
background-color: #7A8C69;
}
.BgClassName
{
background-color: #7A8C69;
}
</style>
border-color css
<style>
span { border-color: #7A8C69; }
span { border-color: rgb(122,140,105); }
td.TdClassName
{
border-color: #7A8C69;
}
.TagClassName
{
border-color: #7A8C69;
}
</style>