Shades of Sage #9FA773
Tints of Sage #9FA773
RGB
CMYK
RGB Variations
Color information
#9FA773 (or 0x9FA773) is known color: Sage. HEX triplet: 9F, A7 and 73. RGB value is (159,167,115). Sum of RGB (Red+Green+Blue) = 159+167+115=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA773 is #60588C. Grayscale: #9E9E9E. Windows color (decimal): -6314125 or 7579551. OLE color: 7579551.
HSL color Cylindrical-coordinate representation of color #9FA773: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA773 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 115 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.35 |
| HSL | 69.23º | 0.23% | 0.55% | - |
| HSV(B) | 69.23º | 0.31% | 0.65% | - |
| XYZ | 31.21 | 36.25 | 21.57 | - |
| YUV | 158.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 115 | 0.05 | 0 | 0.31 | 0.35 | 69.23 | 0.23 | 0.55 |
| Hex | 9F | A7 | 73 | 5 | 0 | 1F | 23 | 45 | 17 | 37 |
| Octal | 237 | 247 | 163 | 5 | 0 | 37 | 43 | 105 | 27 | 67 |
| Binary | 10011111 | 10100111 | 1110011 | 101 | 0 | 11111 | 100011 | 1000101 | 10111 | 110111 |
Color Harmonies of #9FA773
Complementary color
Monochromatic Colors of #9FA773
Black with #9FA773
Text Example
Text Example
White with #9FA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA773; }
p { color: rgb(159,167,115); }
H1.HeaderClassName
{
color: #9FA773;
}
.AnyTagClassName
{
color: #9FA773;
}
</style>
background-color css
<style>
a { background-color: #9FA773; }
a { background-color: rgb(159,167,115); }
div.DivClassName
{
background-color: #9FA773;
}
.BgClassName
{
background-color: #9FA773;
}
</style>
border-color css
<style>
span { border-color: #9FA773; }
span { border-color: rgb(159,167,115); }
td.TdClassName
{
border-color: #9FA773;
}
.TagClassName
{
border-color: #9FA773;
}
</style>