Shades of Sage #8D917F
Tints of Sage #8D917F
RGB
CMYK
RGB Variations
Color information
#8D917F (or 0x8D917F) is known color: Sage. HEX triplet: 8D, 91 and 7F. RGB value is (141,145,127). Sum of RGB (Red+Green+Blue) = 141+145+127=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 145 - color contains mainly: green. Hex color #8D917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D917F is #726E80. Grayscale: #8D8D8D. Windows color (decimal): -7499393 or 8360333. OLE color: 8360333.
HSL color Cylindrical-coordinate representation of color #8D917F: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D917F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 127 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.43 |
| HSL | 73.33º | 0.08% | 0.53% | - |
| HSV(B) | 73.33º | 0.12% | 0.57% | - |
| XYZ | 24.94 | 27.45 | 24.06 | - |
| YUV | 141.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 127 | 0.03 | 0 | 0.12 | 0.43 | 73.33 | 0.08 | 0.53 |
| Hex | 8D | 91 | 7F | 3 | 0 | C | 2B | 49 | 8 | 35 |
| Octal | 215 | 221 | 177 | 3 | 0 | 14 | 53 | 111 | 10 | 65 |
| Binary | 10001101 | 10010001 | 1111111 | 11 | 0 | 1100 | 101011 | 1001001 | 1000 | 110101 |
Color Harmonies of #8D917F
Complementary color
Monochromatic Colors of #8D917F
Black with #8D917F
Text Example
Text Example
White with #8D917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D917F; }
p { color: rgb(141,145,127); }
H1.HeaderClassName
{
color: #8D917F;
}
.AnyTagClassName
{
color: #8D917F;
}
</style>
background-color css
<style>
a { background-color: #8D917F; }
a { background-color: rgb(141,145,127); }
div.DivClassName
{
background-color: #8D917F;
}
.BgClassName
{
background-color: #8D917F;
}
</style>
border-color css
<style>
span { border-color: #8D917F; }
span { border-color: rgb(141,145,127); }
td.TdClassName
{
border-color: #8D917F;
}
.TagClassName
{
border-color: #8D917F;
}
</style>