Shades of Sage #8D9772
Tints of Sage #8D9772
RGB
CMYK
RGB Variations
Color information
#8D9772 (or 0x8D9772) is known color: Sage. HEX triplet: 8D, 97 and 72. RGB value is (141,151,114). Sum of RGB (Red+Green+Blue) = 141+151+114=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9772 is #72688D. Grayscale: #8F8F8F. Windows color (decimal): -7497870 or 7509901. OLE color: 7509901.
HSL color Cylindrical-coordinate representation of color #8D9772: hue angle of 76.22º 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 #8D9772 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 114 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.41 |
| HSL | 76.22º | 0.15% | 0.52% | - |
| HSV(B) | 76.22º | 0.25% | 0.59% | - |
| XYZ | 25.09 | 29.01 | 20.2 | - |
| YUV | 143.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 114 | 0.07 | 0 | 0.25 | 0.41 | 76.22 | 0.15 | 0.52 |
| Hex | 8D | 97 | 72 | 7 | 0 | 19 | 29 | 4C | F | 34 |
| Octal | 215 | 227 | 162 | 7 | 0 | 31 | 51 | 114 | 17 | 64 |
| Binary | 10001101 | 10010111 | 1110010 | 111 | 0 | 11001 | 101001 | 1001100 | 1111 | 110100 |
Color Harmonies of #8D9772
Complementary color
Monochromatic Colors of #8D9772
Black with #8D9772
Text Example
Text Example
White with #8D9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9772; }
p { color: rgb(141,151,114); }
H1.HeaderClassName
{
color: #8D9772;
}
.AnyTagClassName
{
color: #8D9772;
}
</style>
background-color css
<style>
a { background-color: #8D9772; }
a { background-color: rgb(141,151,114); }
div.DivClassName
{
background-color: #8D9772;
}
.BgClassName
{
background-color: #8D9772;
}
</style>
border-color css
<style>
span { border-color: #8D9772; }
span { border-color: rgb(141,151,114); }
td.TdClassName
{
border-color: #8D9772;
}
.TagClassName
{
border-color: #8D9772;
}
</style>