Shades of Envy #81AB84
Tints of Envy #81AB84
RGB
CMYK
RGB Variations
Color information
#81AB84 (or 0x81AB84) is known color: Envy. HEX triplet: 81, AB and 84. RGB value is (129,171,132). Sum of RGB (Red+Green+Blue) = 129+171+132=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB84 is #7E547B. Grayscale: #9A9A9A. Windows color (decimal): -8279164 or 8694657. OLE color: 8694657.
HSL color Cylindrical-coordinate representation of color #81AB84: hue angle of 124.29º 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 #81AB84 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 132 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.33 |
| HSL | 124.29º | 0.2% | 0.59% | - |
| HSV(B) | 124.29º | 0.25% | 0.67% | - |
| XYZ | 27.78 | 35.46 | 27.21 | - |
| YUV | 154 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 132 | 0.25 | 0 | 0.23 | 0.33 | 124.29 | 0.2 | 0.59 |
| Hex | 81 | AB | 84 | 19 | 0 | 17 | 21 | 7C | 14 | 3B |
| Octal | 201 | 253 | 204 | 31 | 0 | 27 | 41 | 174 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10000100 | 11001 | 0 | 10111 | 100001 | 1111100 | 10100 | 111011 |
Color Harmonies of #81AB84
Complementary color
Monochromatic Colors of #81AB84
Black with #81AB84
Text Example
Text Example
White with #81AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB84; }
p { color: rgb(129,171,132); }
H1.HeaderClassName
{
color: #81AB84;
}
.AnyTagClassName
{
color: #81AB84;
}
</style>
background-color css
<style>
a { background-color: #81AB84; }
a { background-color: rgb(129,171,132); }
div.DivClassName
{
background-color: #81AB84;
}
.BgClassName
{
background-color: #81AB84;
}
</style>
border-color css
<style>
span { border-color: #81AB84; }
span { border-color: rgb(129,171,132); }
td.TdClassName
{
border-color: #81AB84;
}
.TagClassName
{
border-color: #81AB84;
}
</style>