Shades of Sage #8D967F
Tints of Sage #8D967F
RGB
CMYK
RGB Variations
Color information
#8D967F (or 0x8D967F) is known color: Sage. HEX triplet: 8D, 96 and 7F. RGB value is (141,150,127). Sum of RGB (Red+Green+Blue) = 141+150+127=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #8D967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D967F is #726980. Grayscale: #909090. Windows color (decimal): -7498113 or 8361613. OLE color: 8361613.
HSL color Cylindrical-coordinate representation of color #8D967F: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D967F is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 127 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.41 |
| HSL | 83.48º | 0.1% | 0.54% | - |
| HSV(B) | 83.48º | 0.15% | 0.59% | - |
| XYZ | 25.72 | 29.01 | 24.32 | - |
| YUV | 144.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 127 | 0.06 | 0 | 0.15 | 0.41 | 83.48 | 0.1 | 0.54 |
| Hex | 8D | 96 | 7F | 6 | 0 | F | 29 | 53 | A | 36 |
| Octal | 215 | 226 | 177 | 6 | 0 | 17 | 51 | 123 | 12 | 66 |
| Binary | 10001101 | 10010110 | 1111111 | 110 | 0 | 1111 | 101001 | 1010011 | 1010 | 110110 |
Color Harmonies of #8D967F
Complementary color
Monochromatic Colors of #8D967F
Black with #8D967F
Text Example
Text Example
White with #8D967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D967F; }
p { color: rgb(141,150,127); }
H1.HeaderClassName
{
color: #8D967F;
}
.AnyTagClassName
{
color: #8D967F;
}
</style>
background-color css
<style>
a { background-color: #8D967F; }
a { background-color: rgb(141,150,127); }
div.DivClassName
{
background-color: #8D967F;
}
.BgClassName
{
background-color: #8D967F;
}
</style>
border-color css
<style>
span { border-color: #8D967F; }
span { border-color: rgb(141,150,127); }
td.TdClassName
{
border-color: #8D967F;
}
.TagClassName
{
border-color: #8D967F;
}
</style>