Shades of Sage #98A778
Tints of Sage #98A778
RGB
CMYK
RGB Variations
Color information
#98A778 (or 0x98A778) is known color: Sage. HEX triplet: 98, A7 and 78. RGB value is (152,167,120). Sum of RGB (Red+Green+Blue) = 152+167+120=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #98A778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A778 is #675887. Grayscale: #9D9D9D. Windows color (decimal): -6772872 or 7907224. OLE color: 7907224.
HSL color Cylindrical-coordinate representation of color #98A778: hue angle of 79.15º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A778 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 120 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.35 |
| HSL | 79.15º | 0.21% | 0.56% | - |
| HSV(B) | 79.15º | 0.28% | 0.65% | - |
| XYZ | 30.16 | 35.67 | 23.06 | - |
| YUV | 157.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 120 | 0.09 | 0 | 0.28 | 0.35 | 79.15 | 0.21 | 0.56 |
| Hex | 98 | A7 | 78 | 9 | 0 | 1C | 23 | 4F | 15 | 38 |
| Octal | 230 | 247 | 170 | 11 | 0 | 34 | 43 | 117 | 25 | 70 |
| Binary | 10011000 | 10100111 | 1111000 | 1001 | 0 | 11100 | 100011 | 1001111 | 10101 | 111000 |
Color Harmonies of #98A778
Complementary color
Monochromatic Colors of #98A778
Black with #98A778
Text Example
Text Example
White with #98A778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A778; }
p { color: rgb(152,167,120); }
H1.HeaderClassName
{
color: #98A778;
}
.AnyTagClassName
{
color: #98A778;
}
</style>
background-color css
<style>
a { background-color: #98A778; }
a { background-color: rgb(152,167,120); }
div.DivClassName
{
background-color: #98A778;
}
.BgClassName
{
background-color: #98A778;
}
</style>
border-color css
<style>
span { border-color: #98A778; }
span { border-color: rgb(152,167,120); }
td.TdClassName
{
border-color: #98A778;
}
.TagClassName
{
border-color: #98A778;
}
</style>