Shades of Camouflage Green #7E8B70
Tints of Camouflage Green #7E8B70
RGB
CMYK
RGB Variations
Color information
#7E8B70 (or 0x7E8B70) is known color: Camouflage Green. HEX triplet: 7E, 8B and 70. RGB value is (126,139,112). Sum of RGB (Red+Green+Blue) = 126+139+112=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B70 is #81748F. Grayscale: #848484. Windows color (decimal): -8483984 or 7375742. OLE color: 7375742.
HSL color Cylindrical-coordinate representation of color #7E8B70: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E8B70 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 139 | 112 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.45 |
| HSL | 88.89º | 0.11% | 0.49% | - |
| HSV(B) | 88.89º | 0.19% | 0.55% | - |
| XYZ | 20.76 | 24.07 | 18.88 | - |
| YUV | 132.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 112 | 0.09 | 0 | 0.19 | 0.45 | 88.89 | 0.11 | 0.49 |
| Hex | 7E | 8B | 70 | 9 | 0 | 13 | 2D | 59 | B | 31 |
| Octal | 176 | 213 | 160 | 11 | 0 | 23 | 55 | 131 | 13 | 61 |
| Binary | 1111110 | 10001011 | 1110000 | 1001 | 0 | 10011 | 101101 | 1011001 | 1011 | 110001 |
Color Harmonies of #7E8B70
Complementary color
Monochromatic Colors of #7E8B70
Black with #7E8B70
Text Example
Text Example
White with #7E8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8B70; }
p { color: rgb(126,139,112); }
H1.HeaderClassName
{
color: #7E8B70;
}
.AnyTagClassName
{
color: #7E8B70;
}
</style>
background-color css
<style>
a { background-color: #7E8B70; }
a { background-color: rgb(126,139,112); }
div.DivClassName
{
background-color: #7E8B70;
}
.BgClassName
{
background-color: #7E8B70;
}
</style>
border-color css
<style>
span { border-color: #7E8B70; }
span { border-color: rgb(126,139,112); }
td.TdClassName
{
border-color: #7E8B70;
}
.TagClassName
{
border-color: #7E8B70;
}
</style>