Shades of Sage #9DA875
Tints of Sage #9DA875
RGB
CMYK
RGB Variations
Color information
#9DA875 (or 0x9DA875) is known color: Sage. HEX triplet: 9D, A8 and 75. RGB value is (157,168,117). Sum of RGB (Red+Green+Blue) = 157+168+117=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA875 is #62578A. Grayscale: #9F9F9F. Windows color (decimal): -6444939 or 7710877. OLE color: 7710877.
HSL color Cylindrical-coordinate representation of color #9DA875: hue angle of 72.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA875 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 117 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.34 |
| HSL | 72.94º | 0.23% | 0.56% | - |
| HSV(B) | 72.94º | 0.3% | 0.66% | - |
| XYZ | 31.12 | 36.46 | 22.23 | - |
| YUV | 158.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 117 | 0.07 | 0 | 0.30 | 0.34 | 72.94 | 0.23 | 0.56 |
| Hex | 9D | A8 | 75 | 7 | 0 | 1E | 22 | 49 | 17 | 38 |
| Octal | 235 | 250 | 165 | 7 | 0 | 36 | 42 | 111 | 27 | 70 |
| Binary | 10011101 | 10101000 | 1110101 | 111 | 0 | 11110 | 100010 | 1001001 | 10111 | 111000 |
Color Harmonies of #9DA875
Complementary color
Monochromatic Colors of #9DA875
Black with #9DA875
Text Example
Text Example
White with #9DA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA875; }
p { color: rgb(157,168,117); }
H1.HeaderClassName
{
color: #9DA875;
}
.AnyTagClassName
{
color: #9DA875;
}
</style>
background-color css
<style>
a { background-color: #9DA875; }
a { background-color: rgb(157,168,117); }
div.DivClassName
{
background-color: #9DA875;
}
.BgClassName
{
background-color: #9DA875;
}
</style>
border-color css
<style>
span { border-color: #9DA875; }
span { border-color: rgb(157,168,117); }
td.TdClassName
{
border-color: #9DA875;
}
.TagClassName
{
border-color: #9DA875;
}
</style>