Shades of Sage #9DA37E
Tints of Sage #9DA37E
RGB
CMYK
RGB Variations
Color information
#9DA37E (or 0x9DA37E) is known color: Sage. HEX triplet: 9D, A3 and 7E. RGB value is (157,163,126). Sum of RGB (Red+Green+Blue) = 157+163+126=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA37E is #625C81. Grayscale: #9D9D9D. Windows color (decimal): -6446210 or 8299421. OLE color: 8299421.
HSL color Cylindrical-coordinate representation of color #9DA37E: hue angle of 69.73º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA37E is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 126 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.36 |
| HSL | 69.73º | 0.17% | 0.57% | - |
| HSV(B) | 69.73º | 0.23% | 0.64% | - |
| XYZ | 30.77 | 34.87 | 24.85 | - |
| YUV | 156.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 126 | 0.04 | 0 | 0.23 | 0.36 | 69.73 | 0.17 | 0.57 |
| Hex | 9D | A3 | 7E | 4 | 0 | 17 | 24 | 46 | 11 | 39 |
| Octal | 235 | 243 | 176 | 4 | 0 | 27 | 44 | 106 | 21 | 71 |
| Binary | 10011101 | 10100011 | 1111110 | 100 | 0 | 10111 | 100100 | 1000110 | 10001 | 111001 |
Color Harmonies of #9DA37E
Complementary color
Monochromatic Colors of #9DA37E
Black with #9DA37E
Text Example
Text Example
White with #9DA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA37E; }
p { color: rgb(157,163,126); }
H1.HeaderClassName
{
color: #9DA37E;
}
.AnyTagClassName
{
color: #9DA37E;
}
</style>
background-color css
<style>
a { background-color: #9DA37E; }
a { background-color: rgb(157,163,126); }
div.DivClassName
{
background-color: #9DA37E;
}
.BgClassName
{
background-color: #9DA37E;
}
</style>
border-color css
<style>
span { border-color: #9DA37E; }
span { border-color: rgb(157,163,126); }
td.TdClassName
{
border-color: #9DA37E;
}
.TagClassName
{
border-color: #9DA37E;
}
</style>