Shades of Sage #98A575
Tints of Sage #98A575
RGB
CMYK
RGB Variations
Color information
#98A575 (or 0x98A575) is known color: Sage. HEX triplet: 98, A5 and 75. RGB value is (152,165,117). Sum of RGB (Red+Green+Blue) = 152+165+117=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #98A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A575 is #675A8A. Grayscale: #9B9B9B. Windows color (decimal): -6773387 or 7710104. OLE color: 7710104.
HSL color Cylindrical-coordinate representation of color #98A575: hue angle of 76.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A575 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 117 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.35 |
| HSL | 76.25º | 0.21% | 0.55% | - |
| HSV(B) | 76.25º | 0.29% | 0.65% | - |
| XYZ | 29.61 | 34.87 | 22 | - |
| YUV | 155.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 117 | 0.08 | 0 | 0.29 | 0.35 | 76.25 | 0.21 | 0.55 |
| Hex | 98 | A5 | 75 | 8 | 0 | 1D | 23 | 4C | 15 | 37 |
| Octal | 230 | 245 | 165 | 10 | 0 | 35 | 43 | 114 | 25 | 67 |
| Binary | 10011000 | 10100101 | 1110101 | 1000 | 0 | 11101 | 100011 | 1001100 | 10101 | 110111 |
Color Harmonies of #98A575
Complementary color
Monochromatic Colors of #98A575
Black with #98A575
Text Example
Text Example
White with #98A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A575; }
p { color: rgb(152,165,117); }
H1.HeaderClassName
{
color: #98A575;
}
.AnyTagClassName
{
color: #98A575;
}
</style>
background-color css
<style>
a { background-color: #98A575; }
a { background-color: rgb(152,165,117); }
div.DivClassName
{
background-color: #98A575;
}
.BgClassName
{
background-color: #98A575;
}
</style>
border-color css
<style>
span { border-color: #98A575; }
span { border-color: rgb(152,165,117); }
td.TdClassName
{
border-color: #98A575;
}
.TagClassName
{
border-color: #98A575;
}
</style>