Shades of Envy #84A88E
Tints of Envy #84A88E
RGB
CMYK
RGB Variations
Color information
#84A88E (or 0x84A88E) is known color: Envy. HEX triplet: 84, A8 and 8E. RGB value is (132,168,142). Sum of RGB (Red+Green+Blue) = 132+168+142=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #84A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A88E is #7B5771. Grayscale: #9A9A9A. Windows color (decimal): -8083314 or 9349252. OLE color: 9349252.
HSL color Cylindrical-coordinate representation of color #84A88E: hue angle of 136.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A88E is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 142 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.34 |
| HSL | 136.67º | 0.17% | 0.59% | - |
| HSV(B) | 136.67º | 0.21% | 0.66% | - |
| XYZ | 28.4 | 34.86 | 30.82 | - |
| YUV | 154.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 142 | 0.21 | 0 | 0.15 | 0.34 | 136.67 | 0.17 | 0.59 |
| Hex | 84 | A8 | 8E | 15 | 0 | F | 22 | 89 | 11 | 3B |
| Octal | 204 | 250 | 216 | 25 | 0 | 17 | 42 | 211 | 21 | 73 |
| Binary | 10000100 | 10101000 | 10001110 | 10101 | 0 | 1111 | 100010 | 10001001 | 10001 | 111011 |
Color Harmonies of #84A88E
Complementary color
Monochromatic Colors of #84A88E
Black with #84A88E
Text Example
Text Example
White with #84A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A88E; }
p { color: rgb(132,168,142); }
H1.HeaderClassName
{
color: #84A88E;
}
.AnyTagClassName
{
color: #84A88E;
}
</style>
background-color css
<style>
a { background-color: #84A88E; }
a { background-color: rgb(132,168,142); }
div.DivClassName
{
background-color: #84A88E;
}
.BgClassName
{
background-color: #84A88E;
}
</style>
border-color css
<style>
span { border-color: #84A88E; }
span { border-color: rgb(132,168,142); }
td.TdClassName
{
border-color: #84A88E;
}
.TagClassName
{
border-color: #84A88E;
}
</style>