Shades of Sage #9DA172
Tints of Sage #9DA172
RGB
CMYK
RGB Variations
Color information
#9DA172 (or 0x9DA172) is known color: Sage. HEX triplet: 9D, A1 and 72. RGB value is (157,161,114). Sum of RGB (Red+Green+Blue) = 157+161+114=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA172 is #625E8D. Grayscale: #9A9A9A. Windows color (decimal): -6446734 or 7512477. OLE color: 7512477.
HSL color Cylindrical-coordinate representation of color #9DA172: hue angle of 65.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA172 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 114 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.37 |
| HSL | 65.11º | 0.2% | 0.54% | - |
| HSV(B) | 65.11º | 0.29% | 0.63% | - |
| XYZ | 29.69 | 33.87 | 20.89 | - |
| YUV | 154.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 114 | 0.02 | 0 | 0.29 | 0.37 | 65.11 | 0.2 | 0.54 |
| Hex | 9D | A1 | 72 | 2 | 0 | 1D | 25 | 41 | 14 | 36 |
| Octal | 235 | 241 | 162 | 2 | 0 | 35 | 45 | 101 | 24 | 66 |
| Binary | 10011101 | 10100001 | 1110010 | 10 | 0 | 11101 | 100101 | 1000001 | 10100 | 110110 |
Color Harmonies of #9DA172
Complementary color
Monochromatic Colors of #9DA172
Black with #9DA172
Text Example
Text Example
White with #9DA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA172; }
p { color: rgb(157,161,114); }
H1.HeaderClassName
{
color: #9DA172;
}
.AnyTagClassName
{
color: #9DA172;
}
</style>
background-color css
<style>
a { background-color: #9DA172; }
a { background-color: rgb(157,161,114); }
div.DivClassName
{
background-color: #9DA172;
}
.BgClassName
{
background-color: #9DA172;
}
</style>
border-color css
<style>
span { border-color: #9DA172; }
span { border-color: rgb(157,161,114); }
td.TdClassName
{
border-color: #9DA172;
}
.TagClassName
{
border-color: #9DA172;
}
</style>