Shades of Envy #84A58B
Tints of Envy #84A58B
RGB
CMYK
RGB Variations
Color information
#84A58B (or 0x84A58B) is known color: Envy. HEX triplet: 84, A5 and 8B. RGB value is (132,165,139). Sum of RGB (Red+Green+Blue) = 132+165+139=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #84A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A58B is #7B5A74. Grayscale: #989898. Windows color (decimal): -8084085 or 9151876. OLE color: 9151876.
HSL color Cylindrical-coordinate representation of color #84A58B: hue angle of 132.73º 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 #84A58B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 139 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.35 |
| HSL | 132.73º | 0.15% | 0.58% | - |
| HSV(B) | 132.73º | 0.2% | 0.65% | - |
| XYZ | 27.63 | 33.68 | 29.47 | - |
| YUV | 152.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 139 | 0.20 | 0 | 0.16 | 0.35 | 132.73 | 0.15 | 0.58 |
| Hex | 84 | A5 | 8B | 14 | 0 | 10 | 23 | 85 | F | 3A |
| Octal | 204 | 245 | 213 | 24 | 0 | 20 | 43 | 205 | 17 | 72 |
| Binary | 10000100 | 10100101 | 10001011 | 10100 | 0 | 10000 | 100011 | 10000101 | 1111 | 111010 |
Color Harmonies of #84A58B
Complementary color
Monochromatic Colors of #84A58B
Black with #84A58B
Text Example
Text Example
White with #84A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A58B; }
p { color: rgb(132,165,139); }
H1.HeaderClassName
{
color: #84A58B;
}
.AnyTagClassName
{
color: #84A58B;
}
</style>
background-color css
<style>
a { background-color: #84A58B; }
a { background-color: rgb(132,165,139); }
div.DivClassName
{
background-color: #84A58B;
}
.BgClassName
{
background-color: #84A58B;
}
</style>
border-color css
<style>
span { border-color: #84A58B; }
span { border-color: rgb(132,165,139); }
td.TdClassName
{
border-color: #84A58B;
}
.TagClassName
{
border-color: #84A58B;
}
</style>