Shades of Sage #8D9671
Tints of Sage #8D9671
RGB
CMYK
RGB Variations
Color information
#8D9671 (or 0x8D9671) is known color: Sage. HEX triplet: 8D, 96 and 71. RGB value is (141,150,113). Sum of RGB (Red+Green+Blue) = 141+150+113=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9671 is #72698E. Grayscale: #8F8F8F. Windows color (decimal): -7498127 or 7444109. OLE color: 7444109.
HSL color Cylindrical-coordinate representation of color #8D9671: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9671 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 113 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.41 |
| HSL | 74.59º | 0.15% | 0.52% | - |
| HSV(B) | 74.59º | 0.25% | 0.59% | - |
| XYZ | 24.87 | 28.67 | 19.85 | - |
| YUV | 143.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 113 | 0.06 | 0 | 0.25 | 0.41 | 74.59 | 0.15 | 0.52 |
| Hex | 8D | 96 | 71 | 6 | 0 | 19 | 29 | 4B | F | 34 |
| Octal | 215 | 226 | 161 | 6 | 0 | 31 | 51 | 113 | 17 | 64 |
| Binary | 10001101 | 10010110 | 1110001 | 110 | 0 | 11001 | 101001 | 1001011 | 1111 | 110100 |
Color Harmonies of #8D9671
Complementary color
Monochromatic Colors of #8D9671
Black with #8D9671
Text Example
Text Example
White with #8D9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9671; }
p { color: rgb(141,150,113); }
H1.HeaderClassName
{
color: #8D9671;
}
.AnyTagClassName
{
color: #8D9671;
}
</style>
background-color css
<style>
a { background-color: #8D9671; }
a { background-color: rgb(141,150,113); }
div.DivClassName
{
background-color: #8D9671;
}
.BgClassName
{
background-color: #8D9671;
}
</style>
border-color css
<style>
span { border-color: #8D9671; }
span { border-color: rgb(141,150,113); }
td.TdClassName
{
border-color: #8D9671;
}
.TagClassName
{
border-color: #8D9671;
}
</style>