Shades of Camouflage Green #7E8A71
Tints of Camouflage Green #7E8A71
RGB
CMYK
RGB Variations
Color information
#7E8A71 (or 0x7E8A71) is known color: Camouflage Green. HEX triplet: 7E, 8A and 71. RGB value is (126,138,113). Sum of RGB (Red+Green+Blue) = 126+138+113=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A71 is #81758E. Grayscale: #838383. Windows color (decimal): -8484239 or 7441022. OLE color: 7441022.
HSL color Cylindrical-coordinate representation of color #7E8A71: hue angle of 88.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E8A71 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 113 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.46 |
| HSL | 88.8º | 0.1% | 0.49% | - |
| HSV(B) | 88.8º | 0.18% | 0.54% | - |
| XYZ | 20.67 | 23.8 | 19.13 | - |
| YUV | 131.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 113 | 0.09 | 0 | 0.18 | 0.46 | 88.8 | 0.1 | 0.49 |
| Hex | 7E | 8A | 71 | 9 | 0 | 12 | 2E | 59 | A | 31 |
| Octal | 176 | 212 | 161 | 11 | 0 | 22 | 56 | 131 | 12 | 61 |
| Binary | 1111110 | 10001010 | 1110001 | 1001 | 0 | 10010 | 101110 | 1011001 | 1010 | 110001 |
Color Harmonies of #7E8A71
Complementary color
Monochromatic Colors of #7E8A71
Black with #7E8A71
Text Example
Text Example
White with #7E8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A71; }
p { color: rgb(126,138,113); }
H1.HeaderClassName
{
color: #7E8A71;
}
.AnyTagClassName
{
color: #7E8A71;
}
</style>
background-color css
<style>
a { background-color: #7E8A71; }
a { background-color: rgb(126,138,113); }
div.DivClassName
{
background-color: #7E8A71;
}
.BgClassName
{
background-color: #7E8A71;
}
</style>
border-color css
<style>
span { border-color: #7E8A71; }
span { border-color: rgb(126,138,113); }
td.TdClassName
{
border-color: #7E8A71;
}
.TagClassName
{
border-color: #7E8A71;
}
</style>