Shades of Envy #7E9F85
Tints of Envy #7E9F85
RGB
CMYK
RGB Variations
Color information
#7E9F85 (or 0x7E9F85) is known color: Envy. HEX triplet: 7E, 9F and 85. RGB value is (126,159,133). Sum of RGB (Red+Green+Blue) = 126+159+133=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9F85 is #81607A. Grayscale: #929292. Windows color (decimal): -8478843 or 8757118. OLE color: 8757118.
HSL color Cylindrical-coordinate representation of color #7E9F85: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E9F85 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 159 | 133 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.38 |
| HSL | 132.73º | 0.15% | 0.56% | - |
| HSV(B) | 132.73º | 0.21% | 0.62% | - |
| XYZ | 25.24 | 30.93 | 26.83 | - |
| YUV | 146.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 133 | 0.21 | 0 | 0.16 | 0.38 | 132.73 | 0.15 | 0.56 |
| Hex | 7E | 9F | 85 | 15 | 0 | 10 | 26 | 85 | F | 38 |
| Octal | 176 | 237 | 205 | 25 | 0 | 20 | 46 | 205 | 17 | 70 |
| Binary | 1111110 | 10011111 | 10000101 | 10101 | 0 | 10000 | 100110 | 10000101 | 1111 | 111000 |
Color Harmonies of #7E9F85
Complementary color
Monochromatic Colors of #7E9F85
Black with #7E9F85
Text Example
Text Example
White with #7E9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9F85; }
p { color: rgb(126,159,133); }
H1.HeaderClassName
{
color: #7E9F85;
}
.AnyTagClassName
{
color: #7E9F85;
}
</style>
background-color css
<style>
a { background-color: #7E9F85; }
a { background-color: rgb(126,159,133); }
div.DivClassName
{
background-color: #7E9F85;
}
.BgClassName
{
background-color: #7E9F85;
}
</style>
border-color css
<style>
span { border-color: #7E9F85; }
span { border-color: rgb(126,159,133); }
td.TdClassName
{
border-color: #7E9F85;
}
.TagClassName
{
border-color: #7E9F85;
}
</style>