Shades of Envy #849D85
Tints of Envy #849D85
RGB
CMYK
RGB Variations
Color information
#849D85 (or 0x849D85) is known color: Envy. HEX triplet: 84, 9D and 85. RGB value is (132,157,133). Sum of RGB (Red+Green+Blue) = 132+157+133=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #849D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D85 is #7B627A. Grayscale: #929292. Windows color (decimal): -8086139 or 8756612. OLE color: 8756612.
HSL color Cylindrical-coordinate representation of color #849D85: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D85 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 133 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.38 |
| HSL | 122.4º | 0.11% | 0.57% | - |
| HSV(B) | 122.4º | 0.16% | 0.62% | - |
| XYZ | 25.81 | 30.71 | 26.76 | - |
| YUV | 146.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 133 | 0.16 | 0 | 0.15 | 0.38 | 122.4 | 0.11 | 0.57 |
| Hex | 84 | 9D | 85 | 10 | 0 | F | 26 | 7A | B | 39 |
| Octal | 204 | 235 | 205 | 20 | 0 | 17 | 46 | 172 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10000101 | 10000 | 0 | 1111 | 100110 | 1111010 | 1011 | 111001 |
Color Harmonies of #849D85
Complementary color
Monochromatic Colors of #849D85
Black with #849D85
Text Example
Text Example
White with #849D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D85; }
p { color: rgb(132,157,133); }
H1.HeaderClassName
{
color: #849D85;
}
.AnyTagClassName
{
color: #849D85;
}
</style>
background-color css
<style>
a { background-color: #849D85; }
a { background-color: rgb(132,157,133); }
div.DivClassName
{
background-color: #849D85;
}
.BgClassName
{
background-color: #849D85;
}
</style>
border-color css
<style>
span { border-color: #849D85; }
span { border-color: rgb(132,157,133); }
td.TdClassName
{
border-color: #849D85;
}
.TagClassName
{
border-color: #849D85;
}
</style>