Shades of Sage #98A070
Tints of Sage #98A070
RGB
CMYK
RGB Variations
Color information
#98A070 (or 0x98A070) is known color: Sage. HEX triplet: 98, A0 and 70. RGB value is (152,160,112). Sum of RGB (Red+Green+Blue) = 152+160+112=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #98A070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A070 is #675F8F. Grayscale: #989898. Windows color (decimal): -6774672 or 7381144. OLE color: 7381144.
HSL color Cylindrical-coordinate representation of color #98A070: hue angle of 70º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A070 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 112 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.37 |
| HSL | 70º | 0.2% | 0.53% | - |
| HSV(B) | 70º | 0.3% | 0.63% | - |
| XYZ | 28.44 | 32.99 | 20.2 | - |
| YUV | 152.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 112 | 0.05 | 0 | 0.30 | 0.37 | 70 | 0.2 | 0.53 |
| Hex | 98 | A0 | 70 | 5 | 0 | 1E | 25 | 46 | 14 | 35 |
| Octal | 230 | 240 | 160 | 5 | 0 | 36 | 45 | 106 | 24 | 65 |
| Binary | 10011000 | 10100000 | 1110000 | 101 | 0 | 11110 | 100101 | 1000110 | 10100 | 110101 |
Color Harmonies of #98A070
Complementary color
Monochromatic Colors of #98A070
Black with #98A070
Text Example
Text Example
White with #98A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A070; }
p { color: rgb(152,160,112); }
H1.HeaderClassName
{
color: #98A070;
}
.AnyTagClassName
{
color: #98A070;
}
</style>
background-color css
<style>
a { background-color: #98A070; }
a { background-color: rgb(152,160,112); }
div.DivClassName
{
background-color: #98A070;
}
.BgClassName
{
background-color: #98A070;
}
</style>
border-color css
<style>
span { border-color: #98A070; }
span { border-color: rgb(152,160,112); }
td.TdClassName
{
border-color: #98A070;
}
.TagClassName
{
border-color: #98A070;
}
</style>