Shades of Envy #84A686
Tints of Envy #84A686
RGB
CMYK
RGB Variations
Color information
#84A686 (or 0x84A686) is known color: Envy. HEX triplet: 84, A6 and 86. RGB value is (132,166,134). Sum of RGB (Red+Green+Blue) = 132+166+134=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #84A686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A686 is #7B5979. Grayscale: #989898. Windows color (decimal): -8083834 or 8824452. OLE color: 8824452.
HSL color Cylindrical-coordinate representation of color #84A686: hue angle of 123.53º 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 #84A686 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 134 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.35 |
| HSL | 123.53º | 0.16% | 0.58% | - |
| HSV(B) | 123.53º | 0.2% | 0.65% | - |
| XYZ | 27.46 | 33.9 | 27.65 | - |
| YUV | 152.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 134 | 0.20 | 0 | 0.19 | 0.35 | 123.53 | 0.16 | 0.58 |
| Hex | 84 | A6 | 86 | 14 | 0 | 13 | 23 | 7C | 10 | 3A |
| Octal | 204 | 246 | 206 | 24 | 0 | 23 | 43 | 174 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10000110 | 10100 | 0 | 10011 | 100011 | 1111100 | 10000 | 111010 |
Color Harmonies of #84A686
Complementary color
Monochromatic Colors of #84A686
Black with #84A686
Text Example
Text Example
White with #84A686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A686; }
p { color: rgb(132,166,134); }
H1.HeaderClassName
{
color: #84A686;
}
.AnyTagClassName
{
color: #84A686;
}
</style>
background-color css
<style>
a { background-color: #84A686; }
a { background-color: rgb(132,166,134); }
div.DivClassName
{
background-color: #84A686;
}
.BgClassName
{
background-color: #84A686;
}
</style>
border-color css
<style>
span { border-color: #84A686; }
span { border-color: rgb(132,166,134); }
td.TdClassName
{
border-color: #84A686;
}
.TagClassName
{
border-color: #84A686;
}
</style>