Shades of Envy #90A093
Tints of Envy #90A093
RGB
CMYK
RGB Variations
Color information
#90A093 (or 0x90A093) is known color: Envy. HEX triplet: 90, A0 and 93. RGB value is (144,160,147). Sum of RGB (Red+Green+Blue) = 144+160+147=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #90A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A093 is #6F5F6C. Grayscale: #999999. Windows color (decimal): -7298925 or 9674896. OLE color: 9674896.
HSL color Cylindrical-coordinate representation of color #90A093: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A093 is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 147 | - |
| CMYK | 0.1 | 0 | 0.08 | 0.37 |
| HSL | 131.25º | 0.08% | 0.6% | - |
| HSV(B) | 131.25º | 0.1% | 0.63% | - |
| XYZ | 29.34 | 33.18 | 32.46 | - |
| YUV | 153.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 147 | 0.1 | 0 | 0.08 | 0.37 | 131.25 | 0.08 | 0.6 |
| Hex | 90 | A0 | 93 | A | 0 | 8 | 25 | 83 | 8 | 3C |
| Octal | 220 | 240 | 223 | 12 | 0 | 10 | 45 | 203 | 10 | 74 |
| Binary | 10010000 | 10100000 | 10010011 | 1010 | 0 | 1000 | 100101 | 10000011 | 1000 | 111100 |
Color Harmonies of #90A093
Complementary color
Monochromatic Colors of #90A093
Black with #90A093
Text Example
Text Example
White with #90A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A093; }
p { color: rgb(144,160,147); }
H1.HeaderClassName
{
color: #90A093;
}
.AnyTagClassName
{
color: #90A093;
}
</style>
background-color css
<style>
a { background-color: #90A093; }
a { background-color: rgb(144,160,147); }
div.DivClassName
{
background-color: #90A093;
}
.BgClassName
{
background-color: #90A093;
}
</style>
border-color css
<style>
span { border-color: #90A093; }
span { border-color: rgb(144,160,147); }
td.TdClassName
{
border-color: #90A093;
}
.TagClassName
{
border-color: #90A093;
}
</style>