Shades of Sage #89907A
Tints of Sage #89907A
RGB
CMYK
RGB Variations
Color information
#89907A (or 0x89907A) is known color: Sage. HEX triplet: 89, 90 and 7A. RGB value is (137,144,122). Sum of RGB (Red+Green+Blue) = 137+144+122=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #89907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907A is #766F85. Grayscale: #8B8B8B. Windows color (decimal): -7761798 or 8032393. OLE color: 8032393.
HSL color Cylindrical-coordinate representation of color #89907A: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89907A is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 122 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.44 |
| HSL | 79.09º | 0.09% | 0.52% | - |
| HSV(B) | 79.09º | 0.15% | 0.56% | - |
| XYZ | 23.8 | 26.67 | 22.31 | - |
| YUV | 139.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 122 | 0.05 | 0 | 0.15 | 0.44 | 79.09 | 0.09 | 0.52 |
| Hex | 89 | 90 | 7A | 5 | 0 | F | 2C | 4F | 9 | 34 |
| Octal | 211 | 220 | 172 | 5 | 0 | 17 | 54 | 117 | 11 | 64 |
| Binary | 10001001 | 10010000 | 1111010 | 101 | 0 | 1111 | 101100 | 1001111 | 1001 | 110100 |
Color Harmonies of #89907A
Complementary color
Monochromatic Colors of #89907A
Black with #89907A
Text Example
Text Example
White with #89907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89907A; }
p { color: rgb(137,144,122); }
H1.HeaderClassName
{
color: #89907A;
}
.AnyTagClassName
{
color: #89907A;
}
</style>
background-color css
<style>
a { background-color: #89907A; }
a { background-color: rgb(137,144,122); }
div.DivClassName
{
background-color: #89907A;
}
.BgClassName
{
background-color: #89907A;
}
</style>
border-color css
<style>
span { border-color: #89907A; }
span { border-color: rgb(137,144,122); }
td.TdClassName
{
border-color: #89907A;
}
.TagClassName
{
border-color: #89907A;
}
</style>