Shades of Sage #98A373
Tints of Sage #98A373
RGB
CMYK
RGB Variations
Color information
#98A373 (or 0x98A373) is known color: Sage. HEX triplet: 98, A3 and 73. RGB value is (152,163,115). Sum of RGB (Red+Green+Blue) = 152+163+115=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #98A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A373 is #675C8C. Grayscale: #9A9A9A. Windows color (decimal): -6773901 or 7578520. OLE color: 7578520.
HSL color Cylindrical-coordinate representation of color #98A373: hue angle of 73.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A373 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 115 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.36 |
| HSL | 73.75º | 0.21% | 0.55% | - |
| HSV(B) | 73.75º | 0.29% | 0.64% | - |
| XYZ | 29.14 | 34.11 | 21.27 | - |
| YUV | 154.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 115 | 0.07 | 0 | 0.29 | 0.36 | 73.75 | 0.21 | 0.55 |
| Hex | 98 | A3 | 73 | 7 | 0 | 1D | 24 | 4A | 15 | 37 |
| Octal | 230 | 243 | 163 | 7 | 0 | 35 | 44 | 112 | 25 | 67 |
| Binary | 10011000 | 10100011 | 1110011 | 111 | 0 | 11101 | 100100 | 1001010 | 10101 | 110111 |
Color Harmonies of #98A373
Complementary color
Monochromatic Colors of #98A373
Black with #98A373
Text Example
Text Example
White with #98A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A373; }
p { color: rgb(152,163,115); }
H1.HeaderClassName
{
color: #98A373;
}
.AnyTagClassName
{
color: #98A373;
}
</style>
background-color css
<style>
a { background-color: #98A373; }
a { background-color: rgb(152,163,115); }
div.DivClassName
{
background-color: #98A373;
}
.BgClassName
{
background-color: #98A373;
}
</style>
border-color css
<style>
span { border-color: #98A373; }
span { border-color: rgb(152,163,115); }
td.TdClassName
{
border-color: #98A373;
}
.TagClassName
{
border-color: #98A373;
}
</style>