Shades of Sage #9DA47C
Tints of Sage #9DA47C
RGB
CMYK
RGB Variations
Color information
#9DA47C (or 0x9DA47C) is known color: Sage. HEX triplet: 9D, A4 and 7C. RGB value is (157,164,124). Sum of RGB (Red+Green+Blue) = 157+164+124=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA47C is #625B83. Grayscale: #9D9D9D. Windows color (decimal): -6445956 or 8168605. OLE color: 8168605.
HSL color Cylindrical-coordinate representation of color #9DA47C: hue angle of 70.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA47C is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 124 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.36 |
| HSL | 70.5º | 0.18% | 0.56% | - |
| HSV(B) | 70.5º | 0.24% | 0.64% | - |
| XYZ | 30.82 | 35.17 | 24.23 | - |
| YUV | 157.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 124 | 0.04 | 0 | 0.24 | 0.36 | 70.5 | 0.18 | 0.56 |
| Hex | 9D | A4 | 7C | 4 | 0 | 18 | 24 | 46 | 12 | 38 |
| Octal | 235 | 244 | 174 | 4 | 0 | 30 | 44 | 106 | 22 | 70 |
| Binary | 10011101 | 10100100 | 1111100 | 100 | 0 | 11000 | 100100 | 1000110 | 10010 | 111000 |
Color Harmonies of #9DA47C
Complementary color
Monochromatic Colors of #9DA47C
Black with #9DA47C
Text Example
Text Example
White with #9DA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA47C; }
p { color: rgb(157,164,124); }
H1.HeaderClassName
{
color: #9DA47C;
}
.AnyTagClassName
{
color: #9DA47C;
}
</style>
background-color css
<style>
a { background-color: #9DA47C; }
a { background-color: rgb(157,164,124); }
div.DivClassName
{
background-color: #9DA47C;
}
.BgClassName
{
background-color: #9DA47C;
}
</style>
border-color css
<style>
span { border-color: #9DA47C; }
span { border-color: rgb(157,164,124); }
td.TdClassName
{
border-color: #9DA47C;
}
.TagClassName
{
border-color: #9DA47C;
}
</style>