Shades of Envy #84A18D
Tints of Envy #84A18D
RGB
CMYK
RGB Variations
Color information
#84A18D (or 0x84A18D) is known color: Envy. HEX triplet: 84, A1 and 8D. RGB value is (132,161,141). Sum of RGB (Red+Green+Blue) = 132+161+141=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #84A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A18D is #7B5E72. Grayscale: #969696. Windows color (decimal): -8085107 or 9281924. OLE color: 9281924.
HSL color Cylindrical-coordinate representation of color #84A18D: hue angle of 138.62º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A18D is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 141 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.37 |
| HSL | 138.62º | 0.13% | 0.57% | - |
| HSV(B) | 138.62º | 0.18% | 0.63% | - |
| XYZ | 27.07 | 32.32 | 30.01 | - |
| YUV | 150.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 141 | 0.18 | 0 | 0.12 | 0.37 | 138.62 | 0.13 | 0.57 |
| Hex | 84 | A1 | 8D | 12 | 0 | C | 25 | 8B | D | 39 |
| Octal | 204 | 241 | 215 | 22 | 0 | 14 | 45 | 213 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10001101 | 10010 | 0 | 1100 | 100101 | 10001011 | 1101 | 111001 |
Color Harmonies of #84A18D
Complementary color
Monochromatic Colors of #84A18D
Black with #84A18D
Text Example
Text Example
White with #84A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A18D; }
p { color: rgb(132,161,141); }
H1.HeaderClassName
{
color: #84A18D;
}
.AnyTagClassName
{
color: #84A18D;
}
</style>
background-color css
<style>
a { background-color: #84A18D; }
a { background-color: rgb(132,161,141); }
div.DivClassName
{
background-color: #84A18D;
}
.BgClassName
{
background-color: #84A18D;
}
</style>
border-color css
<style>
span { border-color: #84A18D; }
span { border-color: rgb(132,161,141); }
td.TdClassName
{
border-color: #84A18D;
}
.TagClassName
{
border-color: #84A18D;
}
</style>