Shades of Camouflage Green #7E8E70
Tints of Camouflage Green #7E8E70
RGB
CMYK
RGB Variations
Color information
#7E8E70 (or 0x7E8E70) is known color: Camouflage Green. HEX triplet: 7E, 8E and 70. RGB value is (126,142,112). Sum of RGB (Red+Green+Blue) = 126+142+112=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E70 is #81718F. Grayscale: #858585. Windows color (decimal): -8483216 or 7376510. OLE color: 7376510.
HSL color Cylindrical-coordinate representation of color #7E8E70: hue angle of 92º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E8E70 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 112 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.44 |
| HSL | 92º | 0.12% | 0.5% | - |
| HSV(B) | 92º | 0.21% | 0.56% | - |
| XYZ | 21.2 | 24.95 | 19.03 | - |
| YUV | 133.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 112 | 0.11 | 0 | 0.21 | 0.44 | 92 | 0.12 | 0.5 |
| Hex | 7E | 8E | 70 | B | 0 | 15 | 2C | 5C | C | 32 |
| Octal | 176 | 216 | 160 | 13 | 0 | 25 | 54 | 134 | 14 | 62 |
| Binary | 1111110 | 10001110 | 1110000 | 1011 | 0 | 10101 | 101100 | 1011100 | 1100 | 110010 |
Color Harmonies of #7E8E70
Complementary color
Monochromatic Colors of #7E8E70
Black with #7E8E70
Text Example
Text Example
White with #7E8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E70; }
p { color: rgb(126,142,112); }
H1.HeaderClassName
{
color: #7E8E70;
}
.AnyTagClassName
{
color: #7E8E70;
}
</style>
background-color css
<style>
a { background-color: #7E8E70; }
a { background-color: rgb(126,142,112); }
div.DivClassName
{
background-color: #7E8E70;
}
.BgClassName
{
background-color: #7E8E70;
}
</style>
border-color css
<style>
span { border-color: #7E8E70; }
span { border-color: rgb(126,142,112); }
td.TdClassName
{
border-color: #7E8E70;
}
.TagClassName
{
border-color: #7E8E70;
}
</style>