Shades of Sage #9DAD72
Tints of Sage #9DAD72
RGB
CMYK
RGB Variations
Color information
#9DAD72 (or 0x9DAD72) is known color: Sage. HEX triplet: 9D, AD and 72. RGB value is (157,173,114). Sum of RGB (Red+Green+Blue) = 157+173+114=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD72 is #62528D. Grayscale: #A1A1A1. Windows color (decimal): -6443662 or 7515549. OLE color: 7515549.
HSL color Cylindrical-coordinate representation of color #9DAD72: hue angle of 76.27º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DAD72 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 114 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.32 |
| HSL | 76.27º | 0.26% | 0.56% | - |
| HSV(B) | 76.27º | 0.34% | 0.68% | - |
| XYZ | 31.89 | 38.27 | 21.63 | - |
| YUV | 161.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 114 | 0.09 | 0 | 0.34 | 0.32 | 76.27 | 0.26 | 0.56 |
| Hex | 9D | AD | 72 | 9 | 0 | 22 | 20 | 4C | 1A | 38 |
| Octal | 235 | 255 | 162 | 11 | 0 | 42 | 40 | 114 | 32 | 70 |
| Binary | 10011101 | 10101101 | 1110010 | 1001 | 0 | 100010 | 100000 | 1001100 | 11010 | 111000 |
Color Harmonies of #9DAD72
Complementary color
Monochromatic Colors of #9DAD72
Black with #9DAD72
Text Example
Text Example
White with #9DAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD72; }
p { color: rgb(157,173,114); }
H1.HeaderClassName
{
color: #9DAD72;
}
.AnyTagClassName
{
color: #9DAD72;
}
</style>
background-color css
<style>
a { background-color: #9DAD72; }
a { background-color: rgb(157,173,114); }
div.DivClassName
{
background-color: #9DAD72;
}
.BgClassName
{
background-color: #9DAD72;
}
</style>
border-color css
<style>
span { border-color: #9DAD72; }
span { border-color: rgb(157,173,114); }
td.TdClassName
{
border-color: #9DAD72;
}
.TagClassName
{
border-color: #9DAD72;
}
</style>