Shades of Envy #8C958E
Tints of Envy #8C958E
RGB
CMYK
RGB Variations
Color information
#8C958E (or 0x8C958E) is known color: Envy. HEX triplet: 8C, 95 and 8E. RGB value is (140,149,142). Sum of RGB (Red+Green+Blue) = 140+149+142=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 149 - color contains mainly: green. Hex color #8C958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C958E is #736A71. Grayscale: #919191. Windows color (decimal): -7563890 or 9344396. OLE color: 9344396.
HSL color Cylindrical-coordinate representation of color #8C958E: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C958E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 142 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.42 |
| HSL | 133.33º | 0.04% | 0.57% | - |
| HSV(B) | 133.33º | 0.06% | 0.58% | - |
| XYZ | 26.45 | 29.02 | 29.8 | - |
| YUV | 145.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 142 | 0.06 | 0 | 0.05 | 0.42 | 133.33 | 0.04 | 0.57 |
| Hex | 8C | 95 | 8E | 6 | 0 | 5 | 2A | 85 | 4 | 39 |
| Octal | 214 | 225 | 216 | 6 | 0 | 5 | 52 | 205 | 4 | 71 |
| Binary | 10001100 | 10010101 | 10001110 | 110 | 0 | 101 | 101010 | 10000101 | 100 | 111001 |
Color Harmonies of #8C958E
Complementary color
Monochromatic Colors of #8C958E
Black with #8C958E
Text Example
Text Example
White with #8C958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C958E; }
p { color: rgb(140,149,142); }
H1.HeaderClassName
{
color: #8C958E;
}
.AnyTagClassName
{
color: #8C958E;
}
</style>
background-color css
<style>
a { background-color: #8C958E; }
a { background-color: rgb(140,149,142); }
div.DivClassName
{
background-color: #8C958E;
}
.BgClassName
{
background-color: #8C958E;
}
</style>
border-color css
<style>
span { border-color: #8C958E; }
span { border-color: rgb(140,149,142); }
td.TdClassName
{
border-color: #8C958E;
}
.TagClassName
{
border-color: #8C958E;
}
</style>