Shades of Sage #989B7A
Tints of Sage #989B7A
RGB
CMYK
RGB Variations
Color information
#989B7A (or 0x989B7A) is known color: Sage. HEX triplet: 98, 9B and 7A. RGB value is (152,155,122). Sum of RGB (Red+Green+Blue) = 152+155+122=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #989B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B7A is #676485. Grayscale: #969696. Windows color (decimal): -6775942 or 8035224. OLE color: 8035224.
HSL color Cylindrical-coordinate representation of color #989B7A: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989B7A is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 155 | 122 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.39 |
| HSL | 65.45º | 0.14% | 0.54% | - |
| HSV(B) | 65.45º | 0.21% | 0.61% | - |
| XYZ | 28.18 | 31.52 | 23.01 | - |
| YUV | 150.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 122 | 0.02 | 0 | 0.21 | 0.39 | 65.45 | 0.14 | 0.54 |
| Hex | 98 | 9B | 7A | 2 | 0 | 15 | 27 | 41 | E | 36 |
| Octal | 230 | 233 | 172 | 2 | 0 | 25 | 47 | 101 | 16 | 66 |
| Binary | 10011000 | 10011011 | 1111010 | 10 | 0 | 10101 | 100111 | 1000001 | 1110 | 110110 |
Color Harmonies of #989B7A
Complementary color
Monochromatic Colors of #989B7A
Black with #989B7A
Text Example
Text Example
White with #989B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989B7A; }
p { color: rgb(152,155,122); }
H1.HeaderClassName
{
color: #989B7A;
}
.AnyTagClassName
{
color: #989B7A;
}
</style>
background-color css
<style>
a { background-color: #989B7A; }
a { background-color: rgb(152,155,122); }
div.DivClassName
{
background-color: #989B7A;
}
.BgClassName
{
background-color: #989B7A;
}
</style>
border-color css
<style>
span { border-color: #989B7A; }
span { border-color: rgb(152,155,122); }
td.TdClassName
{
border-color: #989B7A;
}
.TagClassName
{
border-color: #989B7A;
}
</style>