Shades of Envy #849F8A
Tints of Envy #849F8A
RGB
CMYK
RGB Variations
Color information
#849F8A (or 0x849F8A) is known color: Envy. HEX triplet: 84, 9F and 8A. RGB value is (132,159,138). Sum of RGB (Red+Green+Blue) = 132+159+138=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #849F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F8A is #7B6075. Grayscale: #949494. Windows color (decimal): -8085622 or 9084804. OLE color: 9084804.
HSL color Cylindrical-coordinate representation of color #849F8A: hue angle of 133.33º 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 #849F8A is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 138 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.38 |
| HSL | 133.33º | 0.12% | 0.57% | - |
| HSV(B) | 133.33º | 0.17% | 0.62% | - |
| XYZ | 26.5 | 31.54 | 28.74 | - |
| YUV | 148.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 138 | 0.17 | 0 | 0.13 | 0.38 | 133.33 | 0.12 | 0.57 |
| Hex | 84 | 9F | 8A | 11 | 0 | D | 26 | 85 | C | 39 |
| Octal | 204 | 237 | 212 | 21 | 0 | 15 | 46 | 205 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10001010 | 10001 | 0 | 1101 | 100110 | 10000101 | 1100 | 111001 |
Color Harmonies of #849F8A
Complementary color
Monochromatic Colors of #849F8A
Black with #849F8A
Text Example
Text Example
White with #849F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F8A; }
p { color: rgb(132,159,138); }
H1.HeaderClassName
{
color: #849F8A;
}
.AnyTagClassName
{
color: #849F8A;
}
</style>
background-color css
<style>
a { background-color: #849F8A; }
a { background-color: rgb(132,159,138); }
div.DivClassName
{
background-color: #849F8A;
}
.BgClassName
{
background-color: #849F8A;
}
</style>
border-color css
<style>
span { border-color: #849F8A; }
span { border-color: rgb(132,159,138); }
td.TdClassName
{
border-color: #849F8A;
}
.TagClassName
{
border-color: #849F8A;
}
</style>