Shades of Envy #81A984
Tints of Envy #81A984
RGB
CMYK
RGB Variations
Color information
#81A984 (or 0x81A984) is known color: Envy. HEX triplet: 81, A9 and 84. RGB value is (129,169,132). Sum of RGB (Red+Green+Blue) = 129+169+132=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #81A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A984 is #7E567B. Grayscale: #989898. Windows color (decimal): -8279676 or 8694145. OLE color: 8694145.
HSL color Cylindrical-coordinate representation of color #81A984: hue angle of 124.5º 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 #81A984 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 132 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.34 |
| HSL | 124.5º | 0.19% | 0.58% | - |
| HSV(B) | 124.5º | 0.24% | 0.66% | - |
| XYZ | 27.41 | 34.71 | 27.08 | - |
| YUV | 152.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 132 | 0.24 | 0 | 0.22 | 0.34 | 124.5 | 0.19 | 0.58 |
| Hex | 81 | A9 | 84 | 18 | 0 | 16 | 22 | 7C | 13 | 3A |
| Octal | 201 | 251 | 204 | 30 | 0 | 26 | 42 | 174 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10000100 | 11000 | 0 | 10110 | 100010 | 1111100 | 10011 | 111010 |
Color Harmonies of #81A984
Complementary color
Monochromatic Colors of #81A984
Black with #81A984
Text Example
Text Example
White with #81A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A984; }
p { color: rgb(129,169,132); }
H1.HeaderClassName
{
color: #81A984;
}
.AnyTagClassName
{
color: #81A984;
}
</style>
background-color css
<style>
a { background-color: #81A984; }
a { background-color: rgb(129,169,132); }
div.DivClassName
{
background-color: #81A984;
}
.BgClassName
{
background-color: #81A984;
}
</style>
border-color css
<style>
span { border-color: #81A984; }
span { border-color: rgb(129,169,132); }
td.TdClassName
{
border-color: #81A984;
}
.TagClassName
{
border-color: #81A984;
}
</style>