Shades of Sage #8D9677
Tints of Sage #8D9677
RGB
CMYK
RGB Variations
Color information
#8D9677 (or 0x8D9677) is known color: Sage. HEX triplet: 8D, 96 and 77. RGB value is (141,150,119). Sum of RGB (Red+Green+Blue) = 141+150+119=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9677 is #726988. Grayscale: #8F8F8F. Windows color (decimal): -7498121 or 7837325. OLE color: 7837325.
HSL color Cylindrical-coordinate representation of color #8D9677: hue angle of 77.42º 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 #8D9677 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 119 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.41 |
| HSL | 77.42º | 0.13% | 0.53% | - |
| HSV(B) | 77.42º | 0.21% | 0.59% | - |
| XYZ | 25.22 | 28.81 | 21.68 | - |
| YUV | 143.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 119 | 0.06 | 0 | 0.21 | 0.41 | 77.42 | 0.13 | 0.53 |
| Hex | 8D | 96 | 77 | 6 | 0 | 15 | 29 | 4D | D | 35 |
| Octal | 215 | 226 | 167 | 6 | 0 | 25 | 51 | 115 | 15 | 65 |
| Binary | 10001101 | 10010110 | 1110111 | 110 | 0 | 10101 | 101001 | 1001101 | 1101 | 110101 |
Color Harmonies of #8D9677
Complementary color
Monochromatic Colors of #8D9677
Black with #8D9677
Text Example
Text Example
White with #8D9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9677; }
p { color: rgb(141,150,119); }
H1.HeaderClassName
{
color: #8D9677;
}
.AnyTagClassName
{
color: #8D9677;
}
</style>
background-color css
<style>
a { background-color: #8D9677; }
a { background-color: rgb(141,150,119); }
div.DivClassName
{
background-color: #8D9677;
}
.BgClassName
{
background-color: #8D9677;
}
</style>
border-color css
<style>
span { border-color: #8D9677; }
span { border-color: rgb(141,150,119); }
td.TdClassName
{
border-color: #8D9677;
}
.TagClassName
{
border-color: #8D9677;
}
</style>