Shades of Envy #84A487
Tints of Envy #84A487
RGB
CMYK
RGB Variations
Color information
#84A487 (or 0x84A487) is known color: Envy. HEX triplet: 84, A4 and 87. RGB value is (132,164,135). Sum of RGB (Red+Green+Blue) = 132+164+135=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #84A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A487 is #7B5B78. Grayscale: #979797. Windows color (decimal): -8084345 or 8889476. OLE color: 8889476.
HSL color Cylindrical-coordinate representation of color #84A487: hue angle of 125.62º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A487 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 135 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.36 |
| HSL | 125.63º | 0.15% | 0.58% | - |
| HSV(B) | 125.63º | 0.2% | 0.64% | - |
| XYZ | 27.16 | 33.21 | 27.9 | - |
| YUV | 151.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 135 | 0.20 | 0 | 0.18 | 0.36 | 125.63 | 0.15 | 0.58 |
| Hex | 84 | A4 | 87 | 14 | 0 | 12 | 24 | 7E | F | 3A |
| Octal | 204 | 244 | 207 | 24 | 0 | 22 | 44 | 176 | 17 | 72 |
| Binary | 10000100 | 10100100 | 10000111 | 10100 | 0 | 10010 | 100100 | 1111110 | 1111 | 111010 |
Color Harmonies of #84A487
Complementary color
Monochromatic Colors of #84A487
Black with #84A487
Text Example
Text Example
White with #84A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A487; }
p { color: rgb(132,164,135); }
H1.HeaderClassName
{
color: #84A487;
}
.AnyTagClassName
{
color: #84A487;
}
</style>
background-color css
<style>
a { background-color: #84A487; }
a { background-color: rgb(132,164,135); }
div.DivClassName
{
background-color: #84A487;
}
.BgClassName
{
background-color: #84A487;
}
</style>
border-color css
<style>
span { border-color: #84A487; }
span { border-color: rgb(132,164,135); }
td.TdClassName
{
border-color: #84A487;
}
.TagClassName
{
border-color: #84A487;
}
</style>