Shades of Sage #8D937F
Tints of Sage #8D937F
RGB
CMYK
RGB Variations
Color information
#8D937F (or 0x8D937F) is known color: Sage. HEX triplet: 8D, 93 and 7F. RGB value is (141,147,127). Sum of RGB (Red+Green+Blue) = 141+147+127=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937F is #726C80. Grayscale: #8E8E8E. Windows color (decimal): -7498881 or 8360845. OLE color: 8360845.
HSL color Cylindrical-coordinate representation of color #8D937F: hue angle of 78º degrees, saturation: 0.08, 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 #8D937F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 127 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.42 |
| HSL | 78º | 0.08% | 0.54% | - |
| HSV(B) | 78º | 0.14% | 0.58% | - |
| XYZ | 25.25 | 28.06 | 24.16 | - |
| YUV | 142.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 127 | 0.04 | 0 | 0.14 | 0.42 | 78 | 0.08 | 0.54 |
| Hex | 8D | 93 | 7F | 4 | 0 | E | 2A | 4E | 8 | 36 |
| Octal | 215 | 223 | 177 | 4 | 0 | 16 | 52 | 116 | 10 | 66 |
| Binary | 10001101 | 10010011 | 1111111 | 100 | 0 | 1110 | 101010 | 1001110 | 1000 | 110110 |
Color Harmonies of #8D937F
Complementary color
Monochromatic Colors of #8D937F
Black with #8D937F
Text Example
Text Example
White with #8D937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D937F; }
p { color: rgb(141,147,127); }
H1.HeaderClassName
{
color: #8D937F;
}
.AnyTagClassName
{
color: #8D937F;
}
</style>
background-color css
<style>
a { background-color: #8D937F; }
a { background-color: rgb(141,147,127); }
div.DivClassName
{
background-color: #8D937F;
}
.BgClassName
{
background-color: #8D937F;
}
</style>
border-color css
<style>
span { border-color: #8D937F; }
span { border-color: rgb(141,147,127); }
td.TdClassName
{
border-color: #8D937F;
}
.TagClassName
{
border-color: #8D937F;
}
</style>