Shades of Envy #84A18A
Tints of Envy #84A18A
RGB
CMYK
RGB Variations
Color information
#84A18A (or 0x84A18A) is known color: Envy. HEX triplet: 84, A1 and 8A. RGB value is (132,161,138). Sum of RGB (Red+Green+Blue) = 132+161+138=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 161 - color contains mainly: green. Hex color #84A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A18A is #7B5E75. Grayscale: #959595. Windows color (decimal): -8085110 or 9085316. OLE color: 9085316.
HSL color Cylindrical-coordinate representation of color #84A18A: hue angle of 132.41º 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 #84A18A is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 138 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.37 |
| HSL | 132.41º | 0.13% | 0.57% | - |
| HSV(B) | 132.41º | 0.18% | 0.63% | - |
| XYZ | 26.85 | 32.23 | 28.85 | - |
| YUV | 149.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 138 | 0.18 | 0 | 0.14 | 0.37 | 132.41 | 0.13 | 0.57 |
| Hex | 84 | A1 | 8A | 12 | 0 | E | 25 | 84 | D | 39 |
| Octal | 204 | 241 | 212 | 22 | 0 | 16 | 45 | 204 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10001010 | 10010 | 0 | 1110 | 100101 | 10000100 | 1101 | 111001 |
Color Harmonies of #84A18A
Complementary color
Monochromatic Colors of #84A18A
Black with #84A18A
Text Example
Text Example
White with #84A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A18A; }
p { color: rgb(132,161,138); }
H1.HeaderClassName
{
color: #84A18A;
}
.AnyTagClassName
{
color: #84A18A;
}
</style>
background-color css
<style>
a { background-color: #84A18A; }
a { background-color: rgb(132,161,138); }
div.DivClassName
{
background-color: #84A18A;
}
.BgClassName
{
background-color: #84A18A;
}
</style>
border-color css
<style>
span { border-color: #84A18A; }
span { border-color: rgb(132,161,138); }
td.TdClassName
{
border-color: #84A18A;
}
.TagClassName
{
border-color: #84A18A;
}
</style>