Shades of Sage #9DA977
Tints of Sage #9DA977
RGB
CMYK
RGB Variations
Color information
#9DA977 (or 0x9DA977) is known color: Sage. HEX triplet: 9D, A9 and 77. RGB value is (157,169,119). Sum of RGB (Red+Green+Blue) = 157+169+119=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA977 is #625688. Grayscale: #9F9F9F. Windows color (decimal): -6444681 or 7842205. OLE color: 7842205.
HSL color Cylindrical-coordinate representation of color #9DA977: hue angle of 74.4º 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 #9DA977 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 119 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.34 |
| HSL | 74.4º | 0.23% | 0.56% | - |
| HSV(B) | 74.4º | 0.3% | 0.66% | - |
| XYZ | 31.42 | 36.88 | 22.91 | - |
| YUV | 159.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 119 | 0.07 | 0 | 0.30 | 0.34 | 74.4 | 0.23 | 0.56 |
| Hex | 9D | A9 | 77 | 7 | 0 | 1E | 22 | 4A | 17 | 38 |
| Octal | 235 | 251 | 167 | 7 | 0 | 36 | 42 | 112 | 27 | 70 |
| Binary | 10011101 | 10101001 | 1110111 | 111 | 0 | 11110 | 100010 | 1001010 | 10111 | 111000 |
Color Harmonies of #9DA977
Complementary color
Monochromatic Colors of #9DA977
Black with #9DA977
Text Example
Text Example
White with #9DA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA977; }
p { color: rgb(157,169,119); }
H1.HeaderClassName
{
color: #9DA977;
}
.AnyTagClassName
{
color: #9DA977;
}
</style>
background-color css
<style>
a { background-color: #9DA977; }
a { background-color: rgb(157,169,119); }
div.DivClassName
{
background-color: #9DA977;
}
.BgClassName
{
background-color: #9DA977;
}
</style>
border-color css
<style>
span { border-color: #9DA977; }
span { border-color: rgb(157,169,119); }
td.TdClassName
{
border-color: #9DA977;
}
.TagClassName
{
border-color: #9DA977;
}
</style>