Shades of Sage #9BA785
Tints of Sage #9BA785
RGB
CMYK
RGB Variations
Color information
#9BA785 (or 0x9BA785) is known color: Sage. HEX triplet: 9B, A7 and 85. RGB value is (155,167,133). Sum of RGB (Red+Green+Blue) = 155+167+133=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA785 is #64587A. Grayscale: #9F9F9F. Windows color (decimal): -6576251 or 8759195. OLE color: 8759195.
HSL color Cylindrical-coordinate representation of color #9BA785: hue angle of 81.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA785 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 133 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.35 |
| HSL | 81.18º | 0.16% | 0.59% | - |
| HSV(B) | 81.18º | 0.2% | 0.65% | - |
| XYZ | 31.57 | 36.3 | 27.53 | - |
| YUV | 159.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 133 | 0.07 | 0 | 0.20 | 0.35 | 81.18 | 0.16 | 0.59 |
| Hex | 9B | A7 | 85 | 7 | 0 | 14 | 23 | 51 | 10 | 3B |
| Octal | 233 | 247 | 205 | 7 | 0 | 24 | 43 | 121 | 20 | 73 |
| Binary | 10011011 | 10100111 | 10000101 | 111 | 0 | 10100 | 100011 | 1010001 | 10000 | 111011 |
Color Harmonies of #9BA785
Complementary color
Monochromatic Colors of #9BA785
Black with #9BA785
Text Example
Text Example
White with #9BA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA785; }
p { color: rgb(155,167,133); }
H1.HeaderClassName
{
color: #9BA785;
}
.AnyTagClassName
{
color: #9BA785;
}
</style>
background-color css
<style>
a { background-color: #9BA785; }
a { background-color: rgb(155,167,133); }
div.DivClassName
{
background-color: #9BA785;
}
.BgClassName
{
background-color: #9BA785;
}
</style>
border-color css
<style>
span { border-color: #9BA785; }
span { border-color: rgb(155,167,133); }
td.TdClassName
{
border-color: #9BA785;
}
.TagClassName
{
border-color: #9BA785;
}
</style>