Shades of Sage #8D957F
Tints of Sage #8D957F
RGB
CMYK
RGB Variations
Color information
#8D957F (or 0x8D957F) is known color: Sage. HEX triplet: 8D, 95 and 7F. RGB value is (141,149,127). Sum of RGB (Red+Green+Blue) = 141+149+127=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957F is #726A80. Grayscale: #909090. Windows color (decimal): -7498369 or 8361357. OLE color: 8361357.
HSL color Cylindrical-coordinate representation of color #8D957F: hue angle of 81.82º degrees, saturation: 0.09, 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 #8D957F is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 127 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.42 |
| HSL | 81.82º | 0.09% | 0.54% | - |
| HSV(B) | 81.82º | 0.15% | 0.58% | - |
| XYZ | 25.56 | 28.69 | 24.27 | - |
| YUV | 144.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 127 | 0.05 | 0 | 0.15 | 0.42 | 81.82 | 0.09 | 0.54 |
| Hex | 8D | 95 | 7F | 5 | 0 | F | 2A | 52 | 9 | 36 |
| Octal | 215 | 225 | 177 | 5 | 0 | 17 | 52 | 122 | 11 | 66 |
| Binary | 10001101 | 10010101 | 1111111 | 101 | 0 | 1111 | 101010 | 1010010 | 1001 | 110110 |
Color Harmonies of #8D957F
Complementary color
Monochromatic Colors of #8D957F
Black with #8D957F
Text Example
Text Example
White with #8D957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D957F; }
p { color: rgb(141,149,127); }
H1.HeaderClassName
{
color: #8D957F;
}
.AnyTagClassName
{
color: #8D957F;
}
</style>
background-color css
<style>
a { background-color: #8D957F; }
a { background-color: rgb(141,149,127); }
div.DivClassName
{
background-color: #8D957F;
}
.BgClassName
{
background-color: #8D957F;
}
</style>
border-color css
<style>
span { border-color: #8D957F; }
span { border-color: rgb(141,149,127); }
td.TdClassName
{
border-color: #8D957F;
}
.TagClassName
{
border-color: #8D957F;
}
</style>