Shades of Envy #7FB085
Tints of Envy #7FB085
RGB
CMYK
RGB Variations
Color information
#7FB085 (or 0x7FB085) is known color: Envy. HEX triplet: 7F, B0 and 85. RGB value is (127,176,133). Sum of RGB (Red+Green+Blue) = 127+176+133=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB085 is #804F7A. Grayscale: #9C9C9C. Windows color (decimal): -8408955 or 8761471. OLE color: 8761471.
HSL color Cylindrical-coordinate representation of color #7FB085: hue angle of 127.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB085 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 133 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.31 |
| HSL | 127.35º | 0.24% | 0.59% | - |
| HSV(B) | 127.35º | 0.28% | 0.69% | - |
| XYZ | 28.51 | 37.26 | 27.88 | - |
| YUV | 156.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 133 | 0.28 | 0 | 0.24 | 0.31 | 127.35 | 0.24 | 0.59 |
| Hex | 7F | B0 | 85 | 1C | 0 | 18 | 1F | 7F | 18 | 3B |
| Octal | 177 | 260 | 205 | 34 | 0 | 30 | 37 | 177 | 30 | 73 |
| Binary | 1111111 | 10110000 | 10000101 | 11100 | 0 | 11000 | 11111 | 1111111 | 11000 | 111011 |
Color Harmonies of #7FB085
Complementary color
Monochromatic Colors of #7FB085
Black with #7FB085
Text Example
Text Example
White with #7FB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB085; }
p { color: rgb(127,176,133); }
H1.HeaderClassName
{
color: #7FB085;
}
.AnyTagClassName
{
color: #7FB085;
}
</style>
background-color css
<style>
a { background-color: #7FB085; }
a { background-color: rgb(127,176,133); }
div.DivClassName
{
background-color: #7FB085;
}
.BgClassName
{
background-color: #7FB085;
}
</style>
border-color css
<style>
span { border-color: #7FB085; }
span { border-color: rgb(127,176,133); }
td.TdClassName
{
border-color: #7FB085;
}
.TagClassName
{
border-color: #7FB085;
}
</style>