Shades of Envy #7FA985
Tints of Envy #7FA985
RGB
CMYK
RGB Variations
Color information
#7FA985 (or 0x7FA985) is known color: Envy. HEX triplet: 7F, A9 and 85. RGB value is (127,169,133). Sum of RGB (Red+Green+Blue) = 127+169+133=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA985 is #80567A. Grayscale: #989898. Windows color (decimal): -8410747 or 8759679. OLE color: 8759679.
HSL color Cylindrical-coordinate representation of color #7FA985: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA985 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 133 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.34 |
| HSL | 128.57º | 0.2% | 0.58% | - |
| HSV(B) | 128.57º | 0.25% | 0.66% | - |
| XYZ | 27.17 | 34.58 | 27.43 | - |
| YUV | 152.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 133 | 0.25 | 0 | 0.21 | 0.34 | 128.57 | 0.2 | 0.58 |
| Hex | 7F | A9 | 85 | 19 | 0 | 15 | 22 | 81 | 14 | 3A |
| Octal | 177 | 251 | 205 | 31 | 0 | 25 | 42 | 201 | 24 | 72 |
| Binary | 1111111 | 10101001 | 10000101 | 11001 | 0 | 10101 | 100010 | 10000001 | 10100 | 111010 |
Color Harmonies of #7FA985
Complementary color
Monochromatic Colors of #7FA985
Black with #7FA985
Text Example
Text Example
White with #7FA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA985; }
p { color: rgb(127,169,133); }
H1.HeaderClassName
{
color: #7FA985;
}
.AnyTagClassName
{
color: #7FA985;
}
</style>
background-color css
<style>
a { background-color: #7FA985; }
a { background-color: rgb(127,169,133); }
div.DivClassName
{
background-color: #7FA985;
}
.BgClassName
{
background-color: #7FA985;
}
</style>
border-color css
<style>
span { border-color: #7FA985; }
span { border-color: rgb(127,169,133); }
td.TdClassName
{
border-color: #7FA985;
}
.TagClassName
{
border-color: #7FA985;
}
</style>