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