Shades of Sage #9DA681
Tints of Sage #9DA681
RGB
CMYK
RGB Variations
Color information
#9DA681 (or 0x9DA681) is known color: Sage. HEX triplet: 9D, A6 and 81. RGB value is (157,166,129). Sum of RGB (Red+Green+Blue) = 157+166+129=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA681 is #62597E. Grayscale: #9F9F9F. Windows color (decimal): -6445439 or 8496797. OLE color: 8496797.
HSL color Cylindrical-coordinate representation of color #9DA681: hue angle of 74.59º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA681 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 129 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.35 |
| HSL | 74.59º | 0.17% | 0.58% | - |
| HSV(B) | 74.59º | 0.22% | 0.65% | - |
| XYZ | 31.5 | 36.03 | 26.06 | - |
| YUV | 159.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 129 | 0.05 | 0 | 0.22 | 0.35 | 74.59 | 0.17 | 0.58 |
| Hex | 9D | A6 | 81 | 5 | 0 | 16 | 23 | 4B | 11 | 3A |
| Octal | 235 | 246 | 201 | 5 | 0 | 26 | 43 | 113 | 21 | 72 |
| Binary | 10011101 | 10100110 | 10000001 | 101 | 0 | 10110 | 100011 | 1001011 | 10001 | 111010 |
Color Harmonies of #9DA681
Complementary color
Monochromatic Colors of #9DA681
Black with #9DA681
Text Example
Text Example
White with #9DA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA681; }
p { color: rgb(157,166,129); }
H1.HeaderClassName
{
color: #9DA681;
}
.AnyTagClassName
{
color: #9DA681;
}
</style>
background-color css
<style>
a { background-color: #9DA681; }
a { background-color: rgb(157,166,129); }
div.DivClassName
{
background-color: #9DA681;
}
.BgClassName
{
background-color: #9DA681;
}
</style>
border-color css
<style>
span { border-color: #9DA681; }
span { border-color: rgb(157,166,129); }
td.TdClassName
{
border-color: #9DA681;
}
.TagClassName
{
border-color: #9DA681;
}
</style>