Shades of Sage #91987E
Tints of Sage #91987E
RGB
CMYK
RGB Variations
Color information
#91987E (or 0x91987E) is known color: Sage. HEX triplet: 91, 98 and 7E. RGB value is (145,152,126). Sum of RGB (Red+Green+Blue) = 145+152+126=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #91987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91987E is #6E6781. Grayscale: #939393. Windows color (decimal): -7235458 or 8296593. OLE color: 8296593.
HSL color Cylindrical-coordinate representation of color #91987E: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91987E is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 126 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.40 |
| HSL | 76.15º | 0.11% | 0.55% | - |
| HSV(B) | 76.15º | 0.17% | 0.6% | - |
| XYZ | 26.67 | 29.98 | 24.12 | - |
| YUV | 146.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 126 | 0.05 | 0 | 0.17 | 0.40 | 76.15 | 0.11 | 0.55 |
| Hex | 91 | 98 | 7E | 5 | 0 | 11 | 28 | 4C | B | 37 |
| Octal | 221 | 230 | 176 | 5 | 0 | 21 | 50 | 114 | 13 | 67 |
| Binary | 10010001 | 10011000 | 1111110 | 101 | 0 | 10001 | 101000 | 1001100 | 1011 | 110111 |
Color Harmonies of #91987E
Complementary color
Monochromatic Colors of #91987E
Black with #91987E
Text Example
Text Example
White with #91987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91987E; }
p { color: rgb(145,152,126); }
H1.HeaderClassName
{
color: #91987E;
}
.AnyTagClassName
{
color: #91987E;
}
</style>
background-color css
<style>
a { background-color: #91987E; }
a { background-color: rgb(145,152,126); }
div.DivClassName
{
background-color: #91987E;
}
.BgClassName
{
background-color: #91987E;
}
</style>
border-color css
<style>
span { border-color: #91987E; }
span { border-color: rgb(145,152,126); }
td.TdClassName
{
border-color: #91987E;
}
.TagClassName
{
border-color: #91987E;
}
</style>