Shades of Envy #849F87
Tints of Envy #849F87
RGB
CMYK
RGB Variations
Color information
#849F87 (or 0x849F87) is known color: Envy. HEX triplet: 84, 9F and 87. RGB value is (132,159,135). Sum of RGB (Red+Green+Blue) = 132+159+135=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #849F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F87 is #7B6078. Grayscale: #949494. Windows color (decimal): -8085625 or 8888196. OLE color: 8888196.
HSL color Cylindrical-coordinate representation of color #849F87: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F87 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 135 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.38 |
| HSL | 126.67º | 0.12% | 0.57% | - |
| HSV(B) | 126.67º | 0.17% | 0.62% | - |
| XYZ | 26.29 | 31.45 | 27.61 | - |
| YUV | 148.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 135 | 0.17 | 0 | 0.15 | 0.38 | 126.67 | 0.12 | 0.57 |
| Hex | 84 | 9F | 87 | 11 | 0 | F | 26 | 7F | C | 39 |
| Octal | 204 | 237 | 207 | 21 | 0 | 17 | 46 | 177 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10000111 | 10001 | 0 | 1111 | 100110 | 1111111 | 1100 | 111001 |
Color Harmonies of #849F87
Complementary color
Monochromatic Colors of #849F87
Black with #849F87
Text Example
Text Example
White with #849F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F87; }
p { color: rgb(132,159,135); }
H1.HeaderClassName
{
color: #849F87;
}
.AnyTagClassName
{
color: #849F87;
}
</style>
background-color css
<style>
a { background-color: #849F87; }
a { background-color: rgb(132,159,135); }
div.DivClassName
{
background-color: #849F87;
}
.BgClassName
{
background-color: #849F87;
}
</style>
border-color css
<style>
span { border-color: #849F87; }
span { border-color: rgb(132,159,135); }
td.TdClassName
{
border-color: #849F87;
}
.TagClassName
{
border-color: #849F87;
}
</style>