Shades of Sage #9BA97C
Tints of Sage #9BA97C
RGB
CMYK
RGB Variations
Color information
#9BA97C (or 0x9BA97C) is known color: Sage. HEX triplet: 9B, A9 and 7C. RGB value is (155,169,124). Sum of RGB (Red+Green+Blue) = 155+169+124=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA97C is #645683. Grayscale: #9F9F9F. Windows color (decimal): -6575748 or 8169883. OLE color: 8169883.
HSL color Cylindrical-coordinate representation of color #9BA97C: hue angle of 78.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BA97C is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 124 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.34 |
| HSL | 78.67º | 0.21% | 0.57% | - |
| HSV(B) | 78.67º | 0.27% | 0.66% | - |
| XYZ | 31.34 | 36.8 | 24.52 | - |
| YUV | 159.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 124 | 0.08 | 0 | 0.27 | 0.34 | 78.67 | 0.21 | 0.57 |
| Hex | 9B | A9 | 7C | 8 | 0 | 1B | 22 | 4F | 15 | 39 |
| Octal | 233 | 251 | 174 | 10 | 0 | 33 | 42 | 117 | 25 | 71 |
| Binary | 10011011 | 10101001 | 1111100 | 1000 | 0 | 11011 | 100010 | 1001111 | 10101 | 111001 |
Color Harmonies of #9BA97C
Complementary color
Monochromatic Colors of #9BA97C
Black with #9BA97C
Text Example
Text Example
White with #9BA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA97C; }
p { color: rgb(155,169,124); }
H1.HeaderClassName
{
color: #9BA97C;
}
.AnyTagClassName
{
color: #9BA97C;
}
</style>
background-color css
<style>
a { background-color: #9BA97C; }
a { background-color: rgb(155,169,124); }
div.DivClassName
{
background-color: #9BA97C;
}
.BgClassName
{
background-color: #9BA97C;
}
</style>
border-color css
<style>
span { border-color: #9BA97C; }
span { border-color: rgb(155,169,124); }
td.TdClassName
{
border-color: #9BA97C;
}
.TagClassName
{
border-color: #9BA97C;
}
</style>