Shades of Camouflage Green #7A8372
Tints of Camouflage Green #7A8372
RGB
CMYK
RGB Variations
Color information
#7A8372 (or 0x7A8372) is known color: Camouflage Green. HEX triplet: 7A, 83 and 72. RGB value is (122,131,114). Sum of RGB (Red+Green+Blue) = 122+131+114=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8372 is #857C8D. Grayscale: #7E7E7E. Windows color (decimal): -8748174 or 7504762. OLE color: 7504762.
HSL color Cylindrical-coordinate representation of color #7A8372: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A8372 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 114 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.49 |
| HSL | 91.76º | 0.07% | 0.48% | - |
| HSV(B) | 91.76º | 0.13% | 0.51% | - |
| XYZ | 19.18 | 21.59 | 19.08 | - |
| YUV | 126.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 114 | 0.07 | 0 | 0.13 | 0.49 | 91.76 | 0.07 | 0.48 |
| Hex | 7A | 83 | 72 | 7 | 0 | D | 31 | 5C | 7 | 30 |
| Octal | 172 | 203 | 162 | 7 | 0 | 15 | 61 | 134 | 7 | 60 |
| Binary | 1111010 | 10000011 | 1110010 | 111 | 0 | 1101 | 110001 | 1011100 | 111 | 110000 |
Color Harmonies of #7A8372
Complementary color
Monochromatic Colors of #7A8372
Black with #7A8372
Text Example
Text Example
White with #7A8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8372; }
p { color: rgb(122,131,114); }
H1.HeaderClassName
{
color: #7A8372;
}
.AnyTagClassName
{
color: #7A8372;
}
</style>
background-color css
<style>
a { background-color: #7A8372; }
a { background-color: rgb(122,131,114); }
div.DivClassName
{
background-color: #7A8372;
}
.BgClassName
{
background-color: #7A8372;
}
</style>
border-color css
<style>
span { border-color: #7A8372; }
span { border-color: rgb(122,131,114); }
td.TdClassName
{
border-color: #7A8372;
}
.TagClassName
{
border-color: #7A8372;
}
</style>