Shades of Sage #8D937D
Tints of Sage #8D937D
RGB
CMYK
RGB Variations
Color information
#8D937D (or 0x8D937D) is known color: Sage. HEX triplet: 8D, 93 and 7D. RGB value is (141,147,125). Sum of RGB (Red+Green+Blue) = 141+147+125=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937D is #726C82. Grayscale: #8E8E8E. Windows color (decimal): -7498883 or 8229773. OLE color: 8229773.
HSL color Cylindrical-coordinate representation of color #8D937D: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D937D is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 125 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.42 |
| HSL | 76.36º | 0.09% | 0.53% | - |
| HSV(B) | 76.36º | 0.15% | 0.58% | - |
| XYZ | 25.12 | 28.01 | 23.48 | - |
| YUV | 142.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 125 | 0.04 | 0 | 0.15 | 0.42 | 76.36 | 0.09 | 0.53 |
| Hex | 8D | 93 | 7D | 4 | 0 | F | 2A | 4C | 9 | 35 |
| Octal | 215 | 223 | 175 | 4 | 0 | 17 | 52 | 114 | 11 | 65 |
| Binary | 10001101 | 10010011 | 1111101 | 100 | 0 | 1111 | 101010 | 1001100 | 1001 | 110101 |
Color Harmonies of #8D937D
Complementary color
Monochromatic Colors of #8D937D
Black with #8D937D
Text Example
Text Example
White with #8D937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D937D; }
p { color: rgb(141,147,125); }
H1.HeaderClassName
{
color: #8D937D;
}
.AnyTagClassName
{
color: #8D937D;
}
</style>
background-color css
<style>
a { background-color: #8D937D; }
a { background-color: rgb(141,147,125); }
div.DivClassName
{
background-color: #8D937D;
}
.BgClassName
{
background-color: #8D937D;
}
</style>
border-color css
<style>
span { border-color: #8D937D; }
span { border-color: rgb(141,147,125); }
td.TdClassName
{
border-color: #8D937D;
}
.TagClassName
{
border-color: #8D937D;
}
</style>