Shades of Sage #9DA885
Tints of Sage #9DA885
RGB
CMYK
RGB Variations
Color information
#9DA885 (or 0x9DA885) is known color: Sage. HEX triplet: 9D, A8 and 85. RGB value is (157,168,133). Sum of RGB (Red+Green+Blue) = 157+168+133=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA885 is #62577A. Grayscale: #A0A0A0. Windows color (decimal): -6444923 or 8759453. OLE color: 8759453.
HSL color Cylindrical-coordinate representation of color #9DA885: hue angle of 78.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA885 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 133 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.34 |
| HSL | 78.86º | 0.17% | 0.59% | - |
| HSV(B) | 78.86º | 0.21% | 0.66% | - |
| XYZ | 32.14 | 36.87 | 27.61 | - |
| YUV | 160.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 133 | 0.07 | 0 | 0.21 | 0.34 | 78.86 | 0.17 | 0.59 |
| Hex | 9D | A8 | 85 | 7 | 0 | 15 | 22 | 4F | 11 | 3B |
| Octal | 235 | 250 | 205 | 7 | 0 | 25 | 42 | 117 | 21 | 73 |
| Binary | 10011101 | 10101000 | 10000101 | 111 | 0 | 10101 | 100010 | 1001111 | 10001 | 111011 |
Color Harmonies of #9DA885
Complementary color
Monochromatic Colors of #9DA885
Black with #9DA885
Text Example
Text Example
White with #9DA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA885; }
p { color: rgb(157,168,133); }
H1.HeaderClassName
{
color: #9DA885;
}
.AnyTagClassName
{
color: #9DA885;
}
</style>
background-color css
<style>
a { background-color: #9DA885; }
a { background-color: rgb(157,168,133); }
div.DivClassName
{
background-color: #9DA885;
}
.BgClassName
{
background-color: #9DA885;
}
</style>
border-color css
<style>
span { border-color: #9DA885; }
span { border-color: rgb(157,168,133); }
td.TdClassName
{
border-color: #9DA885;
}
.TagClassName
{
border-color: #9DA885;
}
</style>