Shades of Sage #9DA781
Tints of Sage #9DA781
RGB
CMYK
RGB Variations
Color information
#9DA781 (or 0x9DA781) is known color: Sage. HEX triplet: 9D, A7 and 81. RGB value is (157,167,129). Sum of RGB (Red+Green+Blue) = 157+167+129=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA781 is #62587E. Grayscale: #9F9F9F. Windows color (decimal): -6445183 or 8497053. OLE color: 8497053.
HSL color Cylindrical-coordinate representation of color #9DA781: hue angle of 75.79º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA781 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 129 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.35 |
| HSL | 75.79º | 0.18% | 0.58% | - |
| HSV(B) | 75.79º | 0.23% | 0.65% | - |
| XYZ | 31.69 | 36.39 | 26.12 | - |
| YUV | 159.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 129 | 0.06 | 0 | 0.23 | 0.35 | 75.79 | 0.18 | 0.58 |
| Hex | 9D | A7 | 81 | 6 | 0 | 17 | 23 | 4C | 12 | 3A |
| Octal | 235 | 247 | 201 | 6 | 0 | 27 | 43 | 114 | 22 | 72 |
| Binary | 10011101 | 10100111 | 10000001 | 110 | 0 | 10111 | 100011 | 1001100 | 10010 | 111010 |
Color Harmonies of #9DA781
Complementary color
Monochromatic Colors of #9DA781
Black with #9DA781
Text Example
Text Example
White with #9DA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA781; }
p { color: rgb(157,167,129); }
H1.HeaderClassName
{
color: #9DA781;
}
.AnyTagClassName
{
color: #9DA781;
}
</style>
background-color css
<style>
a { background-color: #9DA781; }
a { background-color: rgb(157,167,129); }
div.DivClassName
{
background-color: #9DA781;
}
.BgClassName
{
background-color: #9DA781;
}
</style>
border-color css
<style>
span { border-color: #9DA781; }
span { border-color: rgb(157,167,129); }
td.TdClassName
{
border-color: #9DA781;
}
.TagClassName
{
border-color: #9DA781;
}
</style>