Shades of Envy #84A58D
Tints of Envy #84A58D
RGB
CMYK
RGB Variations
Color information
#84A58D (or 0x84A58D) is known color: Envy. HEX triplet: 84, A5 and 8D. RGB value is (132,165,141). Sum of RGB (Red+Green+Blue) = 132+165+141=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #84A58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A58D is #7B5A72. Grayscale: #989898. Windows color (decimal): -8084083 or 9282948. OLE color: 9282948.
HSL color Cylindrical-coordinate representation of color #84A58D: hue angle of 136.36º degrees, saturation: 0.15, 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 #84A58D is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 141 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.35 |
| HSL | 136.36º | 0.15% | 0.58% | - |
| HSV(B) | 136.36º | 0.2% | 0.65% | - |
| XYZ | 27.78 | 33.74 | 30.25 | - |
| YUV | 152.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 141 | 0.20 | 0 | 0.15 | 0.35 | 136.36 | 0.15 | 0.58 |
| Hex | 84 | A5 | 8D | 14 | 0 | F | 23 | 88 | F | 3A |
| Octal | 204 | 245 | 215 | 24 | 0 | 17 | 43 | 210 | 17 | 72 |
| Binary | 10000100 | 10100101 | 10001101 | 10100 | 0 | 1111 | 100011 | 10001000 | 1111 | 111010 |
Color Harmonies of #84A58D
Complementary color
Monochromatic Colors of #84A58D
Black with #84A58D
Text Example
Text Example
White with #84A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A58D; }
p { color: rgb(132,165,141); }
H1.HeaderClassName
{
color: #84A58D;
}
.AnyTagClassName
{
color: #84A58D;
}
</style>
background-color css
<style>
a { background-color: #84A58D; }
a { background-color: rgb(132,165,141); }
div.DivClassName
{
background-color: #84A58D;
}
.BgClassName
{
background-color: #84A58D;
}
</style>
border-color css
<style>
span { border-color: #84A58D; }
span { border-color: rgb(132,165,141); }
td.TdClassName
{
border-color: #84A58D;
}
.TagClassName
{
border-color: #84A58D;
}
</style>