Shades of Sage #98A17C
Tints of Sage #98A17C
RGB
CMYK
RGB Variations
Color information
#98A17C (or 0x98A17C) is known color: Sage. HEX triplet: 98, A1 and 7C. RGB value is (152,161,124). Sum of RGB (Red+Green+Blue) = 152+161+124=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #98A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A17C is #675E83. Grayscale: #9A9A9A. Windows color (decimal): -6774404 or 8167832. OLE color: 8167832.
HSL color Cylindrical-coordinate representation of color #98A17C: hue angle of 74.59º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98A17C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 124 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.37 |
| HSL | 74.59º | 0.16% | 0.56% | - |
| HSV(B) | 74.59º | 0.23% | 0.63% | - |
| XYZ | 29.33 | 33.62 | 24.01 | - |
| YUV | 154.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 124 | 0.06 | 0 | 0.23 | 0.37 | 74.59 | 0.16 | 0.56 |
| Hex | 98 | A1 | 7C | 6 | 0 | 17 | 25 | 4B | 10 | 38 |
| Octal | 230 | 241 | 174 | 6 | 0 | 27 | 45 | 113 | 20 | 70 |
| Binary | 10011000 | 10100001 | 1111100 | 110 | 0 | 10111 | 100101 | 1001011 | 10000 | 111000 |
Color Harmonies of #98A17C
Complementary color
Monochromatic Colors of #98A17C
Black with #98A17C
Text Example
Text Example
White with #98A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A17C; }
p { color: rgb(152,161,124); }
H1.HeaderClassName
{
color: #98A17C;
}
.AnyTagClassName
{
color: #98A17C;
}
</style>
background-color css
<style>
a { background-color: #98A17C; }
a { background-color: rgb(152,161,124); }
div.DivClassName
{
background-color: #98A17C;
}
.BgClassName
{
background-color: #98A17C;
}
</style>
border-color css
<style>
span { border-color: #98A17C; }
span { border-color: rgb(152,161,124); }
td.TdClassName
{
border-color: #98A17C;
}
.TagClassName
{
border-color: #98A17C;
}
</style>