Shades of Sage #9DA675
Tints of Sage #9DA675
RGB
CMYK
RGB Variations
Color information
#9DA675 (or 0x9DA675) is known color: Sage. HEX triplet: 9D, A6 and 75. RGB value is (157,166,117). Sum of RGB (Red+Green+Blue) = 157+166+117=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA675 is #62598A. Grayscale: #9D9D9D. Windows color (decimal): -6445451 or 7710365. OLE color: 7710365.
HSL color Cylindrical-coordinate representation of color #9DA675: hue angle of 71.02º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA675 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 117 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.35 |
| HSL | 71.02º | 0.22% | 0.55% | - |
| HSV(B) | 71.02º | 0.3% | 0.65% | - |
| XYZ | 30.75 | 35.72 | 22.1 | - |
| YUV | 157.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 117 | 0.05 | 0 | 0.30 | 0.35 | 71.02 | 0.22 | 0.55 |
| Hex | 9D | A6 | 75 | 5 | 0 | 1E | 23 | 47 | 16 | 37 |
| Octal | 235 | 246 | 165 | 5 | 0 | 36 | 43 | 107 | 26 | 67 |
| Binary | 10011101 | 10100110 | 1110101 | 101 | 0 | 11110 | 100011 | 1000111 | 10110 | 110111 |
Color Harmonies of #9DA675
Complementary color
Monochromatic Colors of #9DA675
Black with #9DA675
Text Example
Text Example
White with #9DA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA675; }
p { color: rgb(157,166,117); }
H1.HeaderClassName
{
color: #9DA675;
}
.AnyTagClassName
{
color: #9DA675;
}
</style>
background-color css
<style>
a { background-color: #9DA675; }
a { background-color: rgb(157,166,117); }
div.DivClassName
{
background-color: #9DA675;
}
.BgClassName
{
background-color: #9DA675;
}
</style>
border-color css
<style>
span { border-color: #9DA675; }
span { border-color: rgb(157,166,117); }
td.TdClassName
{
border-color: #9DA675;
}
.TagClassName
{
border-color: #9DA675;
}
</style>