Shades of Sage #9BA977
Tints of Sage #9BA977
RGB
CMYK
RGB Variations
Color information
#9BA977 (or 0x9BA977) is known color: Sage. HEX triplet: 9B, A9 and 77. RGB value is (155,169,119). Sum of RGB (Red+Green+Blue) = 155+169+119=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA977 is #645688. Grayscale: #9F9F9F. Windows color (decimal): -6575753 or 7842203. OLE color: 7842203.
HSL color Cylindrical-coordinate representation of color #9BA977: hue angle of 76.8º 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 #9BA977 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 119 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.34 |
| HSL | 76.8º | 0.23% | 0.56% | - |
| HSV(B) | 76.8º | 0.3% | 0.66% | - |
| XYZ | 31.04 | 36.68 | 22.9 | - |
| YUV | 159.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 119 | 0.08 | 0 | 0.30 | 0.34 | 76.8 | 0.23 | 0.56 |
| Hex | 9B | A9 | 77 | 8 | 0 | 1E | 22 | 4D | 17 | 38 |
| Octal | 233 | 251 | 167 | 10 | 0 | 36 | 42 | 115 | 27 | 70 |
| Binary | 10011011 | 10101001 | 1110111 | 1000 | 0 | 11110 | 100010 | 1001101 | 10111 | 111000 |
Color Harmonies of #9BA977
Complementary color
Monochromatic Colors of #9BA977
Black with #9BA977
Text Example
Text Example
White with #9BA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA977; }
p { color: rgb(155,169,119); }
H1.HeaderClassName
{
color: #9BA977;
}
.AnyTagClassName
{
color: #9BA977;
}
</style>
background-color css
<style>
a { background-color: #9BA977; }
a { background-color: rgb(155,169,119); }
div.DivClassName
{
background-color: #9BA977;
}
.BgClassName
{
background-color: #9BA977;
}
</style>
border-color css
<style>
span { border-color: #9BA977; }
span { border-color: rgb(155,169,119); }
td.TdClassName
{
border-color: #9BA977;
}
.TagClassName
{
border-color: #9BA977;
}
</style>