Shades of Envy #7FAD85
Tints of Envy #7FAD85
RGB
CMYK
RGB Variations
Color information
#7FAD85 (or 0x7FAD85) is known color: Envy. HEX triplet: 7F, AD and 85. RGB value is (127,173,133). Sum of RGB (Red+Green+Blue) = 127+173+133=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD85 is #80527A. Grayscale: #9A9A9A. Windows color (decimal): -8409723 or 8760703. OLE color: 8760703.
HSL color Cylindrical-coordinate representation of color #7FAD85: hue angle of 127.83º 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 #7FAD85 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 133 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.32 |
| HSL | 127.83º | 0.22% | 0.59% | - |
| HSV(B) | 127.83º | 0.27% | 0.68% | - |
| XYZ | 27.93 | 36.09 | 27.68 | - |
| YUV | 154.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 133 | 0.27 | 0 | 0.23 | 0.32 | 127.83 | 0.22 | 0.59 |
| Hex | 7F | AD | 85 | 1B | 0 | 17 | 20 | 80 | 16 | 3B |
| Octal | 177 | 255 | 205 | 33 | 0 | 27 | 40 | 200 | 26 | 73 |
| Binary | 1111111 | 10101101 | 10000101 | 11011 | 0 | 10111 | 100000 | 10000000 | 10110 | 111011 |
Color Harmonies of #7FAD85
Complementary color
Monochromatic Colors of #7FAD85
Black with #7FAD85
Text Example
Text Example
White with #7FAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD85; }
p { color: rgb(127,173,133); }
H1.HeaderClassName
{
color: #7FAD85;
}
.AnyTagClassName
{
color: #7FAD85;
}
</style>
background-color css
<style>
a { background-color: #7FAD85; }
a { background-color: rgb(127,173,133); }
div.DivClassName
{
background-color: #7FAD85;
}
.BgClassName
{
background-color: #7FAD85;
}
</style>
border-color css
<style>
span { border-color: #7FAD85; }
span { border-color: rgb(127,173,133); }
td.TdClassName
{
border-color: #7FAD85;
}
.TagClassName
{
border-color: #7FAD85;
}
</style>