Shades of Envy #8C9F90
Tints of Envy #8C9F90
RGB
CMYK
RGB Variations
Color information
#8C9F90 (or 0x8C9F90) is known color: Envy. HEX triplet: 8C, 9F and 90. RGB value is (140,159,144). Sum of RGB (Red+Green+Blue) = 140+159+144=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F90 is #73606F. Grayscale: #979797. Windows color (decimal): -7561328 or 9478028. OLE color: 9478028.
HSL color Cylindrical-coordinate representation of color #8C9F90: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F90 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 144 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.38 |
| HSL | 132.63º | 0.09% | 0.59% | - |
| HSV(B) | 132.63º | 0.12% | 0.62% | - |
| XYZ | 28.25 | 32.39 | 31.15 | - |
| YUV | 151.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 144 | 0.12 | 0 | 0.09 | 0.38 | 132.63 | 0.09 | 0.59 |
| Hex | 8C | 9F | 90 | C | 0 | 9 | 26 | 85 | 9 | 3B |
| Octal | 214 | 237 | 220 | 14 | 0 | 11 | 46 | 205 | 11 | 73 |
| Binary | 10001100 | 10011111 | 10010000 | 1100 | 0 | 1001 | 100110 | 10000101 | 1001 | 111011 |
Color Harmonies of #8C9F90
Complementary color
Monochromatic Colors of #8C9F90
Black with #8C9F90
Text Example
Text Example
White with #8C9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F90; }
p { color: rgb(140,159,144); }
H1.HeaderClassName
{
color: #8C9F90;
}
.AnyTagClassName
{
color: #8C9F90;
}
</style>
background-color css
<style>
a { background-color: #8C9F90; }
a { background-color: rgb(140,159,144); }
div.DivClassName
{
background-color: #8C9F90;
}
.BgClassName
{
background-color: #8C9F90;
}
</style>
border-color css
<style>
span { border-color: #8C9F90; }
span { border-color: rgb(140,159,144); }
td.TdClassName
{
border-color: #8C9F90;
}
.TagClassName
{
border-color: #8C9F90;
}
</style>