Shades of Sage #91967C
Tints of Sage #91967C
RGB
CMYK
RGB Variations
Color information
#91967C (or 0x91967C) is known color: Sage. HEX triplet: 91, 96 and 7C. RGB value is (145,150,124). Sum of RGB (Red+Green+Blue) = 145+150+124=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #91967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91967C is #6E6983. Grayscale: #919191. Windows color (decimal): -7235972 or 8165009. OLE color: 8165009.
HSL color Cylindrical-coordinate representation of color #91967C: hue angle of 71.54º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91967C is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 124 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.41 |
| HSL | 71.54º | 0.11% | 0.54% | - |
| HSV(B) | 71.54º | 0.17% | 0.59% | - |
| XYZ | 26.22 | 29.29 | 23.34 | - |
| YUV | 145.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 124 | 0.03 | 0 | 0.17 | 0.41 | 71.54 | 0.11 | 0.54 |
| Hex | 91 | 96 | 7C | 3 | 0 | 11 | 29 | 48 | B | 36 |
| Octal | 221 | 226 | 174 | 3 | 0 | 21 | 51 | 110 | 13 | 66 |
| Binary | 10010001 | 10010110 | 1111100 | 11 | 0 | 10001 | 101001 | 1001000 | 1011 | 110110 |
Color Harmonies of #91967C
Complementary color
Monochromatic Colors of #91967C
Black with #91967C
Text Example
Text Example
White with #91967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91967C; }
p { color: rgb(145,150,124); }
H1.HeaderClassName
{
color: #91967C;
}
.AnyTagClassName
{
color: #91967C;
}
</style>
background-color css
<style>
a { background-color: #91967C; }
a { background-color: rgb(145,150,124); }
div.DivClassName
{
background-color: #91967C;
}
.BgClassName
{
background-color: #91967C;
}
</style>
border-color css
<style>
span { border-color: #91967C; }
span { border-color: rgb(145,150,124); }
td.TdClassName
{
border-color: #91967C;
}
.TagClassName
{
border-color: #91967C;
}
</style>