Shades of Sage #9DAD75
Tints of Sage #9DAD75
RGB
CMYK
RGB Variations
Color information
#9DAD75 (or 0x9DAD75) is known color: Sage. HEX triplet: 9D, AD and 75. RGB value is (157,173,117). Sum of RGB (Red+Green+Blue) = 157+173+117=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD75 is #62528A. Grayscale: #A2A2A2. Windows color (decimal): -6443659 or 7712157. OLE color: 7712157.
HSL color Cylindrical-coordinate representation of color #9DAD75: hue angle of 77.14º 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 #9DAD75 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 117 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.32 |
| HSL | 77.14º | 0.25% | 0.57% | - |
| HSV(B) | 77.14º | 0.32% | 0.68% | - |
| XYZ | 32.06 | 38.34 | 22.54 | - |
| YUV | 161.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 117 | 0.09 | 0 | 0.32 | 0.32 | 77.14 | 0.25 | 0.57 |
| Hex | 9D | AD | 75 | 9 | 0 | 20 | 20 | 4D | 19 | 39 |
| Octal | 235 | 255 | 165 | 11 | 0 | 40 | 40 | 115 | 31 | 71 |
| Binary | 10011101 | 10101101 | 1110101 | 1001 | 0 | 100000 | 100000 | 1001101 | 11001 | 111001 |
Color Harmonies of #9DAD75
Complementary color
Monochromatic Colors of #9DAD75
Black with #9DAD75
Text Example
Text Example
White with #9DAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD75; }
p { color: rgb(157,173,117); }
H1.HeaderClassName
{
color: #9DAD75;
}
.AnyTagClassName
{
color: #9DAD75;
}
</style>
background-color css
<style>
a { background-color: #9DAD75; }
a { background-color: rgb(157,173,117); }
div.DivClassName
{
background-color: #9DAD75;
}
.BgClassName
{
background-color: #9DAD75;
}
</style>
border-color css
<style>
span { border-color: #9DAD75; }
span { border-color: rgb(157,173,117); }
td.TdClassName
{
border-color: #9DAD75;
}
.TagClassName
{
border-color: #9DAD75;
}
</style>