Shades of Sage #9DAD76
Tints of Sage #9DAD76
RGB
CMYK
RGB Variations
Color information
#9DAD76 (or 0x9DAD76) is known color: Sage. HEX triplet: 9D, AD and 76. RGB value is (157,173,118). Sum of RGB (Red+Green+Blue) = 157+173+118=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD76 is #625289. Grayscale: #A2A2A2. Windows color (decimal): -6443658 or 7777693. OLE color: 7777693.
HSL color Cylindrical-coordinate representation of color #9DAD76: hue angle of 77.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DAD76 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 118 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.32 |
| HSL | 77.45º | 0.25% | 0.57% | - |
| HSV(B) | 77.45º | 0.32% | 0.68% | - |
| XYZ | 32.12 | 38.36 | 22.85 | - |
| YUV | 161.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 118 | 0.09 | 0 | 0.32 | 0.32 | 77.45 | 0.25 | 0.57 |
| Hex | 9D | AD | 76 | 9 | 0 | 20 | 20 | 4D | 19 | 39 |
| Octal | 235 | 255 | 166 | 11 | 0 | 40 | 40 | 115 | 31 | 71 |
| Binary | 10011101 | 10101101 | 1110110 | 1001 | 0 | 100000 | 100000 | 1001101 | 11001 | 111001 |
Color Harmonies of #9DAD76
Complementary color
Monochromatic Colors of #9DAD76
Black with #9DAD76
Text Example
Text Example
White with #9DAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD76; }
p { color: rgb(157,173,118); }
H1.HeaderClassName
{
color: #9DAD76;
}
.AnyTagClassName
{
color: #9DAD76;
}
</style>
background-color css
<style>
a { background-color: #9DAD76; }
a { background-color: rgb(157,173,118); }
div.DivClassName
{
background-color: #9DAD76;
}
.BgClassName
{
background-color: #9DAD76;
}
</style>
border-color css
<style>
span { border-color: #9DAD76; }
span { border-color: rgb(157,173,118); }
td.TdClassName
{
border-color: #9DAD76;
}
.TagClassName
{
border-color: #9DAD76;
}
</style>