Shades of Sage #8D9676
Tints of Sage #8D9676
RGB
CMYK
RGB Variations
Color information
#8D9676 (or 0x8D9676) is known color: Sage. HEX triplet: 8D, 96 and 76. RGB value is (141,150,118). Sum of RGB (Red+Green+Blue) = 141+150+118=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9676 is #726989. Grayscale: #8F8F8F. Windows color (decimal): -7498122 or 7771789. OLE color: 7771789.
HSL color Cylindrical-coordinate representation of color #8D9676: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9676 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 118 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.41 |
| HSL | 76.88º | 0.13% | 0.53% | - |
| HSV(B) | 76.88º | 0.21% | 0.59% | - |
| XYZ | 25.16 | 28.78 | 21.37 | - |
| YUV | 143.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 118 | 0.06 | 0 | 0.21 | 0.41 | 76.88 | 0.13 | 0.53 |
| Hex | 8D | 96 | 76 | 6 | 0 | 15 | 29 | 4D | D | 35 |
| Octal | 215 | 226 | 166 | 6 | 0 | 25 | 51 | 115 | 15 | 65 |
| Binary | 10001101 | 10010110 | 1110110 | 110 | 0 | 10101 | 101001 | 1001101 | 1101 | 110101 |
Color Harmonies of #8D9676
Complementary color
Monochromatic Colors of #8D9676
Black with #8D9676
Text Example
Text Example
White with #8D9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9676; }
p { color: rgb(141,150,118); }
H1.HeaderClassName
{
color: #8D9676;
}
.AnyTagClassName
{
color: #8D9676;
}
</style>
background-color css
<style>
a { background-color: #8D9676; }
a { background-color: rgb(141,150,118); }
div.DivClassName
{
background-color: #8D9676;
}
.BgClassName
{
background-color: #8D9676;
}
</style>
border-color css
<style>
span { border-color: #8D9676; }
span { border-color: rgb(141,150,118); }
td.TdClassName
{
border-color: #8D9676;
}
.TagClassName
{
border-color: #8D9676;
}
</style>