Shades of Sage #989F7D
Tints of Sage #989F7D
RGB
CMYK
RGB Variations
Color information
#989F7D (or 0x989F7D) is known color: Sage. HEX triplet: 98, 9F and 7D. RGB value is (152,159,125). Sum of RGB (Red+Green+Blue) = 152+159+125=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #989F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F7D is #676082. Grayscale: #999999. Windows color (decimal): -6774915 or 8232856. OLE color: 8232856.
HSL color Cylindrical-coordinate representation of color #989F7D: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989F7D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 125 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.38 |
| HSL | 72.35º | 0.15% | 0.56% | - |
| HSV(B) | 72.35º | 0.21% | 0.62% | - |
| XYZ | 29.05 | 32.95 | 24.23 | - |
| YUV | 153.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 125 | 0.04 | 0 | 0.21 | 0.38 | 72.35 | 0.15 | 0.56 |
| Hex | 98 | 9F | 7D | 4 | 0 | 15 | 26 | 48 | F | 38 |
| Octal | 230 | 237 | 175 | 4 | 0 | 25 | 46 | 110 | 17 | 70 |
| Binary | 10011000 | 10011111 | 1111101 | 100 | 0 | 10101 | 100110 | 1001000 | 1111 | 111000 |
Color Harmonies of #989F7D
Complementary color
Monochromatic Colors of #989F7D
Black with #989F7D
Text Example
Text Example
White with #989F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F7D; }
p { color: rgb(152,159,125); }
H1.HeaderClassName
{
color: #989F7D;
}
.AnyTagClassName
{
color: #989F7D;
}
</style>
background-color css
<style>
a { background-color: #989F7D; }
a { background-color: rgb(152,159,125); }
div.DivClassName
{
background-color: #989F7D;
}
.BgClassName
{
background-color: #989F7D;
}
</style>
border-color css
<style>
span { border-color: #989F7D; }
span { border-color: rgb(152,159,125); }
td.TdClassName
{
border-color: #989F7D;
}
.TagClassName
{
border-color: #989F7D;
}
</style>