Shades of Envy #84A08C
Tints of Envy #84A08C
RGB
CMYK
RGB Variations
Color information
#84A08C (or 0x84A08C) is known color: Envy. HEX triplet: 84, A0 and 8C. RGB value is (132,160,140). Sum of RGB (Red+Green+Blue) = 132+160+140=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #84A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A08C is #7B5F73. Grayscale: #959595. Windows color (decimal): -8085364 or 9216132. OLE color: 9216132.
HSL color Cylindrical-coordinate representation of color #84A08C: hue angle of 137.14º 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 #84A08C is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 140 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.37 |
| HSL | 137.14º | 0.13% | 0.57% | - |
| HSV(B) | 137.14º | 0.18% | 0.63% | - |
| XYZ | 26.82 | 31.94 | 29.56 | - |
| YUV | 149.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 140 | 0.17 | 0 | 0.12 | 0.37 | 137.14 | 0.13 | 0.57 |
| Hex | 84 | A0 | 8C | 11 | 0 | C | 25 | 89 | D | 39 |
| Octal | 204 | 240 | 214 | 21 | 0 | 14 | 45 | 211 | 15 | 71 |
| Binary | 10000100 | 10100000 | 10001100 | 10001 | 0 | 1100 | 100101 | 10001001 | 1101 | 111001 |
Color Harmonies of #84A08C
Complementary color
Monochromatic Colors of #84A08C
Black with #84A08C
Text Example
Text Example
White with #84A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A08C; }
p { color: rgb(132,160,140); }
H1.HeaderClassName
{
color: #84A08C;
}
.AnyTagClassName
{
color: #84A08C;
}
</style>
background-color css
<style>
a { background-color: #84A08C; }
a { background-color: rgb(132,160,140); }
div.DivClassName
{
background-color: #84A08C;
}
.BgClassName
{
background-color: #84A08C;
}
</style>
border-color css
<style>
span { border-color: #84A08C; }
span { border-color: rgb(132,160,140); }
td.TdClassName
{
border-color: #84A08C;
}
.TagClassName
{
border-color: #84A08C;
}
</style>