Shades of Envy #849F88
Tints of Envy #849F88
RGB
CMYK
RGB Variations
Color information
#849F88 (or 0x849F88) is known color: Envy. HEX triplet: 84, 9F and 88. RGB value is (132,159,136). Sum of RGB (Red+Green+Blue) = 132+159+136=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #849F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F88 is #7B6077. Grayscale: #949494. Windows color (decimal): -8085624 or 8953732. OLE color: 8953732.
HSL color Cylindrical-coordinate representation of color #849F88: hue angle of 128.89º 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 #849F88 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 136 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.38 |
| HSL | 128.89º | 0.12% | 0.57% | - |
| HSV(B) | 128.89º | 0.17% | 0.62% | - |
| XYZ | 26.36 | 31.48 | 27.98 | - |
| YUV | 148.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 136 | 0.17 | 0 | 0.14 | 0.38 | 128.89 | 0.12 | 0.57 |
| Hex | 84 | 9F | 88 | 11 | 0 | E | 26 | 81 | C | 39 |
| Octal | 204 | 237 | 210 | 21 | 0 | 16 | 46 | 201 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10001000 | 10001 | 0 | 1110 | 100110 | 10000001 | 1100 | 111001 |
Color Harmonies of #849F88
Complementary color
Monochromatic Colors of #849F88
Black with #849F88
Text Example
Text Example
White with #849F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F88; }
p { color: rgb(132,159,136); }
H1.HeaderClassName
{
color: #849F88;
}
.AnyTagClassName
{
color: #849F88;
}
</style>
background-color css
<style>
a { background-color: #849F88; }
a { background-color: rgb(132,159,136); }
div.DivClassName
{
background-color: #849F88;
}
.BgClassName
{
background-color: #849F88;
}
</style>
border-color css
<style>
span { border-color: #849F88; }
span { border-color: rgb(132,159,136); }
td.TdClassName
{
border-color: #849F88;
}
.TagClassName
{
border-color: #849F88;
}
</style>