Shades of Sage #989B7B
Tints of Sage #989B7B
RGB
CMYK
RGB Variations
Color information
#989B7B (or 0x989B7B) is known color: Sage. HEX triplet: 98, 9B and 7B. RGB value is (152,155,123). Sum of RGB (Red+Green+Blue) = 152+155+123=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #989B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B7B is #676484. Grayscale: #969696. Windows color (decimal): -6775941 or 8100760. OLE color: 8100760.
HSL color Cylindrical-coordinate representation of color #989B7B: hue angle of 65.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989B7B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 155 | 123 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.39 |
| HSL | 65.63º | 0.14% | 0.55% | - |
| HSV(B) | 65.63º | 0.21% | 0.61% | - |
| XYZ | 28.25 | 31.55 | 23.34 | - |
| YUV | 150.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 123 | 0.02 | 0 | 0.21 | 0.39 | 65.63 | 0.14 | 0.55 |
| Hex | 98 | 9B | 7B | 2 | 0 | 15 | 27 | 42 | E | 37 |
| Octal | 230 | 233 | 173 | 2 | 0 | 25 | 47 | 102 | 16 | 67 |
| Binary | 10011000 | 10011011 | 1111011 | 10 | 0 | 10101 | 100111 | 1000010 | 1110 | 110111 |
Color Harmonies of #989B7B
Complementary color
Monochromatic Colors of #989B7B
Black with #989B7B
Text Example
Text Example
White with #989B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989B7B; }
p { color: rgb(152,155,123); }
H1.HeaderClassName
{
color: #989B7B;
}
.AnyTagClassName
{
color: #989B7B;
}
</style>
background-color css
<style>
a { background-color: #989B7B; }
a { background-color: rgb(152,155,123); }
div.DivClassName
{
background-color: #989B7B;
}
.BgClassName
{
background-color: #989B7B;
}
</style>
border-color css
<style>
span { border-color: #989B7B; }
span { border-color: rgb(152,155,123); }
td.TdClassName
{
border-color: #989B7B;
}
.TagClassName
{
border-color: #989B7B;
}
</style>