Shades of Envy #7FA185
Tints of Envy #7FA185
RGB
CMYK
RGB Variations
Color information
#7FA185 (or 0x7FA185) is known color: Envy. HEX triplet: 7F, A1 and 85. RGB value is (127,161,133). Sum of RGB (Red+Green+Blue) = 127+161+133=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA185 is #805E7A. Grayscale: #939393. Windows color (decimal): -8412795 or 8757631. OLE color: 8757631.
HSL color Cylindrical-coordinate representation of color #7FA185: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA185 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 133 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.37 |
| HSL | 130.59º | 0.15% | 0.56% | - |
| HSV(B) | 130.59º | 0.21% | 0.63% | - |
| XYZ | 25.73 | 31.7 | 26.95 | - |
| YUV | 147.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 133 | 0.21 | 0 | 0.17 | 0.37 | 130.59 | 0.15 | 0.56 |
| Hex | 7F | A1 | 85 | 15 | 0 | 11 | 25 | 83 | F | 38 |
| Octal | 177 | 241 | 205 | 25 | 0 | 21 | 45 | 203 | 17 | 70 |
| Binary | 1111111 | 10100001 | 10000101 | 10101 | 0 | 10001 | 100101 | 10000011 | 1111 | 111000 |
Color Harmonies of #7FA185
Complementary color
Monochromatic Colors of #7FA185
Black with #7FA185
Text Example
Text Example
White with #7FA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA185; }
p { color: rgb(127,161,133); }
H1.HeaderClassName
{
color: #7FA185;
}
.AnyTagClassName
{
color: #7FA185;
}
</style>
background-color css
<style>
a { background-color: #7FA185; }
a { background-color: rgb(127,161,133); }
div.DivClassName
{
background-color: #7FA185;
}
.BgClassName
{
background-color: #7FA185;
}
</style>
border-color css
<style>
span { border-color: #7FA185; }
span { border-color: rgb(127,161,133); }
td.TdClassName
{
border-color: #7FA185;
}
.TagClassName
{
border-color: #7FA185;
}
</style>