Shades of Sage #98A17A
Tints of Sage #98A17A
RGB
CMYK
RGB Variations
Color information
#98A17A (or 0x98A17A) is known color: Sage. HEX triplet: 98, A1 and 7A. RGB value is (152,161,122). Sum of RGB (Red+Green+Blue) = 152+161+122=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #98A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A17A is #675E85. Grayscale: #9A9A9A. Windows color (decimal): -6774406 or 8036760. OLE color: 8036760.
HSL color Cylindrical-coordinate representation of color #98A17A: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98A17A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 122 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.37 |
| HSL | 73.85º | 0.17% | 0.55% | - |
| HSV(B) | 73.85º | 0.24% | 0.63% | - |
| XYZ | 29.21 | 33.57 | 23.35 | - |
| YUV | 153.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 122 | 0.06 | 0 | 0.24 | 0.37 | 73.85 | 0.17 | 0.55 |
| Hex | 98 | A1 | 7A | 6 | 0 | 18 | 25 | 4A | 11 | 37 |
| Octal | 230 | 241 | 172 | 6 | 0 | 30 | 45 | 112 | 21 | 67 |
| Binary | 10011000 | 10100001 | 1111010 | 110 | 0 | 11000 | 100101 | 1001010 | 10001 | 110111 |
Color Harmonies of #98A17A
Complementary color
Monochromatic Colors of #98A17A
Black with #98A17A
Text Example
Text Example
White with #98A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A17A; }
p { color: rgb(152,161,122); }
H1.HeaderClassName
{
color: #98A17A;
}
.AnyTagClassName
{
color: #98A17A;
}
</style>
background-color css
<style>
a { background-color: #98A17A; }
a { background-color: rgb(152,161,122); }
div.DivClassName
{
background-color: #98A17A;
}
.BgClassName
{
background-color: #98A17A;
}
</style>
border-color css
<style>
span { border-color: #98A17A; }
span { border-color: rgb(152,161,122); }
td.TdClassName
{
border-color: #98A17A;
}
.TagClassName
{
border-color: #98A17A;
}
</style>