Shades of Sage #9DA975
Tints of Sage #9DA975
RGB
CMYK
RGB Variations
Color information
#9DA975 (or 0x9DA975) is known color: Sage. HEX triplet: 9D, A9 and 75. RGB value is (157,169,117). Sum of RGB (Red+Green+Blue) = 157+169+117=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA975 is #62568A. Grayscale: #9F9F9F. Windows color (decimal): -6444683 or 7711133. OLE color: 7711133.
HSL color Cylindrical-coordinate representation of color #9DA975: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DA975 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 117 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.34 |
| HSL | 73.85º | 0.23% | 0.56% | - |
| HSV(B) | 73.85º | 0.31% | 0.66% | - |
| XYZ | 31.3 | 36.83 | 22.29 | - |
| YUV | 159.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 117 | 0.07 | 0 | 0.31 | 0.34 | 73.85 | 0.23 | 0.56 |
| Hex | 9D | A9 | 75 | 7 | 0 | 1F | 22 | 4A | 17 | 38 |
| Octal | 235 | 251 | 165 | 7 | 0 | 37 | 42 | 112 | 27 | 70 |
| Binary | 10011101 | 10101001 | 1110101 | 111 | 0 | 11111 | 100010 | 1001010 | 10111 | 111000 |
Color Harmonies of #9DA975
Complementary color
Monochromatic Colors of #9DA975
Black with #9DA975
Text Example
Text Example
White with #9DA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA975; }
p { color: rgb(157,169,117); }
H1.HeaderClassName
{
color: #9DA975;
}
.AnyTagClassName
{
color: #9DA975;
}
</style>
background-color css
<style>
a { background-color: #9DA975; }
a { background-color: rgb(157,169,117); }
div.DivClassName
{
background-color: #9DA975;
}
.BgClassName
{
background-color: #9DA975;
}
</style>
border-color css
<style>
span { border-color: #9DA975; }
span { border-color: rgb(157,169,117); }
td.TdClassName
{
border-color: #9DA975;
}
.TagClassName
{
border-color: #9DA975;
}
</style>