Shades of Envy #84958A
Tints of Envy #84958A
RGB
CMYK
RGB Variations
Color information
#84958A (or 0x84958A) is known color: Envy. HEX triplet: 84, 95 and 8A. RGB value is (132,149,138). Sum of RGB (Red+Green+Blue) = 132+149+138=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #84958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958A is #7B6A75. Grayscale: #8E8E8E. Windows color (decimal): -8088182 or 9082244. OLE color: 9082244.
HSL color Cylindrical-coordinate representation of color #84958A: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84958A is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 138 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.42 |
| HSL | 141.18º | 0.07% | 0.55% | - |
| HSV(B) | 141.18º | 0.11% | 0.58% | - |
| XYZ | 24.85 | 28.24 | 28.18 | - |
| YUV | 142.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 138 | 0.11 | 0 | 0.07 | 0.42 | 141.18 | 0.07 | 0.55 |
| Hex | 84 | 95 | 8A | B | 0 | 7 | 2A | 8D | 7 | 37 |
| Octal | 204 | 225 | 212 | 13 | 0 | 7 | 52 | 215 | 7 | 67 |
| Binary | 10000100 | 10010101 | 10001010 | 1011 | 0 | 111 | 101010 | 10001101 | 111 | 110111 |
Color Harmonies of #84958A
Complementary color
Monochromatic Colors of #84958A
Black with #84958A
Text Example
Text Example
White with #84958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84958A; }
p { color: rgb(132,149,138); }
H1.HeaderClassName
{
color: #84958A;
}
.AnyTagClassName
{
color: #84958A;
}
</style>
background-color css
<style>
a { background-color: #84958A; }
a { background-color: rgb(132,149,138); }
div.DivClassName
{
background-color: #84958A;
}
.BgClassName
{
background-color: #84958A;
}
</style>
border-color css
<style>
span { border-color: #84958A; }
span { border-color: rgb(132,149,138); }
td.TdClassName
{
border-color: #84958A;
}
.TagClassName
{
border-color: #84958A;
}
</style>