Shades of Envy #84A68E
Tints of Envy #84A68E
RGB
CMYK
RGB Variations
Color information
#84A68E (or 0x84A68E) is known color: Envy. HEX triplet: 84, A6 and 8E. RGB value is (132,166,142). Sum of RGB (Red+Green+Blue) = 132+166+142=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #84A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A68E is #7B5971. Grayscale: #999999. Windows color (decimal): -8083826 or 9348740. OLE color: 9348740.
HSL color Cylindrical-coordinate representation of color #84A68E: hue angle of 137.65º 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 #84A68E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 142 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.35 |
| HSL | 137.65º | 0.16% | 0.58% | - |
| HSV(B) | 137.65º | 0.2% | 0.65% | - |
| XYZ | 28.03 | 34.13 | 30.7 | - |
| YUV | 153.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 142 | 0.20 | 0 | 0.14 | 0.35 | 137.65 | 0.16 | 0.58 |
| Hex | 84 | A6 | 8E | 14 | 0 | E | 23 | 8A | 10 | 3A |
| Octal | 204 | 246 | 216 | 24 | 0 | 16 | 43 | 212 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10001110 | 10100 | 0 | 1110 | 100011 | 10001010 | 10000 | 111010 |
Color Harmonies of #84A68E
Complementary color
Monochromatic Colors of #84A68E
Black with #84A68E
Text Example
Text Example
White with #84A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A68E; }
p { color: rgb(132,166,142); }
H1.HeaderClassName
{
color: #84A68E;
}
.AnyTagClassName
{
color: #84A68E;
}
</style>
background-color css
<style>
a { background-color: #84A68E; }
a { background-color: rgb(132,166,142); }
div.DivClassName
{
background-color: #84A68E;
}
.BgClassName
{
background-color: #84A68E;
}
</style>
border-color css
<style>
span { border-color: #84A68E; }
span { border-color: rgb(132,166,142); }
td.TdClassName
{
border-color: #84A68E;
}
.TagClassName
{
border-color: #84A68E;
}
</style>