Shades of Envy #8D938F
Tints of Envy #8D938F
RGB
CMYK
RGB Variations
Color information
#8D938F (or 0x8D938F) is known color: Envy. HEX triplet: 8D, 93 and 8F. RGB value is (141,147,143). Sum of RGB (Red+Green+Blue) = 141+147+143=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938F is #726C70. Grayscale: #909090. Windows color (decimal): -7498865 or 9409421. OLE color: 9409421.
HSL color Cylindrical-coordinate representation of color #8D938F: hue angle of 140º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D938F is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 143 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.42 |
| HSL | 140º | 0.03% | 0.56% | - |
| HSV(B) | 140º | 0.04% | 0.58% | - |
| XYZ | 26.38 | 28.51 | 30.1 | - |
| YUV | 144.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 143 | 0.04 | 0 | 0.03 | 0.42 | 140 | 0.03 | 0.56 |
| Hex | 8D | 93 | 8F | 4 | 0 | 3 | 2A | 8C | 3 | 38 |
| Octal | 215 | 223 | 217 | 4 | 0 | 3 | 52 | 214 | 3 | 70 |
| Binary | 10001101 | 10010011 | 10001111 | 100 | 0 | 11 | 101010 | 10001100 | 11 | 111000 |
Color Harmonies of #8D938F
Complementary color
Monochromatic Colors of #8D938F
Black with #8D938F
Text Example
Text Example
White with #8D938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D938F; }
p { color: rgb(141,147,143); }
H1.HeaderClassName
{
color: #8D938F;
}
.AnyTagClassName
{
color: #8D938F;
}
</style>
background-color css
<style>
a { background-color: #8D938F; }
a { background-color: rgb(141,147,143); }
div.DivClassName
{
background-color: #8D938F;
}
.BgClassName
{
background-color: #8D938F;
}
</style>
border-color css
<style>
span { border-color: #8D938F; }
span { border-color: rgb(141,147,143); }
td.TdClassName
{
border-color: #8D938F;
}
.TagClassName
{
border-color: #8D938F;
}
</style>