Shades of Sage #91957E
Tints of Sage #91957E
RGB
CMYK
RGB Variations
Color information
#91957E (or 0x91957E) is known color: Sage. HEX triplet: 91, 95 and 7E. RGB value is (145,149,126). Sum of RGB (Red+Green+Blue) = 145+149+126=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #91957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91957E is #6E6A81. Grayscale: #919191. Windows color (decimal): -7236226 or 8295825. OLE color: 8295825.
HSL color Cylindrical-coordinate representation of color #91957E: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91957E is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 126 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.42 |
| HSL | 70.43º | 0.1% | 0.54% | - |
| HSV(B) | 70.43º | 0.15% | 0.58% | - |
| XYZ | 26.19 | 29.02 | 23.96 | - |
| YUV | 145.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 126 | 0.03 | 0 | 0.15 | 0.42 | 70.43 | 0.1 | 0.54 |
| Hex | 91 | 95 | 7E | 3 | 0 | F | 2A | 46 | A | 36 |
| Octal | 221 | 225 | 176 | 3 | 0 | 17 | 52 | 106 | 12 | 66 |
| Binary | 10010001 | 10010101 | 1111110 | 11 | 0 | 1111 | 101010 | 1000110 | 1010 | 110110 |
Color Harmonies of #91957E
Complementary color
Monochromatic Colors of #91957E
Black with #91957E
Text Example
Text Example
White with #91957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91957E; }
p { color: rgb(145,149,126); }
H1.HeaderClassName
{
color: #91957E;
}
.AnyTagClassName
{
color: #91957E;
}
</style>
background-color css
<style>
a { background-color: #91957E; }
a { background-color: rgb(145,149,126); }
div.DivClassName
{
background-color: #91957E;
}
.BgClassName
{
background-color: #91957E;
}
</style>
border-color css
<style>
span { border-color: #91957E; }
span { border-color: rgb(145,149,126); }
td.TdClassName
{
border-color: #91957E;
}
.TagClassName
{
border-color: #91957E;
}
</style>