Shades of Sage #91997E
Tints of Sage #91997E
RGB
CMYK
RGB Variations
Color information
#91997E (or 0x91997E) is known color: Sage. HEX triplet: 91, 99 and 7E. RGB value is (145,153,126). Sum of RGB (Red+Green+Blue) = 145+153+126=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #91997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91997E is #6E6681. Grayscale: #939393. Windows color (decimal): -7235202 or 8296849. OLE color: 8296849.
HSL color Cylindrical-coordinate representation of color #91997E: hue angle of 77.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91997E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 126 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.4 |
| HSL | 77.78º | 0.12% | 0.55% | - |
| HSV(B) | 77.78º | 0.18% | 0.6% | - |
| XYZ | 26.83 | 30.31 | 24.17 | - |
| YUV | 147.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 126 | 0.05 | 0 | 0.18 | 0.4 | 77.78 | 0.12 | 0.55 |
| Hex | 91 | 99 | 7E | 5 | 0 | 12 | 28 | 4E | C | 37 |
| Octal | 221 | 231 | 176 | 5 | 0 | 22 | 50 | 116 | 14 | 67 |
| Binary | 10010001 | 10011001 | 1111110 | 101 | 0 | 10010 | 101000 | 1001110 | 1100 | 110111 |
Color Harmonies of #91997E
Complementary color
Monochromatic Colors of #91997E
Black with #91997E
Text Example
Text Example
White with #91997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91997E; }
p { color: rgb(145,153,126); }
H1.HeaderClassName
{
color: #91997E;
}
.AnyTagClassName
{
color: #91997E;
}
</style>
background-color css
<style>
a { background-color: #91997E; }
a { background-color: rgb(145,153,126); }
div.DivClassName
{
background-color: #91997E;
}
.BgClassName
{
background-color: #91997E;
}
</style>
border-color css
<style>
span { border-color: #91997E; }
span { border-color: rgb(145,153,126); }
td.TdClassName
{
border-color: #91997E;
}
.TagClassName
{
border-color: #91997E;
}
</style>