Shades of Camouflage Green #7E8F71
Tints of Camouflage Green #7E8F71
RGB
CMYK
RGB Variations
Color information
#7E8F71 (or 0x7E8F71) is known color: Camouflage Green. HEX triplet: 7E, 8F and 71. RGB value is (126,143,113). Sum of RGB (Red+Green+Blue) = 126+143+113=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F71 is #81708E. Grayscale: #868686. Windows color (decimal): -8482959 or 7442302. OLE color: 7442302.
HSL color Cylindrical-coordinate representation of color #7E8F71: hue angle of 94º 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 #7E8F71 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 143 | 113 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.44 |
| HSL | 94º | 0.12% | 0.5% | - |
| HSV(B) | 94º | 0.21% | 0.56% | - |
| XYZ | 21.41 | 25.27 | 19.37 | - |
| YUV | 134.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 113 | 0.12 | 0 | 0.21 | 0.44 | 94 | 0.12 | 0.5 |
| Hex | 7E | 8F | 71 | C | 0 | 15 | 2C | 5E | C | 32 |
| Octal | 176 | 217 | 161 | 14 | 0 | 25 | 54 | 136 | 14 | 62 |
| Binary | 1111110 | 10001111 | 1110001 | 1100 | 0 | 10101 | 101100 | 1011110 | 1100 | 110010 |
Color Harmonies of #7E8F71
Complementary color
Monochromatic Colors of #7E8F71
Black with #7E8F71
Text Example
Text Example
White with #7E8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8F71; }
p { color: rgb(126,143,113); }
H1.HeaderClassName
{
color: #7E8F71;
}
.AnyTagClassName
{
color: #7E8F71;
}
</style>
background-color css
<style>
a { background-color: #7E8F71; }
a { background-color: rgb(126,143,113); }
div.DivClassName
{
background-color: #7E8F71;
}
.BgClassName
{
background-color: #7E8F71;
}
</style>
border-color css
<style>
span { border-color: #7E8F71; }
span { border-color: rgb(126,143,113); }
td.TdClassName
{
border-color: #7E8F71;
}
.TagClassName
{
border-color: #7E8F71;
}
</style>