Shades of Sage #8D987A
Tints of Sage #8D987A
RGB
CMYK
RGB Variations
Color information
#8D987A (or 0x8D987A) is known color: Sage. HEX triplet: 8D, 98 and 7A. RGB value is (141,152,122). Sum of RGB (Red+Green+Blue) = 141+152+122=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #8D987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D987A is #726785. Grayscale: #919191. Windows color (decimal): -7497606 or 8034445. OLE color: 8034445.
HSL color Cylindrical-coordinate representation of color #8D987A: hue angle of 82º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D987A is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 122 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.40 |
| HSL | 82º | 0.13% | 0.54% | - |
| HSV(B) | 82º | 0.2% | 0.6% | - |
| XYZ | 25.73 | 29.52 | 22.76 | - |
| YUV | 145.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 122 | 0.07 | 0 | 0.20 | 0.40 | 82 | 0.13 | 0.54 |
| Hex | 8D | 98 | 7A | 7 | 0 | 14 | 28 | 52 | D | 36 |
| Octal | 215 | 230 | 172 | 7 | 0 | 24 | 50 | 122 | 15 | 66 |
| Binary | 10001101 | 10011000 | 1111010 | 111 | 0 | 10100 | 101000 | 1010010 | 1101 | 110110 |
Color Harmonies of #8D987A
Complementary color
Monochromatic Colors of #8D987A
Black with #8D987A
Text Example
Text Example
White with #8D987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D987A; }
p { color: rgb(141,152,122); }
H1.HeaderClassName
{
color: #8D987A;
}
.AnyTagClassName
{
color: #8D987A;
}
</style>
background-color css
<style>
a { background-color: #8D987A; }
a { background-color: rgb(141,152,122); }
div.DivClassName
{
background-color: #8D987A;
}
.BgClassName
{
background-color: #8D987A;
}
</style>
border-color css
<style>
span { border-color: #8D987A; }
span { border-color: rgb(141,152,122); }
td.TdClassName
{
border-color: #8D987A;
}
.TagClassName
{
border-color: #8D987A;
}
</style>