Shades of Sage #98A975
Tints of Sage #98A975
RGB
CMYK
RGB Variations
Color information
#98A975 (or 0x98A975) is known color: Sage. HEX triplet: 98, A9 and 75. RGB value is (152,169,117). Sum of RGB (Red+Green+Blue) = 152+169+117=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #98A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A975 is #67568A. Grayscale: #9E9E9E. Windows color (decimal): -6772363 or 7711128. OLE color: 7711128.
HSL color Cylindrical-coordinate representation of color #98A975: hue angle of 79.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A975 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 117 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.34 |
| HSL | 79.62º | 0.23% | 0.56% | - |
| HSV(B) | 79.62º | 0.31% | 0.66% | - |
| XYZ | 30.35 | 36.34 | 22.24 | - |
| YUV | 157.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 117 | 0.10 | 0 | 0.31 | 0.34 | 79.62 | 0.23 | 0.56 |
| Hex | 98 | A9 | 75 | A | 0 | 1F | 22 | 50 | 17 | 38 |
| Octal | 230 | 251 | 165 | 12 | 0 | 37 | 42 | 120 | 27 | 70 |
| Binary | 10011000 | 10101001 | 1110101 | 1010 | 0 | 11111 | 100010 | 1010000 | 10111 | 111000 |
Color Harmonies of #98A975
Complementary color
Monochromatic Colors of #98A975
Black with #98A975
Text Example
Text Example
White with #98A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A975; }
p { color: rgb(152,169,117); }
H1.HeaderClassName
{
color: #98A975;
}
.AnyTagClassName
{
color: #98A975;
}
</style>
background-color css
<style>
a { background-color: #98A975; }
a { background-color: rgb(152,169,117); }
div.DivClassName
{
background-color: #98A975;
}
.BgClassName
{
background-color: #98A975;
}
</style>
border-color css
<style>
span { border-color: #98A975; }
span { border-color: rgb(152,169,117); }
td.TdClassName
{
border-color: #98A975;
}
.TagClassName
{
border-color: #98A975;
}
</style>