Shades of Camouflage Green #7A8A63
Tints of Camouflage Green #7A8A63
RGB
CMYK
RGB Variations
Color information
#7A8A63 (or 0x7A8A63) is known color: Camouflage Green. HEX triplet: 7A, 8A and 63. RGB value is (122,138,99). Sum of RGB (Red+Green+Blue) = 122+138+99=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A63 is #85759C. Grayscale: #808080. Windows color (decimal): -8746397 or 6523514. OLE color: 6523514.
HSL color Cylindrical-coordinate representation of color #7A8A63: hue angle of 84.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A8A63 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 99 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.46 |
| HSL | 84.62º | 0.16% | 0.46% | - |
| HSV(B) | 84.62º | 0.28% | 0.54% | - |
| XYZ | 19.37 | 23.22 | 15.26 | - |
| YUV | 128.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 99 | 0.12 | 0 | 0.28 | 0.46 | 84.62 | 0.16 | 0.46 |
| Hex | 7A | 8A | 63 | C | 0 | 1C | 2E | 55 | 10 | 2E |
| Octal | 172 | 212 | 143 | 14 | 0 | 34 | 56 | 125 | 20 | 56 |
| Binary | 1111010 | 10001010 | 1100011 | 1100 | 0 | 11100 | 101110 | 1010101 | 10000 | 101110 |
Color Harmonies of #7A8A63
Complementary color
Monochromatic Colors of #7A8A63
Black with #7A8A63
Text Example
Text Example
White with #7A8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A63; }
p { color: rgb(122,138,99); }
H1.HeaderClassName
{
color: #7A8A63;
}
.AnyTagClassName
{
color: #7A8A63;
}
</style>
background-color css
<style>
a { background-color: #7A8A63; }
a { background-color: rgb(122,138,99); }
div.DivClassName
{
background-color: #7A8A63;
}
.BgClassName
{
background-color: #7A8A63;
}
</style>
border-color css
<style>
span { border-color: #7A8A63; }
span { border-color: rgb(122,138,99); }
td.TdClassName
{
border-color: #7A8A63;
}
.TagClassName
{
border-color: #7A8A63;
}
</style>