Shades of Envy #84AA89
Tints of Envy #84AA89
RGB
CMYK
RGB Variations
Color information
#84AA89 (or 0x84AA89) is known color: Envy. HEX triplet: 84, AA and 89. RGB value is (132,170,137). Sum of RGB (Red+Green+Blue) = 132+170+137=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AA89 is #7B5576. Grayscale: #9A9A9A. Windows color (decimal): -8082807 or 9022084. OLE color: 9022084.
HSL color Cylindrical-coordinate representation of color #84AA89: hue angle of 127.89º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AA89 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 137 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.33 |
| HSL | 127.89º | 0.18% | 0.59% | - |
| HSV(B) | 127.89º | 0.22% | 0.67% | - |
| XYZ | 28.41 | 35.46 | 29.01 | - |
| YUV | 154.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 137 | 0.22 | 0 | 0.19 | 0.33 | 127.89 | 0.18 | 0.59 |
| Hex | 84 | AA | 89 | 16 | 0 | 13 | 21 | 80 | 12 | 3B |
| Octal | 204 | 252 | 211 | 26 | 0 | 23 | 41 | 200 | 22 | 73 |
| Binary | 10000100 | 10101010 | 10001001 | 10110 | 0 | 10011 | 100001 | 10000000 | 10010 | 111011 |
Color Harmonies of #84AA89
Complementary color
Monochromatic Colors of #84AA89
Black with #84AA89
Text Example
Text Example
White with #84AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA89; }
p { color: rgb(132,170,137); }
H1.HeaderClassName
{
color: #84AA89;
}
.AnyTagClassName
{
color: #84AA89;
}
</style>
background-color css
<style>
a { background-color: #84AA89; }
a { background-color: rgb(132,170,137); }
div.DivClassName
{
background-color: #84AA89;
}
.BgClassName
{
background-color: #84AA89;
}
</style>
border-color css
<style>
span { border-color: #84AA89; }
span { border-color: rgb(132,170,137); }
td.TdClassName
{
border-color: #84AA89;
}
.TagClassName
{
border-color: #84AA89;
}
</style>