Shades of Camouflage Green #7E8876
Tints of Camouflage Green #7E8876
RGB
CMYK
RGB Variations
Color information
#7E8876 (or 0x7E8876) is known color: Camouflage Green. HEX triplet: 7E, 88 and 76. RGB value is (126,136,118). Sum of RGB (Red+Green+Blue) = 126+136+118=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8876 is #817789. Grayscale: #838383. Windows color (decimal): -8484746 or 7768190. OLE color: 7768190.
HSL color Cylindrical-coordinate representation of color #7E8876: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8876 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 118 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.47 |
| HSL | 93.33º | 0.07% | 0.5% | - |
| HSV(B) | 93.33º | 0.13% | 0.53% | - |
| XYZ | 20.68 | 23.35 | 20.56 | - |
| YUV | 130.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 118 | 0.07 | 0 | 0.13 | 0.47 | 93.33 | 0.07 | 0.5 |
| Hex | 7E | 88 | 76 | 7 | 0 | D | 2F | 5D | 7 | 32 |
| Octal | 176 | 210 | 166 | 7 | 0 | 15 | 57 | 135 | 7 | 62 |
| Binary | 1111110 | 10001000 | 1110110 | 111 | 0 | 1101 | 101111 | 1011101 | 111 | 110010 |
Color Harmonies of #7E8876
Complementary color
Monochromatic Colors of #7E8876
Black with #7E8876
Text Example
Text Example
White with #7E8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8876; }
p { color: rgb(126,136,118); }
H1.HeaderClassName
{
color: #7E8876;
}
.AnyTagClassName
{
color: #7E8876;
}
</style>
background-color css
<style>
a { background-color: #7E8876; }
a { background-color: rgb(126,136,118); }
div.DivClassName
{
background-color: #7E8876;
}
.BgClassName
{
background-color: #7E8876;
}
</style>
border-color css
<style>
span { border-color: #7E8876; }
span { border-color: rgb(126,136,118); }
td.TdClassName
{
border-color: #7E8876;
}
.TagClassName
{
border-color: #7E8876;
}
</style>