Shades of Envy #81AB89
Tints of Envy #81AB89
RGB
CMYK
RGB Variations
Color information
#81AB89 (or 0x81AB89) is known color: Envy. HEX triplet: 81, AB and 89. RGB value is (129,171,137). Sum of RGB (Red+Green+Blue) = 129+171+137=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB89 is #7E5476. Grayscale: #9A9A9A. Windows color (decimal): -8279159 or 9022337. OLE color: 9022337.
HSL color Cylindrical-coordinate representation of color #81AB89: hue angle of 131.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AB89 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 137 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.33 |
| HSL | 131.43º | 0.2% | 0.59% | - |
| HSV(B) | 131.43º | 0.25% | 0.67% | - |
| XYZ | 28.13 | 35.6 | 29.06 | - |
| YUV | 154.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 137 | 0.25 | 0 | 0.20 | 0.33 | 131.43 | 0.2 | 0.59 |
| Hex | 81 | AB | 89 | 19 | 0 | 14 | 21 | 83 | 14 | 3B |
| Octal | 201 | 253 | 211 | 31 | 0 | 24 | 41 | 203 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10001001 | 11001 | 0 | 10100 | 100001 | 10000011 | 10100 | 111011 |
Color Harmonies of #81AB89
Complementary color
Monochromatic Colors of #81AB89
Black with #81AB89
Text Example
Text Example
White with #81AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB89; }
p { color: rgb(129,171,137); }
H1.HeaderClassName
{
color: #81AB89;
}
.AnyTagClassName
{
color: #81AB89;
}
</style>
background-color css
<style>
a { background-color: #81AB89; }
a { background-color: rgb(129,171,137); }
div.DivClassName
{
background-color: #81AB89;
}
.BgClassName
{
background-color: #81AB89;
}
</style>
border-color css
<style>
span { border-color: #81AB89; }
span { border-color: rgb(129,171,137); }
td.TdClassName
{
border-color: #81AB89;
}
.TagClassName
{
border-color: #81AB89;
}
</style>