Shades of Envy #84A089
Tints of Envy #84A089
RGB
CMYK
RGB Variations
Color information
#84A089 (or 0x84A089) is known color: Envy. HEX triplet: 84, A0 and 89. RGB value is (132,160,137). Sum of RGB (Red+Green+Blue) = 132+160+137=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #84A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A089 is #7B5F76. Grayscale: #959595. Windows color (decimal): -8085367 or 9019524. OLE color: 9019524.
HSL color Cylindrical-coordinate representation of color #84A089: hue angle of 130.71º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A089 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 137 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.37 |
| HSL | 130.71º | 0.13% | 0.57% | - |
| HSV(B) | 130.71º | 0.18% | 0.63% | - |
| XYZ | 26.6 | 31.85 | 28.41 | - |
| YUV | 149.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 137 | 0.17 | 0 | 0.14 | 0.37 | 130.71 | 0.13 | 0.57 |
| Hex | 84 | A0 | 89 | 11 | 0 | E | 25 | 83 | D | 39 |
| Octal | 204 | 240 | 211 | 21 | 0 | 16 | 45 | 203 | 15 | 71 |
| Binary | 10000100 | 10100000 | 10001001 | 10001 | 0 | 1110 | 100101 | 10000011 | 1101 | 111001 |
Color Harmonies of #84A089
Complementary color
Monochromatic Colors of #84A089
Black with #84A089
Text Example
Text Example
White with #84A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A089; }
p { color: rgb(132,160,137); }
H1.HeaderClassName
{
color: #84A089;
}
.AnyTagClassName
{
color: #84A089;
}
</style>
background-color css
<style>
a { background-color: #84A089; }
a { background-color: rgb(132,160,137); }
div.DivClassName
{
background-color: #84A089;
}
.BgClassName
{
background-color: #84A089;
}
</style>
border-color css
<style>
span { border-color: #84A089; }
span { border-color: rgb(132,160,137); }
td.TdClassName
{
border-color: #84A089;
}
.TagClassName
{
border-color: #84A089;
}
</style>