Shades of Sage #8D977E
Tints of Sage #8D977E
RGB
CMYK
RGB Variations
Color information
#8D977E (or 0x8D977E) is known color: Sage. HEX triplet: 8D, 97 and 7E. RGB value is (141,151,126). Sum of RGB (Red+Green+Blue) = 141+151+126=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #8D977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D977E is #726881. Grayscale: #919191. Windows color (decimal): -7497858 or 8296333. OLE color: 8296333.
HSL color Cylindrical-coordinate representation of color #8D977E: hue angle of 84º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D977E is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 126 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.41 |
| HSL | 84º | 0.11% | 0.54% | - |
| HSV(B) | 84º | 0.17% | 0.59% | - |
| XYZ | 25.82 | 29.3 | 24.03 | - |
| YUV | 145.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 126 | 0.07 | 0 | 0.17 | 0.41 | 84 | 0.11 | 0.54 |
| Hex | 8D | 97 | 7E | 7 | 0 | 11 | 29 | 54 | B | 36 |
| Octal | 215 | 227 | 176 | 7 | 0 | 21 | 51 | 124 | 13 | 66 |
| Binary | 10001101 | 10010111 | 1111110 | 111 | 0 | 10001 | 101001 | 1010100 | 1011 | 110110 |
Color Harmonies of #8D977E
Complementary color
Monochromatic Colors of #8D977E
Black with #8D977E
Text Example
Text Example
White with #8D977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D977E; }
p { color: rgb(141,151,126); }
H1.HeaderClassName
{
color: #8D977E;
}
.AnyTagClassName
{
color: #8D977E;
}
</style>
background-color css
<style>
a { background-color: #8D977E; }
a { background-color: rgb(141,151,126); }
div.DivClassName
{
background-color: #8D977E;
}
.BgClassName
{
background-color: #8D977E;
}
</style>
border-color css
<style>
span { border-color: #8D977E; }
span { border-color: rgb(141,151,126); }
td.TdClassName
{
border-color: #8D977E;
}
.TagClassName
{
border-color: #8D977E;
}
</style>