Shades of Sage #8D937E
Tints of Sage #8D937E
RGB
CMYK
RGB Variations
Color information
#8D937E (or 0x8D937E) is known color: Sage. HEX triplet: 8D, 93 and 7E. RGB value is (141,147,126). Sum of RGB (Red+Green+Blue) = 141+147+126=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937E is #726C81. Grayscale: #8E8E8E. Windows color (decimal): -7498882 or 8295309. OLE color: 8295309.
HSL color Cylindrical-coordinate representation of color #8D937E: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D937E is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 126 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.42 |
| HSL | 77.14º | 0.09% | 0.54% | - |
| HSV(B) | 77.14º | 0.14% | 0.58% | - |
| XYZ | 25.18 | 28.04 | 23.82 | - |
| YUV | 142.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 126 | 0.04 | 0 | 0.14 | 0.42 | 77.14 | 0.09 | 0.54 |
| Hex | 8D | 93 | 7E | 4 | 0 | E | 2A | 4D | 9 | 36 |
| Octal | 215 | 223 | 176 | 4 | 0 | 16 | 52 | 115 | 11 | 66 |
| Binary | 10001101 | 10010011 | 1111110 | 100 | 0 | 1110 | 101010 | 1001101 | 1001 | 110110 |
Color Harmonies of #8D937E
Complementary color
Monochromatic Colors of #8D937E
Black with #8D937E
Text Example
Text Example
White with #8D937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D937E; }
p { color: rgb(141,147,126); }
H1.HeaderClassName
{
color: #8D937E;
}
.AnyTagClassName
{
color: #8D937E;
}
</style>
background-color css
<style>
a { background-color: #8D937E; }
a { background-color: rgb(141,147,126); }
div.DivClassName
{
background-color: #8D937E;
}
.BgClassName
{
background-color: #8D937E;
}
</style>
border-color css
<style>
span { border-color: #8D937E; }
span { border-color: rgb(141,147,126); }
td.TdClassName
{
border-color: #8D937E;
}
.TagClassName
{
border-color: #8D937E;
}
</style>