Shades of Envy #7F9D81
Tints of Envy #7F9D81
RGB
CMYK
RGB Variations
Color information
#7F9D81 (or 0x7F9D81) is known color: Envy. HEX triplet: 7F, 9D and 81. RGB value is (127,157,129). Sum of RGB (Red+Green+Blue) = 127+157+129=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D81 is #80627E. Grayscale: #909090. Windows color (decimal): -8413823 or 8494463. OLE color: 8494463.
HSL color Cylindrical-coordinate representation of color #7F9D81: hue angle of 124º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D81 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 129 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.38 |
| HSL | 124º | 0.13% | 0.56% | - |
| HSV(B) | 124º | 0.19% | 0.62% | - |
| XYZ | 24.77 | 30.21 | 25.29 | - |
| YUV | 144.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 129 | 0.19 | 0 | 0.18 | 0.38 | 124 | 0.13 | 0.56 |
| Hex | 7F | 9D | 81 | 13 | 0 | 12 | 26 | 7C | D | 38 |
| Octal | 177 | 235 | 201 | 23 | 0 | 22 | 46 | 174 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10000001 | 10011 | 0 | 10010 | 100110 | 1111100 | 1101 | 111000 |
Color Harmonies of #7F9D81
Complementary color
Monochromatic Colors of #7F9D81
Black with #7F9D81
Text Example
Text Example
White with #7F9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D81; }
p { color: rgb(127,157,129); }
H1.HeaderClassName
{
color: #7F9D81;
}
.AnyTagClassName
{
color: #7F9D81;
}
</style>
background-color css
<style>
a { background-color: #7F9D81; }
a { background-color: rgb(127,157,129); }
div.DivClassName
{
background-color: #7F9D81;
}
.BgClassName
{
background-color: #7F9D81;
}
</style>
border-color css
<style>
span { border-color: #7F9D81; }
span { border-color: rgb(127,157,129); }
td.TdClassName
{
border-color: #7F9D81;
}
.TagClassName
{
border-color: #7F9D81;
}
</style>