Shades of Sage #8D9575
Tints of Sage #8D9575
RGB
CMYK
RGB Variations
Color information
#8D9575 (or 0x8D9575) is known color: Sage. HEX triplet: 8D, 95 and 75. RGB value is (141,149,117). Sum of RGB (Red+Green+Blue) = 141+149+117=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9575 is #726A8A. Grayscale: #8F8F8F. Windows color (decimal): -7498379 or 7705997. OLE color: 7705997.
HSL color Cylindrical-coordinate representation of color #8D9575: hue angle of 75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9575 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 117 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.42 |
| HSL | 75º | 0.13% | 0.52% | - |
| HSV(B) | 75º | 0.21% | 0.58% | - |
| XYZ | 24.94 | 28.44 | 21 | - |
| YUV | 142.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 117 | 0.05 | 0 | 0.21 | 0.42 | 75 | 0.13 | 0.52 |
| Hex | 8D | 95 | 75 | 5 | 0 | 15 | 2A | 4B | D | 34 |
| Octal | 215 | 225 | 165 | 5 | 0 | 25 | 52 | 113 | 15 | 64 |
| Binary | 10001101 | 10010101 | 1110101 | 101 | 0 | 10101 | 101010 | 1001011 | 1101 | 110100 |
Color Harmonies of #8D9575
Complementary color
Monochromatic Colors of #8D9575
Black with #8D9575
Text Example
Text Example
White with #8D9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9575; }
p { color: rgb(141,149,117); }
H1.HeaderClassName
{
color: #8D9575;
}
.AnyTagClassName
{
color: #8D9575;
}
</style>
background-color css
<style>
a { background-color: #8D9575; }
a { background-color: rgb(141,149,117); }
div.DivClassName
{
background-color: #8D9575;
}
.BgClassName
{
background-color: #8D9575;
}
</style>
border-color css
<style>
span { border-color: #8D9575; }
span { border-color: rgb(141,149,117); }
td.TdClassName
{
border-color: #8D9575;
}
.TagClassName
{
border-color: #8D9575;
}
</style>