Shades of Sage #9DAC75
Tints of Sage #9DAC75
RGB
CMYK
RGB Variations
Color information
#9DAC75 (or 0x9DAC75) is known color: Sage. HEX triplet: 9D, AC and 75. RGB value is (157,172,117). Sum of RGB (Red+Green+Blue) = 157+172+117=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC75 is #62538A. Grayscale: #A1A1A1. Windows color (decimal): -6443915 or 7711901. OLE color: 7711901.
HSL color Cylindrical-coordinate representation of color #9DAC75: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DAC75 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 117 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.33 |
| HSL | 76.36º | 0.25% | 0.57% | - |
| HSV(B) | 76.36º | 0.32% | 0.67% | - |
| XYZ | 31.87 | 37.96 | 22.48 | - |
| YUV | 161.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 117 | 0.09 | 0 | 0.32 | 0.33 | 76.36 | 0.25 | 0.57 |
| Hex | 9D | AC | 75 | 9 | 0 | 20 | 21 | 4C | 19 | 39 |
| Octal | 235 | 254 | 165 | 11 | 0 | 40 | 41 | 114 | 31 | 71 |
| Binary | 10011101 | 10101100 | 1110101 | 1001 | 0 | 100000 | 100001 | 1001100 | 11001 | 111001 |
Color Harmonies of #9DAC75
Complementary color
Monochromatic Colors of #9DAC75
Black with #9DAC75
Text Example
Text Example
White with #9DAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC75; }
p { color: rgb(157,172,117); }
H1.HeaderClassName
{
color: #9DAC75;
}
.AnyTagClassName
{
color: #9DAC75;
}
</style>
background-color css
<style>
a { background-color: #9DAC75; }
a { background-color: rgb(157,172,117); }
div.DivClassName
{
background-color: #9DAC75;
}
.BgClassName
{
background-color: #9DAC75;
}
</style>
border-color css
<style>
span { border-color: #9DAC75; }
span { border-color: rgb(157,172,117); }
td.TdClassName
{
border-color: #9DAC75;
}
.TagClassName
{
border-color: #9DAC75;
}
</style>