Shades of Envy #84A787
Tints of Envy #84A787
RGB
CMYK
RGB Variations
Color information
#84A787 (or 0x84A787) is known color: Envy. HEX triplet: 84, A7 and 87. RGB value is (132,167,135). Sum of RGB (Red+Green+Blue) = 132+167+135=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #84A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A787 is #7B5878. Grayscale: #989898. Windows color (decimal): -8083577 or 8890244. OLE color: 8890244.
HSL color Cylindrical-coordinate representation of color #84A787: hue angle of 125.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A787 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 135 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.35 |
| HSL | 125.14º | 0.17% | 0.59% | - |
| HSV(B) | 125.14º | 0.21% | 0.65% | - |
| XYZ | 27.71 | 34.29 | 28.08 | - |
| YUV | 152.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 135 | 0.21 | 0 | 0.19 | 0.35 | 125.14 | 0.17 | 0.59 |
| Hex | 84 | A7 | 87 | 15 | 0 | 13 | 23 | 7D | 11 | 3B |
| Octal | 204 | 247 | 207 | 25 | 0 | 23 | 43 | 175 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10000111 | 10101 | 0 | 10011 | 100011 | 1111101 | 10001 | 111011 |
Color Harmonies of #84A787
Complementary color
Monochromatic Colors of #84A787
Black with #84A787
Text Example
Text Example
White with #84A787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A787; }
p { color: rgb(132,167,135); }
H1.HeaderClassName
{
color: #84A787;
}
.AnyTagClassName
{
color: #84A787;
}
</style>
background-color css
<style>
a { background-color: #84A787; }
a { background-color: rgb(132,167,135); }
div.DivClassName
{
background-color: #84A787;
}
.BgClassName
{
background-color: #84A787;
}
</style>
border-color css
<style>
span { border-color: #84A787; }
span { border-color: rgb(132,167,135); }
td.TdClassName
{
border-color: #84A787;
}
.TagClassName
{
border-color: #84A787;
}
</style>