Shades of Sage #8D9878
Tints of Sage #8D9878
RGB
CMYK
RGB Variations
Color information
#8D9878 (or 0x8D9878) is known color: Sage. HEX triplet: 8D, 98 and 78. RGB value is (141,152,120). Sum of RGB (Red+Green+Blue) = 141+152+120=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9878 is #726787. Grayscale: #919191. Windows color (decimal): -7497608 or 7903373. OLE color: 7903373.
HSL color Cylindrical-coordinate representation of color #8D9878: hue angle of 80.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9878 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 120 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.40 |
| HSL | 80.63º | 0.13% | 0.53% | - |
| HSV(B) | 80.63º | 0.21% | 0.6% | - |
| XYZ | 25.6 | 29.48 | 22.11 | - |
| YUV | 145.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 120 | 0.07 | 0 | 0.21 | 0.40 | 80.63 | 0.13 | 0.53 |
| Hex | 8D | 98 | 78 | 7 | 0 | 15 | 28 | 51 | D | 35 |
| Octal | 215 | 230 | 170 | 7 | 0 | 25 | 50 | 121 | 15 | 65 |
| Binary | 10001101 | 10011000 | 1111000 | 111 | 0 | 10101 | 101000 | 1010001 | 1101 | 110101 |
Color Harmonies of #8D9878
Complementary color
Monochromatic Colors of #8D9878
Black with #8D9878
Text Example
Text Example
White with #8D9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9878; }
p { color: rgb(141,152,120); }
H1.HeaderClassName
{
color: #8D9878;
}
.AnyTagClassName
{
color: #8D9878;
}
</style>
background-color css
<style>
a { background-color: #8D9878; }
a { background-color: rgb(141,152,120); }
div.DivClassName
{
background-color: #8D9878;
}
.BgClassName
{
background-color: #8D9878;
}
</style>
border-color css
<style>
span { border-color: #8D9878; }
span { border-color: rgb(141,152,120); }
td.TdClassName
{
border-color: #8D9878;
}
.TagClassName
{
border-color: #8D9878;
}
</style>