Shades of Envy #91A994
Tints of Envy #91A994
RGB
CMYK
RGB Variations
Color information
#91A994 (or 0x91A994) is known color: Envy. HEX triplet: 91, A9 and 94. RGB value is (145,169,148). Sum of RGB (Red+Green+Blue) = 145+169+148=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #91A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A994 is #6E566B. Grayscale: #9F9F9F. Windows color (decimal): -7231084 or 9742737. OLE color: 9742737.
HSL color Cylindrical-coordinate representation of color #91A994: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A994 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 148 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.34 |
| HSL | 127.5º | 0.12% | 0.62% | - |
| HSV(B) | 127.5º | 0.14% | 0.66% | - |
| XYZ | 31.21 | 36.53 | 33.42 | - |
| YUV | 159.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 148 | 0.14 | 0 | 0.12 | 0.34 | 127.5 | 0.12 | 0.62 |
| Hex | 91 | A9 | 94 | E | 0 | C | 22 | 80 | C | 3E |
| Octal | 221 | 251 | 224 | 16 | 0 | 14 | 42 | 200 | 14 | 76 |
| Binary | 10010001 | 10101001 | 10010100 | 1110 | 0 | 1100 | 100010 | 10000000 | 1100 | 111110 |
Color Harmonies of #91A994
Complementary color
Monochromatic Colors of #91A994
Black with #91A994
Text Example
Text Example
White with #91A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A994; }
p { color: rgb(145,169,148); }
H1.HeaderClassName
{
color: #91A994;
}
.AnyTagClassName
{
color: #91A994;
}
</style>
background-color css
<style>
a { background-color: #91A994; }
a { background-color: rgb(145,169,148); }
div.DivClassName
{
background-color: #91A994;
}
.BgClassName
{
background-color: #91A994;
}
</style>
border-color css
<style>
span { border-color: #91A994; }
span { border-color: rgb(145,169,148); }
td.TdClassName
{
border-color: #91A994;
}
.TagClassName
{
border-color: #91A994;
}
</style>