Shades of Sage #9DA371
Tints of Sage #9DA371
RGB
CMYK
RGB Variations
Color information
#9DA371 (or 0x9DA371) is known color: Sage. HEX triplet: 9D, A3 and 71. RGB value is (157,163,113). Sum of RGB (Red+Green+Blue) = 157+163+113=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA371 is #625C8E. Grayscale: #9B9B9B. Windows color (decimal): -6446223 or 7447453. OLE color: 7447453.
HSL color Cylindrical-coordinate representation of color #9DA371: hue angle of 67.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DA371 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 113 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.36 |
| HSL | 67.2º | 0.21% | 0.54% | - |
| HSV(B) | 67.2º | 0.31% | 0.64% | - |
| XYZ | 29.98 | 34.55 | 20.71 | - |
| YUV | 155.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 113 | 0.04 | 0 | 0.31 | 0.36 | 67.2 | 0.21 | 0.54 |
| Hex | 9D | A3 | 71 | 4 | 0 | 1F | 24 | 43 | 15 | 36 |
| Octal | 235 | 243 | 161 | 4 | 0 | 37 | 44 | 103 | 25 | 66 |
| Binary | 10011101 | 10100011 | 1110001 | 100 | 0 | 11111 | 100100 | 1000011 | 10101 | 110110 |
Color Harmonies of #9DA371
Complementary color
Monochromatic Colors of #9DA371
Black with #9DA371
Text Example
Text Example
White with #9DA371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA371; }
p { color: rgb(157,163,113); }
H1.HeaderClassName
{
color: #9DA371;
}
.AnyTagClassName
{
color: #9DA371;
}
</style>
background-color css
<style>
a { background-color: #9DA371; }
a { background-color: rgb(157,163,113); }
div.DivClassName
{
background-color: #9DA371;
}
.BgClassName
{
background-color: #9DA371;
}
</style>
border-color css
<style>
span { border-color: #9DA371; }
span { border-color: rgb(157,163,113); }
td.TdClassName
{
border-color: #9DA371;
}
.TagClassName
{
border-color: #9DA371;
}
</style>