Shades of Envy #8D958F
Tints of Envy #8D958F
RGB
CMYK
RGB Variations
Color information
#8D958F (or 0x8D958F) is known color: Envy. HEX triplet: 8D, 95 and 8F. RGB value is (141,149,143). Sum of RGB (Red+Green+Blue) = 141+149+143=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 149 - color contains mainly: green. Hex color #8D958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D958F is #726A70. Grayscale: #919191. Windows color (decimal): -7498353 or 9409933. OLE color: 9409933.
HSL color Cylindrical-coordinate representation of color #8D958F: hue angle of 135º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D958F is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 143 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.42 |
| HSL | 135º | 0.04% | 0.57% | - |
| HSV(B) | 135º | 0.05% | 0.58% | - |
| XYZ | 26.69 | 29.14 | 30.2 | - |
| YUV | 145.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 143 | 0.05 | 0 | 0.04 | 0.42 | 135 | 0.04 | 0.57 |
| Hex | 8D | 95 | 8F | 5 | 0 | 4 | 2A | 87 | 4 | 39 |
| Octal | 215 | 225 | 217 | 5 | 0 | 4 | 52 | 207 | 4 | 71 |
| Binary | 10001101 | 10010101 | 10001111 | 101 | 0 | 100 | 101010 | 10000111 | 100 | 111001 |
Color Harmonies of #8D958F
Complementary color
Monochromatic Colors of #8D958F
Black with #8D958F
Text Example
Text Example
White with #8D958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D958F; }
p { color: rgb(141,149,143); }
H1.HeaderClassName
{
color: #8D958F;
}
.AnyTagClassName
{
color: #8D958F;
}
</style>
background-color css
<style>
a { background-color: #8D958F; }
a { background-color: rgb(141,149,143); }
div.DivClassName
{
background-color: #8D958F;
}
.BgClassName
{
background-color: #8D958F;
}
</style>
border-color css
<style>
span { border-color: #8D958F; }
span { border-color: rgb(141,149,143); }
td.TdClassName
{
border-color: #8D958F;
}
.TagClassName
{
border-color: #8D958F;
}
</style>