Shades of Envy #81A987
Tints of Envy #81A987
RGB
CMYK
RGB Variations
Color information
#81A987 (or 0x81A987) is known color: Envy. HEX triplet: 81, A9 and 87. RGB value is (129,169,135). Sum of RGB (Red+Green+Blue) = 129+169+135=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #81A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A987 is #7E5678. Grayscale: #999999. Windows color (decimal): -8279673 or 8890753. OLE color: 8890753.
HSL color Cylindrical-coordinate representation of color #81A987: hue angle of 129º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A987 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 135 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.34 |
| HSL | 129º | 0.19% | 0.58% | - |
| HSV(B) | 129º | 0.24% | 0.66% | - |
| XYZ | 27.61 | 34.79 | 28.18 | - |
| YUV | 153.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 135 | 0.24 | 0 | 0.20 | 0.34 | 129 | 0.19 | 0.58 |
| Hex | 81 | A9 | 87 | 18 | 0 | 14 | 22 | 81 | 13 | 3A |
| Octal | 201 | 251 | 207 | 30 | 0 | 24 | 42 | 201 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10000111 | 11000 | 0 | 10100 | 100010 | 10000001 | 10011 | 111010 |
Color Harmonies of #81A987
Complementary color
Monochromatic Colors of #81A987
Black with #81A987
Text Example
Text Example
White with #81A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A987; }
p { color: rgb(129,169,135); }
H1.HeaderClassName
{
color: #81A987;
}
.AnyTagClassName
{
color: #81A987;
}
</style>
background-color css
<style>
a { background-color: #81A987; }
a { background-color: rgb(129,169,135); }
div.DivClassName
{
background-color: #81A987;
}
.BgClassName
{
background-color: #81A987;
}
</style>
border-color css
<style>
span { border-color: #81A987; }
span { border-color: rgb(129,169,135); }
td.TdClassName
{
border-color: #81A987;
}
.TagClassName
{
border-color: #81A987;
}
</style>