Shades of Sage #9DA87C
Tints of Sage #9DA87C
RGB
CMYK
RGB Variations
Color information
#9DA87C (or 0x9DA87C) is known color: Sage. HEX triplet: 9D, A8 and 7C. RGB value is (157,168,124). Sum of RGB (Red+Green+Blue) = 157+168+124=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA87C is #625783. Grayscale: #9F9F9F. Windows color (decimal): -6444932 or 8169629. OLE color: 8169629.
HSL color Cylindrical-coordinate representation of color #9DA87C: hue angle of 75º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DA87C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 124 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.34 |
| HSL | 75º | 0.2% | 0.57% | - |
| HSV(B) | 75º | 0.26% | 0.66% | - |
| XYZ | 31.55 | 36.63 | 24.48 | - |
| YUV | 159.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 124 | 0.07 | 0 | 0.26 | 0.34 | 75 | 0.2 | 0.57 |
| Hex | 9D | A8 | 7C | 7 | 0 | 1A | 22 | 4B | 14 | 39 |
| Octal | 235 | 250 | 174 | 7 | 0 | 32 | 42 | 113 | 24 | 71 |
| Binary | 10011101 | 10101000 | 1111100 | 111 | 0 | 11010 | 100010 | 1001011 | 10100 | 111001 |
Color Harmonies of #9DA87C
Complementary color
Monochromatic Colors of #9DA87C
Black with #9DA87C
Text Example
Text Example
White with #9DA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA87C; }
p { color: rgb(157,168,124); }
H1.HeaderClassName
{
color: #9DA87C;
}
.AnyTagClassName
{
color: #9DA87C;
}
</style>
background-color css
<style>
a { background-color: #9DA87C; }
a { background-color: rgb(157,168,124); }
div.DivClassName
{
background-color: #9DA87C;
}
.BgClassName
{
background-color: #9DA87C;
}
</style>
border-color css
<style>
span { border-color: #9DA87C; }
span { border-color: rgb(157,168,124); }
td.TdClassName
{
border-color: #9DA87C;
}
.TagClassName
{
border-color: #9DA87C;
}
</style>