Shades of Envy #8C948F
Tints of Envy #8C948F
RGB
CMYK
RGB Variations
Color information
#8C948F (or 0x8C948F) is known color: Envy. HEX triplet: 8C, 94 and 8F. RGB value is (140,148,143). Sum of RGB (Red+Green+Blue) = 140+148+143=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #8C948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C948F is #736B70. Grayscale: #919191. Windows color (decimal): -7564145 or 9409676. OLE color: 9409676.
HSL color Cylindrical-coordinate representation of color #8C948F: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C948F is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 143 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.42 |
| HSL | 142.5º | 0.04% | 0.56% | - |
| HSV(B) | 142.5º | 0.05% | 0.58% | - |
| XYZ | 26.36 | 28.74 | 30.14 | - |
| YUV | 145.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 143 | 0.05 | 0 | 0.03 | 0.42 | 142.5 | 0.04 | 0.56 |
| Hex | 8C | 94 | 8F | 5 | 0 | 3 | 2A | 8E | 4 | 38 |
| Octal | 214 | 224 | 217 | 5 | 0 | 3 | 52 | 216 | 4 | 70 |
| Binary | 10001100 | 10010100 | 10001111 | 101 | 0 | 11 | 101010 | 10001110 | 100 | 111000 |
Color Harmonies of #8C948F
Complementary color
Monochromatic Colors of #8C948F
Black with #8C948F
Text Example
Text Example
White with #8C948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C948F; }
p { color: rgb(140,148,143); }
H1.HeaderClassName
{
color: #8C948F;
}
.AnyTagClassName
{
color: #8C948F;
}
</style>
background-color css
<style>
a { background-color: #8C948F; }
a { background-color: rgb(140,148,143); }
div.DivClassName
{
background-color: #8C948F;
}
.BgClassName
{
background-color: #8C948F;
}
</style>
border-color css
<style>
span { border-color: #8C948F; }
span { border-color: rgb(140,148,143); }
td.TdClassName
{
border-color: #8C948F;
}
.TagClassName
{
border-color: #8C948F;
}
</style>