Shades of Camouflage Green #7A8370
Tints of Camouflage Green #7A8370
RGB
CMYK
RGB Variations
Color information
#7A8370 (or 0x7A8370) is known color: Camouflage Green. HEX triplet: 7A, 83 and 70. RGB value is (122,131,112). Sum of RGB (Red+Green+Blue) = 122+131+112=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8370 is #857C8F. Grayscale: #7E7E7E. Windows color (decimal): -8748176 or 7373690. OLE color: 7373690.
HSL color Cylindrical-coordinate representation of color #7A8370: hue angle of 88.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8370 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 112 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.49 |
| HSL | 88.42º | 0.08% | 0.48% | - |
| HSV(B) | 88.42º | 0.15% | 0.51% | - |
| XYZ | 19.07 | 21.54 | 18.48 | - |
| YUV | 126.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 112 | 0.07 | 0 | 0.15 | 0.49 | 88.42 | 0.08 | 0.48 |
| Hex | 7A | 83 | 70 | 7 | 0 | F | 31 | 58 | 8 | 30 |
| Octal | 172 | 203 | 160 | 7 | 0 | 17 | 61 | 130 | 10 | 60 |
| Binary | 1111010 | 10000011 | 1110000 | 111 | 0 | 1111 | 110001 | 1011000 | 1000 | 110000 |
Color Harmonies of #7A8370
Complementary color
Monochromatic Colors of #7A8370
Black with #7A8370
Text Example
Text Example
White with #7A8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8370; }
p { color: rgb(122,131,112); }
H1.HeaderClassName
{
color: #7A8370;
}
.AnyTagClassName
{
color: #7A8370;
}
</style>
background-color css
<style>
a { background-color: #7A8370; }
a { background-color: rgb(122,131,112); }
div.DivClassName
{
background-color: #7A8370;
}
.BgClassName
{
background-color: #7A8370;
}
</style>
border-color css
<style>
span { border-color: #7A8370; }
span { border-color: rgb(122,131,112); }
td.TdClassName
{
border-color: #7A8370;
}
.TagClassName
{
border-color: #7A8370;
}
</style>