Shades of Envy #85978A
Tints of Envy #85978A
RGB
CMYK
RGB Variations
Color information
#85978A (or 0x85978A) is known color: Envy. HEX triplet: 85, 97 and 8A. RGB value is (133,151,138). Sum of RGB (Red+Green+Blue) = 133+151+138=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #85978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85978A is #7A6875. Grayscale: #909090. Windows color (decimal): -8022134 or 9082757. OLE color: 9082757.
HSL color Cylindrical-coordinate representation of color #85978A: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85978A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 151 | 138 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.41 |
| HSL | 136.67º | 0.08% | 0.56% | - |
| HSV(B) | 136.67º | 0.12% | 0.59% | - |
| XYZ | 25.33 | 28.95 | 28.3 | - |
| YUV | 144.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 138 | 0.12 | 0 | 0.09 | 0.41 | 136.67 | 0.08 | 0.56 |
| Hex | 85 | 97 | 8A | C | 0 | 9 | 29 | 89 | 8 | 38 |
| Octal | 205 | 227 | 212 | 14 | 0 | 11 | 51 | 211 | 10 | 70 |
| Binary | 10000101 | 10010111 | 10001010 | 1100 | 0 | 1001 | 101001 | 10001001 | 1000 | 111000 |
Color Harmonies of #85978A
Complementary color
Monochromatic Colors of #85978A
Black with #85978A
Text Example
Text Example
White with #85978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85978A; }
p { color: rgb(133,151,138); }
H1.HeaderClassName
{
color: #85978A;
}
.AnyTagClassName
{
color: #85978A;
}
</style>
background-color css
<style>
a { background-color: #85978A; }
a { background-color: rgb(133,151,138); }
div.DivClassName
{
background-color: #85978A;
}
.BgClassName
{
background-color: #85978A;
}
</style>
border-color css
<style>
span { border-color: #85978A; }
span { border-color: rgb(133,151,138); }
td.TdClassName
{
border-color: #85978A;
}
.TagClassName
{
border-color: #85978A;
}
</style>