Shades of Sage #91957C
Tints of Sage #91957C
RGB
CMYK
RGB Variations
Color information
#91957C (or 0x91957C) is known color: Sage. HEX triplet: 91, 95 and 7C. RGB value is (145,149,124). Sum of RGB (Red+Green+Blue) = 145+149+124=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #91957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91957C is #6E6A83. Grayscale: #919191. Windows color (decimal): -7236228 or 8164753. OLE color: 8164753.
HSL color Cylindrical-coordinate representation of color #91957C: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91957C is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 124 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.42 |
| HSL | 69.6º | 0.11% | 0.54% | - |
| HSV(B) | 69.6º | 0.17% | 0.58% | - |
| XYZ | 26.06 | 28.97 | 23.29 | - |
| YUV | 144.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 124 | 0.03 | 0 | 0.17 | 0.42 | 69.6 | 0.11 | 0.54 |
| Hex | 91 | 95 | 7C | 3 | 0 | 11 | 2A | 46 | B | 36 |
| Octal | 221 | 225 | 174 | 3 | 0 | 21 | 52 | 106 | 13 | 66 |
| Binary | 10010001 | 10010101 | 1111100 | 11 | 0 | 10001 | 101010 | 1000110 | 1011 | 110110 |
Color Harmonies of #91957C
Complementary color
Monochromatic Colors of #91957C
Black with #91957C
Text Example
Text Example
White with #91957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91957C; }
p { color: rgb(145,149,124); }
H1.HeaderClassName
{
color: #91957C;
}
.AnyTagClassName
{
color: #91957C;
}
</style>
background-color css
<style>
a { background-color: #91957C; }
a { background-color: rgb(145,149,124); }
div.DivClassName
{
background-color: #91957C;
}
.BgClassName
{
background-color: #91957C;
}
</style>
border-color css
<style>
span { border-color: #91957C; }
span { border-color: rgb(145,149,124); }
td.TdClassName
{
border-color: #91957C;
}
.TagClassName
{
border-color: #91957C;
}
</style>