Shades of Sage #9DA976
Tints of Sage #9DA976
RGB
CMYK
RGB Variations
Color information
#9DA976 (or 0x9DA976) is known color: Sage. HEX triplet: 9D, A9 and 76. RGB value is (157,169,118). Sum of RGB (Red+Green+Blue) = 157+169+118=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA976 is #625689. Grayscale: #9F9F9F. Windows color (decimal): -6444682 or 7776669. OLE color: 7776669.
HSL color Cylindrical-coordinate representation of color #9DA976: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA976 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 118 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.34 |
| HSL | 74.12º | 0.23% | 0.56% | - |
| HSV(B) | 74.12º | 0.3% | 0.66% | - |
| XYZ | 31.36 | 36.85 | 22.6 | - |
| YUV | 159.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 118 | 0.07 | 0 | 0.30 | 0.34 | 74.12 | 0.23 | 0.56 |
| Hex | 9D | A9 | 76 | 7 | 0 | 1E | 22 | 4A | 17 | 38 |
| Octal | 235 | 251 | 166 | 7 | 0 | 36 | 42 | 112 | 27 | 70 |
| Binary | 10011101 | 10101001 | 1110110 | 111 | 0 | 11110 | 100010 | 1001010 | 10111 | 111000 |
Color Harmonies of #9DA976
Complementary color
Monochromatic Colors of #9DA976
Black with #9DA976
Text Example
Text Example
White with #9DA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA976; }
p { color: rgb(157,169,118); }
H1.HeaderClassName
{
color: #9DA976;
}
.AnyTagClassName
{
color: #9DA976;
}
</style>
background-color css
<style>
a { background-color: #9DA976; }
a { background-color: rgb(157,169,118); }
div.DivClassName
{
background-color: #9DA976;
}
.BgClassName
{
background-color: #9DA976;
}
</style>
border-color css
<style>
span { border-color: #9DA976; }
span { border-color: rgb(157,169,118); }
td.TdClassName
{
border-color: #9DA976;
}
.TagClassName
{
border-color: #9DA976;
}
</style>