Shades of Envy #7EA187
Tints of Envy #7EA187
RGB
CMYK
RGB Variations
Color information
#7EA187 (or 0x7EA187) is known color: Envy. HEX triplet: 7E, A1 and 87. RGB value is (126,161,135). Sum of RGB (Red+Green+Blue) = 126+161+135=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA187 is #815E78. Grayscale: #939393. Windows color (decimal): -8478329 or 8888702. OLE color: 8888702.
HSL color Cylindrical-coordinate representation of color #7EA187: hue angle of 135.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA187 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 135 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.37 |
| HSL | 135.43º | 0.16% | 0.56% | - |
| HSV(B) | 135.43º | 0.22% | 0.63% | - |
| XYZ | 25.72 | 31.67 | 27.68 | - |
| YUV | 147.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 135 | 0.22 | 0 | 0.16 | 0.37 | 135.43 | 0.16 | 0.56 |
| Hex | 7E | A1 | 87 | 16 | 0 | 10 | 25 | 87 | 10 | 38 |
| Octal | 176 | 241 | 207 | 26 | 0 | 20 | 45 | 207 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10000111 | 10110 | 0 | 10000 | 100101 | 10000111 | 10000 | 111000 |
Color Harmonies of #7EA187
Complementary color
Monochromatic Colors of #7EA187
Black with #7EA187
Text Example
Text Example
White with #7EA187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA187; }
p { color: rgb(126,161,135); }
H1.HeaderClassName
{
color: #7EA187;
}
.AnyTagClassName
{
color: #7EA187;
}
</style>
background-color css
<style>
a { background-color: #7EA187; }
a { background-color: rgb(126,161,135); }
div.DivClassName
{
background-color: #7EA187;
}
.BgClassName
{
background-color: #7EA187;
}
</style>
border-color css
<style>
span { border-color: #7EA187; }
span { border-color: rgb(126,161,135); }
td.TdClassName
{
border-color: #7EA187;
}
.TagClassName
{
border-color: #7EA187;
}
</style>