Shades of Envy #7D9F86
Tints of Envy #7D9F86
RGB
CMYK
RGB Variations
Color information
#7D9F86 (or 0x7D9F86) is known color: Envy. HEX triplet: 7D, 9F and 86. RGB value is (125,159,134). Sum of RGB (Red+Green+Blue) = 125+159+134=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F86 is #826079. Grayscale: #929292. Windows color (decimal): -8544378 or 8822653. OLE color: 8822653.
HSL color Cylindrical-coordinate representation of color #7D9F86: hue angle of 135.88º 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 #7D9F86 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 134 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.38 |
| HSL | 135.88º | 0.15% | 0.56% | - |
| HSV(B) | 135.88º | 0.21% | 0.62% | - |
| XYZ | 25.16 | 30.88 | 27.19 | - |
| YUV | 145.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 134 | 0.21 | 0 | 0.16 | 0.38 | 135.88 | 0.15 | 0.56 |
| Hex | 7D | 9F | 86 | 15 | 0 | 10 | 26 | 88 | F | 38 |
| Octal | 175 | 237 | 206 | 25 | 0 | 20 | 46 | 210 | 17 | 70 |
| Binary | 1111101 | 10011111 | 10000110 | 10101 | 0 | 10000 | 100110 | 10001000 | 1111 | 111000 |
Color Harmonies of #7D9F86
Complementary color
Monochromatic Colors of #7D9F86
Black with #7D9F86
Text Example
Text Example
White with #7D9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F86; }
p { color: rgb(125,159,134); }
H1.HeaderClassName
{
color: #7D9F86;
}
.AnyTagClassName
{
color: #7D9F86;
}
</style>
background-color css
<style>
a { background-color: #7D9F86; }
a { background-color: rgb(125,159,134); }
div.DivClassName
{
background-color: #7D9F86;
}
.BgClassName
{
background-color: #7D9F86;
}
</style>
border-color css
<style>
span { border-color: #7D9F86; }
span { border-color: rgb(125,159,134); }
td.TdClassName
{
border-color: #7D9F86;
}
.TagClassName
{
border-color: #7D9F86;
}
</style>