Shades of Envy #7FAE85
Tints of Envy #7FAE85
RGB
CMYK
RGB Variations
Color information
#7FAE85 (or 0x7FAE85) is known color: Envy. HEX triplet: 7F, AE and 85. RGB value is (127,174,133). Sum of RGB (Red+Green+Blue) = 127+174+133=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE85 is #80517A. Grayscale: #9B9B9B. Windows color (decimal): -8409467 or 8760959. OLE color: 8760959.
HSL color Cylindrical-coordinate representation of color #7FAE85: hue angle of 127.66º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAE85 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 133 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.32 |
| HSL | 127.66º | 0.22% | 0.59% | - |
| HSV(B) | 127.66º | 0.27% | 0.68% | - |
| XYZ | 28.12 | 36.48 | 27.75 | - |
| YUV | 155.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 133 | 0.27 | 0 | 0.24 | 0.32 | 127.66 | 0.22 | 0.59 |
| Hex | 7F | AE | 85 | 1B | 0 | 18 | 20 | 80 | 16 | 3B |
| Octal | 177 | 256 | 205 | 33 | 0 | 30 | 40 | 200 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10000101 | 11011 | 0 | 11000 | 100000 | 10000000 | 10110 | 111011 |
Color Harmonies of #7FAE85
Complementary color
Monochromatic Colors of #7FAE85
Black with #7FAE85
Text Example
Text Example
White with #7FAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE85; }
p { color: rgb(127,174,133); }
H1.HeaderClassName
{
color: #7FAE85;
}
.AnyTagClassName
{
color: #7FAE85;
}
</style>
background-color css
<style>
a { background-color: #7FAE85; }
a { background-color: rgb(127,174,133); }
div.DivClassName
{
background-color: #7FAE85;
}
.BgClassName
{
background-color: #7FAE85;
}
</style>
border-color css
<style>
span { border-color: #7FAE85; }
span { border-color: rgb(127,174,133); }
td.TdClassName
{
border-color: #7FAE85;
}
.TagClassName
{
border-color: #7FAE85;
}
</style>