Shades of Envy #91B095
Tints of Envy #91B095
RGB
CMYK
RGB Variations
Color information
#91B095 (or 0x91B095) is known color: Envy. HEX triplet: 91, B0 and 95. RGB value is (145,176,149). Sum of RGB (Red+Green+Blue) = 145+176+149=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #91B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B095 is #6E4F6A. Grayscale: #A3A3A3. Windows color (decimal): -7229291 or 9810065. OLE color: 9810065.
HSL color Cylindrical-coordinate representation of color #91B095: hue angle of 127.74º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91B095 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 149 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.31 |
| HSL | 127.74º | 0.16% | 0.63% | - |
| HSV(B) | 127.74º | 0.18% | 0.69% | - |
| XYZ | 32.63 | 39.24 | 34.29 | - |
| YUV | 163.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 149 | 0.18 | 0 | 0.15 | 0.31 | 127.74 | 0.16 | 0.63 |
| Hex | 91 | B0 | 95 | 12 | 0 | F | 1F | 80 | 10 | 3F |
| Octal | 221 | 260 | 225 | 22 | 0 | 17 | 37 | 200 | 20 | 77 |
| Binary | 10010001 | 10110000 | 10010101 | 10010 | 0 | 1111 | 11111 | 10000000 | 10000 | 111111 |
Color Harmonies of #91B095
Complementary color
Monochromatic Colors of #91B095
Black with #91B095
Text Example
Text Example
White with #91B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B095; }
p { color: rgb(145,176,149); }
H1.HeaderClassName
{
color: #91B095;
}
.AnyTagClassName
{
color: #91B095;
}
</style>
background-color css
<style>
a { background-color: #91B095; }
a { background-color: rgb(145,176,149); }
div.DivClassName
{
background-color: #91B095;
}
.BgClassName
{
background-color: #91B095;
}
</style>
border-color css
<style>
span { border-color: #91B095; }
span { border-color: rgb(145,176,149); }
td.TdClassName
{
border-color: #91B095;
}
.TagClassName
{
border-color: #91B095;
}
</style>