Shades of Sage #9DA786
Tints of Sage #9DA786
RGB
CMYK
RGB Variations
Color information
#9DA786 (or 0x9DA786) is known color: Sage. HEX triplet: 9D, A7 and 86. RGB value is (157,167,134). Sum of RGB (Red+Green+Blue) = 157+167+134=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA786 is #625879. Grayscale: #A0A0A0. Windows color (decimal): -6445178 or 8824733. OLE color: 8824733.
HSL color Cylindrical-coordinate representation of color #9DA786: hue angle of 78.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA786 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 134 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.35 |
| HSL | 78.18º | 0.16% | 0.59% | - |
| HSV(B) | 78.18º | 0.2% | 0.65% | - |
| XYZ | 32.03 | 36.53 | 27.92 | - |
| YUV | 160.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 134 | 0.06 | 0 | 0.20 | 0.35 | 78.18 | 0.16 | 0.59 |
| Hex | 9D | A7 | 86 | 6 | 0 | 14 | 23 | 4E | 10 | 3B |
| Octal | 235 | 247 | 206 | 6 | 0 | 24 | 43 | 116 | 20 | 73 |
| Binary | 10011101 | 10100111 | 10000110 | 110 | 0 | 10100 | 100011 | 1001110 | 10000 | 111011 |
Color Harmonies of #9DA786
Complementary color
Monochromatic Colors of #9DA786
Black with #9DA786
Text Example
Text Example
White with #9DA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA786; }
p { color: rgb(157,167,134); }
H1.HeaderClassName
{
color: #9DA786;
}
.AnyTagClassName
{
color: #9DA786;
}
</style>
background-color css
<style>
a { background-color: #9DA786; }
a { background-color: rgb(157,167,134); }
div.DivClassName
{
background-color: #9DA786;
}
.BgClassName
{
background-color: #9DA786;
}
</style>
border-color css
<style>
span { border-color: #9DA786; }
span { border-color: rgb(157,167,134); }
td.TdClassName
{
border-color: #9DA786;
}
.TagClassName
{
border-color: #9DA786;
}
</style>