Shades of Sage #9DAC7A
Tints of Sage #9DAC7A
RGB
CMYK
RGB Variations
Color information
#9DAC7A (or 0x9DAC7A) is known color: Sage. HEX triplet: 9D, AC and 7A. RGB value is (157,172,122). Sum of RGB (Red+Green+Blue) = 157+172+122=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC7A is #625385. Grayscale: #A1A1A1. Windows color (decimal): -6443910 or 8039581. OLE color: 8039581.
HSL color Cylindrical-coordinate representation of color #9DAC7A: hue angle of 78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAC7A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 122 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.33 |
| HSL | 78º | 0.23% | 0.58% | - |
| HSV(B) | 78º | 0.29% | 0.67% | - |
| XYZ | 32.17 | 38.08 | 24.07 | - |
| YUV | 161.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 122 | 0.09 | 0 | 0.29 | 0.33 | 78 | 0.23 | 0.58 |
| Hex | 9D | AC | 7A | 9 | 0 | 1D | 21 | 4E | 17 | 3A |
| Octal | 235 | 254 | 172 | 11 | 0 | 35 | 41 | 116 | 27 | 72 |
| Binary | 10011101 | 10101100 | 1111010 | 1001 | 0 | 11101 | 100001 | 1001110 | 10111 | 111010 |
Color Harmonies of #9DAC7A
Complementary color
Monochromatic Colors of #9DAC7A
Black with #9DAC7A
Text Example
Text Example
White with #9DAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC7A; }
p { color: rgb(157,172,122); }
H1.HeaderClassName
{
color: #9DAC7A;
}
.AnyTagClassName
{
color: #9DAC7A;
}
</style>
background-color css
<style>
a { background-color: #9DAC7A; }
a { background-color: rgb(157,172,122); }
div.DivClassName
{
background-color: #9DAC7A;
}
.BgClassName
{
background-color: #9DAC7A;
}
</style>
border-color css
<style>
span { border-color: #9DAC7A; }
span { border-color: rgb(157,172,122); }
td.TdClassName
{
border-color: #9DAC7A;
}
.TagClassName
{
border-color: #9DAC7A;
}
</style>