Shades of Envy #84A689
Tints of Envy #84A689
RGB
CMYK
RGB Variations
Color information
#84A689 (or 0x84A689) is known color: Envy. HEX triplet: 84, A6 and 89. RGB value is (132,166,137). Sum of RGB (Red+Green+Blue) = 132+166+137=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #84A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A689 is #7B5976. Grayscale: #989898. Windows color (decimal): -8083831 or 9021060. OLE color: 9021060.
HSL color Cylindrical-coordinate representation of color #84A689: hue angle of 128.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A689 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 137 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.35 |
| HSL | 128.82º | 0.16% | 0.58% | - |
| HSV(B) | 128.82º | 0.2% | 0.65% | - |
| XYZ | 27.67 | 33.98 | 28.77 | - |
| YUV | 152.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 137 | 0.20 | 0 | 0.17 | 0.35 | 128.82 | 0.16 | 0.58 |
| Hex | 84 | A6 | 89 | 14 | 0 | 11 | 23 | 81 | 10 | 3A |
| Octal | 204 | 246 | 211 | 24 | 0 | 21 | 43 | 201 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10001001 | 10100 | 0 | 10001 | 100011 | 10000001 | 10000 | 111010 |
Color Harmonies of #84A689
Complementary color
Monochromatic Colors of #84A689
Black with #84A689
Text Example
Text Example
White with #84A689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A689; }
p { color: rgb(132,166,137); }
H1.HeaderClassName
{
color: #84A689;
}
.AnyTagClassName
{
color: #84A689;
}
</style>
background-color css
<style>
a { background-color: #84A689; }
a { background-color: rgb(132,166,137); }
div.DivClassName
{
background-color: #84A689;
}
.BgClassName
{
background-color: #84A689;
}
</style>
border-color css
<style>
span { border-color: #84A689; }
span { border-color: rgb(132,166,137); }
td.TdClassName
{
border-color: #84A689;
}
.TagClassName
{
border-color: #84A689;
}
</style>