Shades of Sage #9DA686
Tints of Sage #9DA686
RGB
CMYK
RGB Variations
Color information
#9DA686 (or 0x9DA686) is known color: Sage. HEX triplet: 9D, A6 and 86. RGB value is (157,166,134). Sum of RGB (Red+Green+Blue) = 157+166+134=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA686 is #625979. Grayscale: #9F9F9F. Windows color (decimal): -6445434 or 8824477. OLE color: 8824477.
HSL color Cylindrical-coordinate representation of color #9DA686: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA686 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 134 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.35 |
| HSL | 76.88º | 0.15% | 0.59% | - |
| HSV(B) | 76.88º | 0.19% | 0.65% | - |
| XYZ | 31.84 | 36.16 | 27.86 | - |
| YUV | 159.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 134 | 0.05 | 0 | 0.19 | 0.35 | 76.88 | 0.15 | 0.59 |
| Hex | 9D | A6 | 86 | 5 | 0 | 13 | 23 | 4D | F | 3B |
| Octal | 235 | 246 | 206 | 5 | 0 | 23 | 43 | 115 | 17 | 73 |
| Binary | 10011101 | 10100110 | 10000110 | 101 | 0 | 10011 | 100011 | 1001101 | 1111 | 111011 |
Color Harmonies of #9DA686
Complementary color
Monochromatic Colors of #9DA686
Black with #9DA686
Text Example
Text Example
White with #9DA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA686; }
p { color: rgb(157,166,134); }
H1.HeaderClassName
{
color: #9DA686;
}
.AnyTagClassName
{
color: #9DA686;
}
</style>
background-color css
<style>
a { background-color: #9DA686; }
a { background-color: rgb(157,166,134); }
div.DivClassName
{
background-color: #9DA686;
}
.BgClassName
{
background-color: #9DA686;
}
</style>
border-color css
<style>
span { border-color: #9DA686; }
span { border-color: rgb(157,166,134); }
td.TdClassName
{
border-color: #9DA686;
}
.TagClassName
{
border-color: #9DA686;
}
</style>