Shades of Sage #8D957E
Tints of Sage #8D957E
RGB
CMYK
RGB Variations
Color information
#8D957E (or 0x8D957E) is known color: Sage. HEX triplet: 8D, 95 and 7E. RGB value is (141,149,126). Sum of RGB (Red+Green+Blue) = 141+149+126=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957E is #726A81. Grayscale: #909090. Windows color (decimal): -7498370 or 8295821. OLE color: 8295821.
HSL color Cylindrical-coordinate representation of color #8D957E: hue angle of 80.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D957E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 126 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.42 |
| HSL | 80.87º | 0.1% | 0.54% | - |
| HSV(B) | 80.87º | 0.15% | 0.58% | - |
| XYZ | 25.5 | 28.66 | 23.93 | - |
| YUV | 143.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 126 | 0.05 | 0 | 0.15 | 0.42 | 80.87 | 0.1 | 0.54 |
| Hex | 8D | 95 | 7E | 5 | 0 | F | 2A | 51 | A | 36 |
| Octal | 215 | 225 | 176 | 5 | 0 | 17 | 52 | 121 | 12 | 66 |
| Binary | 10001101 | 10010101 | 1111110 | 101 | 0 | 1111 | 101010 | 1010001 | 1010 | 110110 |
Color Harmonies of #8D957E
Complementary color
Monochromatic Colors of #8D957E
Black with #8D957E
Text Example
Text Example
White with #8D957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D957E; }
p { color: rgb(141,149,126); }
H1.HeaderClassName
{
color: #8D957E;
}
.AnyTagClassName
{
color: #8D957E;
}
</style>
background-color css
<style>
a { background-color: #8D957E; }
a { background-color: rgb(141,149,126); }
div.DivClassName
{
background-color: #8D957E;
}
.BgClassName
{
background-color: #8D957E;
}
</style>
border-color css
<style>
span { border-color: #8D957E; }
span { border-color: rgb(141,149,126); }
td.TdClassName
{
border-color: #8D957E;
}
.TagClassName
{
border-color: #8D957E;
}
</style>