Shades of Envy #8B978D
Tints of Envy #8B978D
RGB
CMYK
RGB Variations
Color information
#8B978D (or 0x8B978D) is known color: Envy. HEX triplet: 8B, 97 and 8D. RGB value is (139,151,141). Sum of RGB (Red+Green+Blue) = 139+151+141=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 151 - color contains mainly: green. Hex color #8B978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B978D is #746872. Grayscale: #929292. Windows color (decimal): -7628915 or 9279371. OLE color: 9279371.
HSL color Cylindrical-coordinate representation of color #8B978D: hue angle of 130º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B978D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 141 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.41 |
| HSL | 130º | 0.05% | 0.57% | - |
| HSV(B) | 130º | 0.08% | 0.59% | - |
| XYZ | 26.52 | 29.55 | 29.5 | - |
| YUV | 146.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 141 | 0.08 | 0 | 0.07 | 0.41 | 130 | 0.05 | 0.57 |
| Hex | 8B | 97 | 8D | 8 | 0 | 7 | 29 | 82 | 5 | 39 |
| Octal | 213 | 227 | 215 | 10 | 0 | 7 | 51 | 202 | 5 | 71 |
| Binary | 10001011 | 10010111 | 10001101 | 1000 | 0 | 111 | 101001 | 10000010 | 101 | 111001 |
Color Harmonies of #8B978D
Complementary color
Monochromatic Colors of #8B978D
Black with #8B978D
Text Example
Text Example
White with #8B978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B978D; }
p { color: rgb(139,151,141); }
H1.HeaderClassName
{
color: #8B978D;
}
.AnyTagClassName
{
color: #8B978D;
}
</style>
background-color css
<style>
a { background-color: #8B978D; }
a { background-color: rgb(139,151,141); }
div.DivClassName
{
background-color: #8B978D;
}
.BgClassName
{
background-color: #8B978D;
}
</style>
border-color css
<style>
span { border-color: #8B978D; }
span { border-color: rgb(139,151,141); }
td.TdClassName
{
border-color: #8B978D;
}
.TagClassName
{
border-color: #8B978D;
}
</style>