Shades of Envy #85938A
Tints of Envy #85938A
RGB
CMYK
RGB Variations
Color information
#85938A (or 0x85938A) is known color: Envy. HEX triplet: 85, 93 and 8A. RGB value is (133,147,138). Sum of RGB (Red+Green+Blue) = 133+147+138=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #85938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938A is #7A6C75. Grayscale: #8D8D8D. Windows color (decimal): -8023158 or 9081733. OLE color: 9081733.
HSL color Cylindrical-coordinate representation of color #85938A: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85938A is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 138 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.42 |
| HSL | 141.43º | 0.06% | 0.55% | - |
| HSV(B) | 141.43º | 0.1% | 0.58% | - |
| XYZ | 24.69 | 27.69 | 28.09 | - |
| YUV | 141.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 138 | 0.10 | 0 | 0.06 | 0.42 | 141.43 | 0.06 | 0.55 |
| Hex | 85 | 93 | 8A | A | 0 | 6 | 2A | 8D | 6 | 37 |
| Octal | 205 | 223 | 212 | 12 | 0 | 6 | 52 | 215 | 6 | 67 |
| Binary | 10000101 | 10010011 | 10001010 | 1010 | 0 | 110 | 101010 | 10001101 | 110 | 110111 |
Color Harmonies of #85938A
Complementary color
Monochromatic Colors of #85938A
Black with #85938A
Text Example
Text Example
White with #85938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85938A; }
p { color: rgb(133,147,138); }
H1.HeaderClassName
{
color: #85938A;
}
.AnyTagClassName
{
color: #85938A;
}
</style>
background-color css
<style>
a { background-color: #85938A; }
a { background-color: rgb(133,147,138); }
div.DivClassName
{
background-color: #85938A;
}
.BgClassName
{
background-color: #85938A;
}
</style>
border-color css
<style>
span { border-color: #85938A; }
span { border-color: rgb(133,147,138); }
td.TdClassName
{
border-color: #85938A;
}
.TagClassName
{
border-color: #85938A;
}
</style>