Shades of Sage #8D9379
Tints of Sage #8D9379
RGB
CMYK
RGB Variations
Color information
#8D9379 (or 0x8D9379) is known color: Sage. HEX triplet: 8D, 93 and 79. RGB value is (141,147,121). Sum of RGB (Red+Green+Blue) = 141+147+121=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9379 is #726C86. Grayscale: #8E8E8E. Windows color (decimal): -7498887 or 7967629. OLE color: 7967629.
HSL color Cylindrical-coordinate representation of color #8D9379: hue angle of 73.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9379 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 121 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.42 |
| HSL | 73.85º | 0.11% | 0.53% | - |
| HSV(B) | 73.85º | 0.18% | 0.58% | - |
| XYZ | 24.87 | 27.91 | 22.17 | - |
| YUV | 142.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 121 | 0.04 | 0 | 0.18 | 0.42 | 73.85 | 0.11 | 0.53 |
| Hex | 8D | 93 | 79 | 4 | 0 | 12 | 2A | 4A | B | 35 |
| Octal | 215 | 223 | 171 | 4 | 0 | 22 | 52 | 112 | 13 | 65 |
| Binary | 10001101 | 10010011 | 1111001 | 100 | 0 | 10010 | 101010 | 1001010 | 1011 | 110101 |
Color Harmonies of #8D9379
Complementary color
Monochromatic Colors of #8D9379
Black with #8D9379
Text Example
Text Example
White with #8D9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9379; }
p { color: rgb(141,147,121); }
H1.HeaderClassName
{
color: #8D9379;
}
.AnyTagClassName
{
color: #8D9379;
}
</style>
background-color css
<style>
a { background-color: #8D9379; }
a { background-color: rgb(141,147,121); }
div.DivClassName
{
background-color: #8D9379;
}
.BgClassName
{
background-color: #8D9379;
}
</style>
border-color css
<style>
span { border-color: #8D9379; }
span { border-color: rgb(141,147,121); }
td.TdClassName
{
border-color: #8D9379;
}
.TagClassName
{
border-color: #8D9379;
}
</style>