Shades of Sage #9DAC79
Tints of Sage #9DAC79
RGB
CMYK
RGB Variations
Color information
#9DAC79 (or 0x9DAC79) is known color: Sage. HEX triplet: 9D, AC and 79. RGB value is (157,172,121). Sum of RGB (Red+Green+Blue) = 157+172+121=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC79 is #625386. Grayscale: #A1A1A1. Windows color (decimal): -6443911 or 7974045. OLE color: 7974045.
HSL color Cylindrical-coordinate representation of color #9DAC79: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DAC79 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 121 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.33 |
| HSL | 77.65º | 0.24% | 0.57% | - |
| HSV(B) | 77.65º | 0.3% | 0.67% | - |
| XYZ | 32.11 | 38.05 | 23.74 | - |
| YUV | 161.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 121 | 0.09 | 0 | 0.30 | 0.33 | 77.65 | 0.24 | 0.57 |
| Hex | 9D | AC | 79 | 9 | 0 | 1E | 21 | 4E | 18 | 39 |
| Octal | 235 | 254 | 171 | 11 | 0 | 36 | 41 | 116 | 30 | 71 |
| Binary | 10011101 | 10101100 | 1111001 | 1001 | 0 | 11110 | 100001 | 1001110 | 11000 | 111001 |
Color Harmonies of #9DAC79
Complementary color
Monochromatic Colors of #9DAC79
Black with #9DAC79
Text Example
Text Example
White with #9DAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC79; }
p { color: rgb(157,172,121); }
H1.HeaderClassName
{
color: #9DAC79;
}
.AnyTagClassName
{
color: #9DAC79;
}
</style>
background-color css
<style>
a { background-color: #9DAC79; }
a { background-color: rgb(157,172,121); }
div.DivClassName
{
background-color: #9DAC79;
}
.BgClassName
{
background-color: #9DAC79;
}
</style>
border-color css
<style>
span { border-color: #9DAC79; }
span { border-color: rgb(157,172,121); }
td.TdClassName
{
border-color: #9DAC79;
}
.TagClassName
{
border-color: #9DAC79;
}
</style>