Shades of Sage #989C7D
Tints of Sage #989C7D
RGB
CMYK
RGB Variations
Color information
#989C7D (or 0x989C7D) is known color: Sage. HEX triplet: 98, 9C and 7D. RGB value is (152,156,125). Sum of RGB (Red+Green+Blue) = 152+156+125=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #989C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C7D is #676382. Grayscale: #979797. Windows color (decimal): -6775683 or 8232088. OLE color: 8232088.
HSL color Cylindrical-coordinate representation of color #989C7D: hue angle of 67.74º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989C7D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 125 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.39 |
| HSL | 67.74º | 0.14% | 0.55% | - |
| HSV(B) | 67.74º | 0.2% | 0.61% | - |
| XYZ | 28.54 | 31.93 | 24.06 | - |
| YUV | 151.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 125 | 0.03 | 0 | 0.20 | 0.39 | 67.74 | 0.14 | 0.55 |
| Hex | 98 | 9C | 7D | 3 | 0 | 14 | 27 | 44 | E | 37 |
| Octal | 230 | 234 | 175 | 3 | 0 | 24 | 47 | 104 | 16 | 67 |
| Binary | 10011000 | 10011100 | 1111101 | 11 | 0 | 10100 | 100111 | 1000100 | 1110 | 110111 |
Color Harmonies of #989C7D
Complementary color
Monochromatic Colors of #989C7D
Black with #989C7D
Text Example
Text Example
White with #989C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C7D; }
p { color: rgb(152,156,125); }
H1.HeaderClassName
{
color: #989C7D;
}
.AnyTagClassName
{
color: #989C7D;
}
</style>
background-color css
<style>
a { background-color: #989C7D; }
a { background-color: rgb(152,156,125); }
div.DivClassName
{
background-color: #989C7D;
}
.BgClassName
{
background-color: #989C7D;
}
</style>
border-color css
<style>
span { border-color: #989C7D; }
span { border-color: rgb(152,156,125); }
td.TdClassName
{
border-color: #989C7D;
}
.TagClassName
{
border-color: #989C7D;
}
</style>