Shades of Envy #7FAF85
Tints of Envy #7FAF85
RGB
CMYK
RGB Variations
Color information
#7FAF85 (or 0x7FAF85) is known color: Envy. HEX triplet: 7F, AF and 85. RGB value is (127,175,133). Sum of RGB (Red+Green+Blue) = 127+175+133=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF85 is #80507A. Grayscale: #9B9B9B. Windows color (decimal): -8409211 or 8761215. OLE color: 8761215.
HSL color Cylindrical-coordinate representation of color #7FAF85: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAF85 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 133 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.31 |
| HSL | 127.5º | 0.23% | 0.59% | - |
| HSV(B) | 127.5º | 0.27% | 0.69% | - |
| XYZ | 28.32 | 36.87 | 27.81 | - |
| YUV | 155.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 133 | 0.27 | 0 | 0.24 | 0.31 | 127.5 | 0.23 | 0.59 |
| Hex | 7F | AF | 85 | 1B | 0 | 18 | 1F | 80 | 17 | 3B |
| Octal | 177 | 257 | 205 | 33 | 0 | 30 | 37 | 200 | 27 | 73 |
| Binary | 1111111 | 10101111 | 10000101 | 11011 | 0 | 11000 | 11111 | 10000000 | 10111 | 111011 |
Color Harmonies of #7FAF85
Complementary color
Monochromatic Colors of #7FAF85
Black with #7FAF85
Text Example
Text Example
White with #7FAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF85; }
p { color: rgb(127,175,133); }
H1.HeaderClassName
{
color: #7FAF85;
}
.AnyTagClassName
{
color: #7FAF85;
}
</style>
background-color css
<style>
a { background-color: #7FAF85; }
a { background-color: rgb(127,175,133); }
div.DivClassName
{
background-color: #7FAF85;
}
.BgClassName
{
background-color: #7FAF85;
}
</style>
border-color css
<style>
span { border-color: #7FAF85; }
span { border-color: rgb(127,175,133); }
td.TdClassName
{
border-color: #7FAF85;
}
.TagClassName
{
border-color: #7FAF85;
}
</style>