Shades of Camouflage Green #7E8C72
Tints of Camouflage Green #7E8C72
RGB
CMYK
RGB Variations
Color information
#7E8C72 (or 0x7E8C72) is known color: Camouflage Green. HEX triplet: 7E, 8C and 72. RGB value is (126,140,114). Sum of RGB (Red+Green+Blue) = 126+140+114=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8C72 is #81738D. Grayscale: #848484. Windows color (decimal): -8483726 or 7507070. OLE color: 7507070.
HSL color Cylindrical-coordinate representation of color #7E8C72: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E8C72 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 140 | 114 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.45 |
| HSL | 92.31º | 0.1% | 0.5% | - |
| HSV(B) | 92.31º | 0.19% | 0.55% | - |
| XYZ | 21.02 | 24.41 | 19.52 | - |
| YUV | 132.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 114 | 0.10 | 0 | 0.19 | 0.45 | 92.31 | 0.1 | 0.5 |
| Hex | 7E | 8C | 72 | A | 0 | 13 | 2D | 5C | A | 32 |
| Octal | 176 | 214 | 162 | 12 | 0 | 23 | 55 | 134 | 12 | 62 |
| Binary | 1111110 | 10001100 | 1110010 | 1010 | 0 | 10011 | 101101 | 1011100 | 1010 | 110010 |
Color Harmonies of #7E8C72
Complementary color
Monochromatic Colors of #7E8C72
Black with #7E8C72
Text Example
Text Example
White with #7E8C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8C72; }
p { color: rgb(126,140,114); }
H1.HeaderClassName
{
color: #7E8C72;
}
.AnyTagClassName
{
color: #7E8C72;
}
</style>
background-color css
<style>
a { background-color: #7E8C72; }
a { background-color: rgb(126,140,114); }
div.DivClassName
{
background-color: #7E8C72;
}
.BgClassName
{
background-color: #7E8C72;
}
</style>
border-color css
<style>
span { border-color: #7E8C72; }
span { border-color: rgb(126,140,114); }
td.TdClassName
{
border-color: #7E8C72;
}
.TagClassName
{
border-color: #7E8C72;
}
</style>