Shades of Sage #989D77
Tints of Sage #989D77
RGB
CMYK
RGB Variations
Color information
#989D77 (or 0x989D77) is known color: Sage. HEX triplet: 98, 9D and 77. RGB value is (152,157,119). Sum of RGB (Red+Green+Blue) = 152+157+119=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #989D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D77 is #676288. Grayscale: #979797. Windows color (decimal): -6775433 or 7839128. OLE color: 7839128.
HSL color Cylindrical-coordinate representation of color #989D77: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #989D77 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 119 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.38 |
| HSL | 67.89º | 0.16% | 0.54% | - |
| HSV(B) | 67.89º | 0.24% | 0.62% | - |
| XYZ | 28.34 | 32.12 | 22.16 | - |
| YUV | 151.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 119 | 0.03 | 0 | 0.24 | 0.38 | 67.89 | 0.16 | 0.54 |
| Hex | 98 | 9D | 77 | 3 | 0 | 18 | 26 | 44 | 10 | 36 |
| Octal | 230 | 235 | 167 | 3 | 0 | 30 | 46 | 104 | 20 | 66 |
| Binary | 10011000 | 10011101 | 1110111 | 11 | 0 | 11000 | 100110 | 1000100 | 10000 | 110110 |
Color Harmonies of #989D77
Complementary color
Monochromatic Colors of #989D77
Black with #989D77
Text Example
Text Example
White with #989D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D77; }
p { color: rgb(152,157,119); }
H1.HeaderClassName
{
color: #989D77;
}
.AnyTagClassName
{
color: #989D77;
}
</style>
background-color css
<style>
a { background-color: #989D77; }
a { background-color: rgb(152,157,119); }
div.DivClassName
{
background-color: #989D77;
}
.BgClassName
{
background-color: #989D77;
}
</style>
border-color css
<style>
span { border-color: #989D77; }
span { border-color: rgb(152,157,119); }
td.TdClassName
{
border-color: #989D77;
}
.TagClassName
{
border-color: #989D77;
}
</style>