Shades of Sage #98A37A
Tints of Sage #98A37A
RGB
CMYK
RGB Variations
Color information
#98A37A (or 0x98A37A) is known color: Sage. HEX triplet: 98, A3 and 7A. RGB value is (152,163,122). Sum of RGB (Red+Green+Blue) = 152+163+122=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #98A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A37A is #675C85. Grayscale: #9B9B9B. Windows color (decimal): -6773894 or 8037272. OLE color: 8037272.
HSL color Cylindrical-coordinate representation of color #98A37A: hue angle of 76.1º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A37A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 122 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.36 |
| HSL | 76.1º | 0.18% | 0.56% | - |
| HSV(B) | 76.1º | 0.25% | 0.64% | - |
| XYZ | 29.56 | 34.27 | 23.47 | - |
| YUV | 155.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 122 | 0.07 | 0 | 0.25 | 0.36 | 76.1 | 0.18 | 0.56 |
| Hex | 98 | A3 | 7A | 7 | 0 | 19 | 24 | 4C | 12 | 38 |
| Octal | 230 | 243 | 172 | 7 | 0 | 31 | 44 | 114 | 22 | 70 |
| Binary | 10011000 | 10100011 | 1111010 | 111 | 0 | 11001 | 100100 | 1001100 | 10010 | 111000 |
Color Harmonies of #98A37A
Complementary color
Monochromatic Colors of #98A37A
Black with #98A37A
Text Example
Text Example
White with #98A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A37A; }
p { color: rgb(152,163,122); }
H1.HeaderClassName
{
color: #98A37A;
}
.AnyTagClassName
{
color: #98A37A;
}
</style>
background-color css
<style>
a { background-color: #98A37A; }
a { background-color: rgb(152,163,122); }
div.DivClassName
{
background-color: #98A37A;
}
.BgClassName
{
background-color: #98A37A;
}
</style>
border-color css
<style>
span { border-color: #98A37A; }
span { border-color: rgb(152,163,122); }
td.TdClassName
{
border-color: #98A37A;
}
.TagClassName
{
border-color: #98A37A;
}
</style>