Shades of Envy #7FAB87
Tints of Envy #7FAB87
RGB
CMYK
RGB Variations
Color information
#7FAB87 (or 0x7FAB87) is known color: Envy. HEX triplet: 7F, AB and 87. RGB value is (127,171,135). Sum of RGB (Red+Green+Blue) = 127+171+135=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB87 is #805478. Grayscale: #999999. Windows color (decimal): -8410233 or 8891263. OLE color: 8891263.
HSL color Cylindrical-coordinate representation of color #7FAB87: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB87 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 135 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.33 |
| HSL | 130.91º | 0.21% | 0.58% | - |
| HSV(B) | 130.91º | 0.26% | 0.67% | - |
| XYZ | 27.69 | 35.39 | 28.29 | - |
| YUV | 153.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 135 | 0.26 | 0 | 0.21 | 0.33 | 130.91 | 0.21 | 0.58 |
| Hex | 7F | AB | 87 | 1A | 0 | 15 | 21 | 83 | 15 | 3A |
| Octal | 177 | 253 | 207 | 32 | 0 | 25 | 41 | 203 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10000111 | 11010 | 0 | 10101 | 100001 | 10000011 | 10101 | 111010 |
Color Harmonies of #7FAB87
Complementary color
Monochromatic Colors of #7FAB87
Black with #7FAB87
Text Example
Text Example
White with #7FAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB87; }
p { color: rgb(127,171,135); }
H1.HeaderClassName
{
color: #7FAB87;
}
.AnyTagClassName
{
color: #7FAB87;
}
</style>
background-color css
<style>
a { background-color: #7FAB87; }
a { background-color: rgb(127,171,135); }
div.DivClassName
{
background-color: #7FAB87;
}
.BgClassName
{
background-color: #7FAB87;
}
</style>
border-color css
<style>
span { border-color: #7FAB87; }
span { border-color: rgb(127,171,135); }
td.TdClassName
{
border-color: #7FAB87;
}
.TagClassName
{
border-color: #7FAB87;
}
</style>