Shades of Envy #87A191
Tints of Envy #87A191
RGB
CMYK
RGB Variations
Color information
#87A191 (or 0x87A191) is known color: Envy. HEX triplet: 87, A1 and 91. RGB value is (135,161,145). Sum of RGB (Red+Green+Blue) = 135+161+145=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #87A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A191 is #785E6E. Grayscale: #979797. Windows color (decimal): -7888495 or 9544071. OLE color: 9544071.
HSL color Cylindrical-coordinate representation of color #87A191: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A191 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 145 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.37 |
| HSL | 143.08º | 0.12% | 0.58% | - |
| HSV(B) | 143.08º | 0.16% | 0.63% | - |
| XYZ | 27.85 | 32.68 | 31.63 | - |
| YUV | 151.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 145 | 0.16 | 0 | 0.10 | 0.37 | 143.08 | 0.12 | 0.58 |
| Hex | 87 | A1 | 91 | 10 | 0 | A | 25 | 8F | C | 3A |
| Octal | 207 | 241 | 221 | 20 | 0 | 12 | 45 | 217 | 14 | 72 |
| Binary | 10000111 | 10100001 | 10010001 | 10000 | 0 | 1010 | 100101 | 10001111 | 1100 | 111010 |
Color Harmonies of #87A191
Complementary color
Monochromatic Colors of #87A191
Black with #87A191
Text Example
Text Example
White with #87A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A191; }
p { color: rgb(135,161,145); }
H1.HeaderClassName
{
color: #87A191;
}
.AnyTagClassName
{
color: #87A191;
}
</style>
background-color css
<style>
a { background-color: #87A191; }
a { background-color: rgb(135,161,145); }
div.DivClassName
{
background-color: #87A191;
}
.BgClassName
{
background-color: #87A191;
}
</style>
border-color css
<style>
span { border-color: #87A191; }
span { border-color: rgb(135,161,145); }
td.TdClassName
{
border-color: #87A191;
}
.TagClassName
{
border-color: #87A191;
}
</style>