Shades of Sage #9DA47D
Tints of Sage #9DA47D
RGB
CMYK
RGB Variations
Color information
#9DA47D (or 0x9DA47D) is known color: Sage. HEX triplet: 9D, A4 and 7D. RGB value is (157,164,125). Sum of RGB (Red+Green+Blue) = 157+164+125=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA47D is #625B82. Grayscale: #9D9D9D. Windows color (decimal): -6445955 or 8234141. OLE color: 8234141.
HSL color Cylindrical-coordinate representation of color #9DA47D: hue angle of 70.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA47D is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 125 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.36 |
| HSL | 70.77º | 0.18% | 0.57% | - |
| HSV(B) | 70.77º | 0.24% | 0.64% | - |
| XYZ | 30.88 | 35.2 | 24.57 | - |
| YUV | 157.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 125 | 0.04 | 0 | 0.24 | 0.36 | 70.77 | 0.18 | 0.57 |
| Hex | 9D | A4 | 7D | 4 | 0 | 18 | 24 | 47 | 12 | 39 |
| Octal | 235 | 244 | 175 | 4 | 0 | 30 | 44 | 107 | 22 | 71 |
| Binary | 10011101 | 10100100 | 1111101 | 100 | 0 | 11000 | 100100 | 1000111 | 10010 | 111001 |
Color Harmonies of #9DA47D
Complementary color
Monochromatic Colors of #9DA47D
Black with #9DA47D
Text Example
Text Example
White with #9DA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA47D; }
p { color: rgb(157,164,125); }
H1.HeaderClassName
{
color: #9DA47D;
}
.AnyTagClassName
{
color: #9DA47D;
}
</style>
background-color css
<style>
a { background-color: #9DA47D; }
a { background-color: rgb(157,164,125); }
div.DivClassName
{
background-color: #9DA47D;
}
.BgClassName
{
background-color: #9DA47D;
}
</style>
border-color css
<style>
span { border-color: #9DA47D; }
span { border-color: rgb(157,164,125); }
td.TdClassName
{
border-color: #9DA47D;
}
.TagClassName
{
border-color: #9DA47D;
}
</style>