Shades of Envy #91AD94
Tints of Envy #91AD94
RGB
CMYK
RGB Variations
Color information
#91AD94 (or 0x91AD94) is known color: Envy. HEX triplet: 91, AD and 94. RGB value is (145,173,148). Sum of RGB (Red+Green+Blue) = 145+173+148=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AD94 is #6E526B. Grayscale: #A1A1A1. Windows color (decimal): -7230060 or 9743761. OLE color: 9743761.
HSL color Cylindrical-coordinate representation of color #91AD94: hue angle of 126.43º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AD94 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 173 | 148 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.32 |
| HSL | 126.43º | 0.15% | 0.62% | - |
| HSV(B) | 126.43º | 0.16% | 0.68% | - |
| XYZ | 31.97 | 38.05 | 33.68 | - |
| YUV | 161.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 148 | 0.16 | 0 | 0.14 | 0.32 | 126.43 | 0.15 | 0.62 |
| Hex | 91 | AD | 94 | 10 | 0 | E | 20 | 7E | F | 3E |
| Octal | 221 | 255 | 224 | 20 | 0 | 16 | 40 | 176 | 17 | 76 |
| Binary | 10010001 | 10101101 | 10010100 | 10000 | 0 | 1110 | 100000 | 1111110 | 1111 | 111110 |
Color Harmonies of #91AD94
Complementary color
Monochromatic Colors of #91AD94
Black with #91AD94
Text Example
Text Example
White with #91AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AD94; }
p { color: rgb(145,173,148); }
H1.HeaderClassName
{
color: #91AD94;
}
.AnyTagClassName
{
color: #91AD94;
}
</style>
background-color css
<style>
a { background-color: #91AD94; }
a { background-color: rgb(145,173,148); }
div.DivClassName
{
background-color: #91AD94;
}
.BgClassName
{
background-color: #91AD94;
}
</style>
border-color css
<style>
span { border-color: #91AD94; }
span { border-color: rgb(145,173,148); }
td.TdClassName
{
border-color: #91AD94;
}
.TagClassName
{
border-color: #91AD94;
}
</style>