Shades of Sage #8D917E
Tints of Sage #8D917E
RGB
CMYK
RGB Variations
Color information
#8D917E (or 0x8D917E) is known color: Sage. HEX triplet: 8D, 91 and 7E. RGB value is (141,145,126). Sum of RGB (Red+Green+Blue) = 141+145+126=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #8D917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D917E is #726E81. Grayscale: #8D8D8D. Windows color (decimal): -7499394 or 8294797. OLE color: 8294797.
HSL color Cylindrical-coordinate representation of color #8D917E: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D917E is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 126 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.43 |
| HSL | 72.63º | 0.08% | 0.53% | - |
| HSV(B) | 72.63º | 0.13% | 0.57% | - |
| XYZ | 24.88 | 27.42 | 23.72 | - |
| YUV | 141.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 126 | 0.03 | 0 | 0.13 | 0.43 | 72.63 | 0.08 | 0.53 |
| Hex | 8D | 91 | 7E | 3 | 0 | D | 2B | 49 | 8 | 35 |
| Octal | 215 | 221 | 176 | 3 | 0 | 15 | 53 | 111 | 10 | 65 |
| Binary | 10001101 | 10010001 | 1111110 | 11 | 0 | 1101 | 101011 | 1001001 | 1000 | 110101 |
Color Harmonies of #8D917E
Complementary color
Monochromatic Colors of #8D917E
Black with #8D917E
Text Example
Text Example
White with #8D917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D917E; }
p { color: rgb(141,145,126); }
H1.HeaderClassName
{
color: #8D917E;
}
.AnyTagClassName
{
color: #8D917E;
}
</style>
background-color css
<style>
a { background-color: #8D917E; }
a { background-color: rgb(141,145,126); }
div.DivClassName
{
background-color: #8D917E;
}
.BgClassName
{
background-color: #8D917E;
}
</style>
border-color css
<style>
span { border-color: #8D917E; }
span { border-color: rgb(141,145,126); }
td.TdClassName
{
border-color: #8D917E;
}
.TagClassName
{
border-color: #8D917E;
}
</style>