Shades of Envy #8B978E
Tints of Envy #8B978E
RGB
CMYK
RGB Variations
Color information
#8B978E (or 0x8B978E) is known color: Envy. HEX triplet: 8B, 97 and 8E. RGB value is (139,151,142). Sum of RGB (Red+Green+Blue) = 139+151+142=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #8B978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B978E is #746871. Grayscale: #929292. Windows color (decimal): -7628914 or 9344907. OLE color: 9344907.
HSL color Cylindrical-coordinate representation of color #8B978E: hue angle of 135º 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 #8B978E is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 142 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.41 |
| HSL | 135º | 0.05% | 0.57% | - |
| HSV(B) | 135º | 0.08% | 0.59% | - |
| XYZ | 26.6 | 29.58 | 29.9 | - |
| YUV | 146.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 142 | 0.08 | 0 | 0.06 | 0.41 | 135 | 0.05 | 0.57 |
| Hex | 8B | 97 | 8E | 8 | 0 | 6 | 29 | 87 | 5 | 39 |
| Octal | 213 | 227 | 216 | 10 | 0 | 6 | 51 | 207 | 5 | 71 |
| Binary | 10001011 | 10010111 | 10001110 | 1000 | 0 | 110 | 101001 | 10000111 | 101 | 111001 |
Color Harmonies of #8B978E
Complementary color
Monochromatic Colors of #8B978E
Black with #8B978E
Text Example
Text Example
White with #8B978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B978E; }
p { color: rgb(139,151,142); }
H1.HeaderClassName
{
color: #8B978E;
}
.AnyTagClassName
{
color: #8B978E;
}
</style>
background-color css
<style>
a { background-color: #8B978E; }
a { background-color: rgb(139,151,142); }
div.DivClassName
{
background-color: #8B978E;
}
.BgClassName
{
background-color: #8B978E;
}
</style>
border-color css
<style>
span { border-color: #8B978E; }
span { border-color: rgb(139,151,142); }
td.TdClassName
{
border-color: #8B978E;
}
.TagClassName
{
border-color: #8B978E;
}
</style>