Shades of Sage #989E7D
Tints of Sage #989E7D
RGB
CMYK
RGB Variations
Color information
#989E7D (or 0x989E7D) is known color: Sage. HEX triplet: 98, 9E and 7D. RGB value is (152,158,125). Sum of RGB (Red+Green+Blue) = 152+158+125=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #989E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E7D is #676182. Grayscale: #989898. Windows color (decimal): -6775171 or 8232600. OLE color: 8232600.
HSL color Cylindrical-coordinate representation of color #989E7D: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989E7D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 125 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.38 |
| HSL | 70.91º | 0.15% | 0.55% | - |
| HSV(B) | 70.91º | 0.21% | 0.62% | - |
| XYZ | 28.88 | 32.61 | 24.17 | - |
| YUV | 152.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 125 | 0.04 | 0 | 0.21 | 0.38 | 70.91 | 0.15 | 0.55 |
| Hex | 98 | 9E | 7D | 4 | 0 | 15 | 26 | 47 | F | 37 |
| Octal | 230 | 236 | 175 | 4 | 0 | 25 | 46 | 107 | 17 | 67 |
| Binary | 10011000 | 10011110 | 1111101 | 100 | 0 | 10101 | 100110 | 1000111 | 1111 | 110111 |
Color Harmonies of #989E7D
Complementary color
Monochromatic Colors of #989E7D
Black with #989E7D
Text Example
Text Example
White with #989E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E7D; }
p { color: rgb(152,158,125); }
H1.HeaderClassName
{
color: #989E7D;
}
.AnyTagClassName
{
color: #989E7D;
}
</style>
background-color css
<style>
a { background-color: #989E7D; }
a { background-color: rgb(152,158,125); }
div.DivClassName
{
background-color: #989E7D;
}
.BgClassName
{
background-color: #989E7D;
}
</style>
border-color css
<style>
span { border-color: #989E7D; }
span { border-color: rgb(152,158,125); }
td.TdClassName
{
border-color: #989E7D;
}
.TagClassName
{
border-color: #989E7D;
}
</style>