Shades of Sage #98A97A
Tints of Sage #98A97A
RGB
CMYK
RGB Variations
Color information
#98A97A (or 0x98A97A) is known color: Sage. HEX triplet: 98, A9 and 7A. RGB value is (152,169,122). Sum of RGB (Red+Green+Blue) = 152+169+122=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #98A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A97A is #675685. Grayscale: #9E9E9E. Windows color (decimal): -6772358 or 8038808. OLE color: 8038808.
HSL color Cylindrical-coordinate representation of color #98A97A: hue angle of 81.7º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A97A is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 122 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.34 |
| HSL | 81.7º | 0.21% | 0.57% | - |
| HSV(B) | 81.7º | 0.28% | 0.66% | - |
| XYZ | 30.65 | 36.46 | 23.83 | - |
| YUV | 158.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 122 | 0.10 | 0 | 0.28 | 0.34 | 81.7 | 0.21 | 0.57 |
| Hex | 98 | A9 | 7A | A | 0 | 1C | 22 | 52 | 15 | 39 |
| Octal | 230 | 251 | 172 | 12 | 0 | 34 | 42 | 122 | 25 | 71 |
| Binary | 10011000 | 10101001 | 1111010 | 1010 | 0 | 11100 | 100010 | 1010010 | 10101 | 111001 |
Color Harmonies of #98A97A
Complementary color
Monochromatic Colors of #98A97A
Black with #98A97A
Text Example
Text Example
White with #98A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A97A; }
p { color: rgb(152,169,122); }
H1.HeaderClassName
{
color: #98A97A;
}
.AnyTagClassName
{
color: #98A97A;
}
</style>
background-color css
<style>
a { background-color: #98A97A; }
a { background-color: rgb(152,169,122); }
div.DivClassName
{
background-color: #98A97A;
}
.BgClassName
{
background-color: #98A97A;
}
</style>
border-color css
<style>
span { border-color: #98A97A; }
span { border-color: rgb(152,169,122); }
td.TdClassName
{
border-color: #98A97A;
}
.TagClassName
{
border-color: #98A97A;
}
</style>