Shades of Envy #90A793
Tints of Envy #90A793
RGB
CMYK
RGB Variations
Color information
#90A793 (or 0x90A793) is known color: Envy. HEX triplet: 90, A7 and 93. RGB value is (144,167,147). Sum of RGB (Red+Green+Blue) = 144+167+147=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #90A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A793 is #6F586C. Grayscale: #9D9D9D. Windows color (decimal): -7297133 or 9676688. OLE color: 9676688.
HSL color Cylindrical-coordinate representation of color #90A793: hue angle of 127.83º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A793 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 147 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.35 |
| HSL | 127.83º | 0.12% | 0.61% | - |
| HSV(B) | 127.83º | 0.14% | 0.65% | - |
| XYZ | 30.59 | 35.67 | 32.88 | - |
| YUV | 157.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 147 | 0.14 | 0 | 0.12 | 0.35 | 127.83 | 0.12 | 0.61 |
| Hex | 90 | A7 | 93 | E | 0 | C | 23 | 80 | C | 3D |
| Octal | 220 | 247 | 223 | 16 | 0 | 14 | 43 | 200 | 14 | 75 |
| Binary | 10010000 | 10100111 | 10010011 | 1110 | 0 | 1100 | 100011 | 10000000 | 1100 | 111101 |
Color Harmonies of #90A793
Complementary color
Monochromatic Colors of #90A793
Black with #90A793
Text Example
Text Example
White with #90A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A793; }
p { color: rgb(144,167,147); }
H1.HeaderClassName
{
color: #90A793;
}
.AnyTagClassName
{
color: #90A793;
}
</style>
background-color css
<style>
a { background-color: #90A793; }
a { background-color: rgb(144,167,147); }
div.DivClassName
{
background-color: #90A793;
}
.BgClassName
{
background-color: #90A793;
}
</style>
border-color css
<style>
span { border-color: #90A793; }
span { border-color: rgb(144,167,147); }
td.TdClassName
{
border-color: #90A793;
}
.TagClassName
{
border-color: #90A793;
}
</style>