Shades of Sage #98A478
Tints of Sage #98A478
RGB
CMYK
RGB Variations
Color information
#98A478 (or 0x98A478) is known color: Sage. HEX triplet: 98, A4 and 78. RGB value is (152,164,120). Sum of RGB (Red+Green+Blue) = 152+164+120=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #98A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A478 is #675B87. Grayscale: #9B9B9B. Windows color (decimal): -6773640 or 7906456. OLE color: 7906456.
HSL color Cylindrical-coordinate representation of color #98A478: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A478 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 120 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.36 |
| HSL | 76.36º | 0.19% | 0.56% | - |
| HSV(B) | 76.36º | 0.27% | 0.64% | - |
| XYZ | 29.61 | 34.58 | 22.88 | - |
| YUV | 155.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 120 | 0.07 | 0 | 0.27 | 0.36 | 76.36 | 0.19 | 0.56 |
| Hex | 98 | A4 | 78 | 7 | 0 | 1B | 24 | 4C | 13 | 38 |
| Octal | 230 | 244 | 170 | 7 | 0 | 33 | 44 | 114 | 23 | 70 |
| Binary | 10011000 | 10100100 | 1111000 | 111 | 0 | 11011 | 100100 | 1001100 | 10011 | 111000 |
Color Harmonies of #98A478
Complementary color
Monochromatic Colors of #98A478
Black with #98A478
Text Example
Text Example
White with #98A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A478; }
p { color: rgb(152,164,120); }
H1.HeaderClassName
{
color: #98A478;
}
.AnyTagClassName
{
color: #98A478;
}
</style>
background-color css
<style>
a { background-color: #98A478; }
a { background-color: rgb(152,164,120); }
div.DivClassName
{
background-color: #98A478;
}
.BgClassName
{
background-color: #98A478;
}
</style>
border-color css
<style>
span { border-color: #98A478; }
span { border-color: rgb(152,164,120); }
td.TdClassName
{
border-color: #98A478;
}
.TagClassName
{
border-color: #98A478;
}
</style>