Shades of Sage #89927B
Tints of Sage #89927B
RGB
CMYK
RGB Variations
Color information
#89927B (or 0x89927B) is known color: Sage. HEX triplet: 89, 92 and 7B. RGB value is (137,146,123). Sum of RGB (Red+Green+Blue) = 137+146+123=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #89927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89927B is #766D84. Grayscale: #8C8C8C. Windows color (decimal): -7761285 or 8098441. OLE color: 8098441.
HSL color Cylindrical-coordinate representation of color #89927B: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89927B is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 123 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.43 |
| HSL | 83.48º | 0.1% | 0.53% | - |
| HSV(B) | 83.48º | 0.16% | 0.57% | - |
| XYZ | 24.17 | 27.31 | 22.74 | - |
| YUV | 140.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 123 | 0.06 | 0 | 0.16 | 0.43 | 83.48 | 0.1 | 0.53 |
| Hex | 89 | 92 | 7B | 6 | 0 | 10 | 2B | 53 | A | 35 |
| Octal | 211 | 222 | 173 | 6 | 0 | 20 | 53 | 123 | 12 | 65 |
| Binary | 10001001 | 10010010 | 1111011 | 110 | 0 | 10000 | 101011 | 1010011 | 1010 | 110101 |
Color Harmonies of #89927B
Complementary color
Monochromatic Colors of #89927B
Black with #89927B
Text Example
Text Example
White with #89927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89927B; }
p { color: rgb(137,146,123); }
H1.HeaderClassName
{
color: #89927B;
}
.AnyTagClassName
{
color: #89927B;
}
</style>
background-color css
<style>
a { background-color: #89927B; }
a { background-color: rgb(137,146,123); }
div.DivClassName
{
background-color: #89927B;
}
.BgClassName
{
background-color: #89927B;
}
</style>
border-color css
<style>
span { border-color: #89927B; }
span { border-color: rgb(137,146,123); }
td.TdClassName
{
border-color: #89927B;
}
.TagClassName
{
border-color: #89927B;
}
</style>