Shades of Sage #9BA57F
Tints of Sage #9BA57F
RGB
CMYK
RGB Variations
Color information
#9BA57F (or 0x9BA57F) is known color: Sage. HEX triplet: 9B, A5 and 7F. RGB value is (155,165,127). Sum of RGB (Red+Green+Blue) = 155+165+127=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA57F is #645A80. Grayscale: #9D9D9D. Windows color (decimal): -6576769 or 8365467. OLE color: 8365467.
HSL color Cylindrical-coordinate representation of color #9BA57F: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA57F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 127 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.35 |
| HSL | 75.79º | 0.17% | 0.57% | - |
| HSV(B) | 75.79º | 0.23% | 0.65% | - |
| XYZ | 30.8 | 35.41 | 25.29 | - |
| YUV | 157.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 127 | 0.06 | 0 | 0.23 | 0.35 | 75.79 | 0.17 | 0.57 |
| Hex | 9B | A5 | 7F | 6 | 0 | 17 | 23 | 4C | 11 | 39 |
| Octal | 233 | 245 | 177 | 6 | 0 | 27 | 43 | 114 | 21 | 71 |
| Binary | 10011011 | 10100101 | 1111111 | 110 | 0 | 10111 | 100011 | 1001100 | 10001 | 111001 |
Color Harmonies of #9BA57F
Complementary color
Monochromatic Colors of #9BA57F
Black with #9BA57F
Text Example
Text Example
White with #9BA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA57F; }
p { color: rgb(155,165,127); }
H1.HeaderClassName
{
color: #9BA57F;
}
.AnyTagClassName
{
color: #9BA57F;
}
</style>
background-color css
<style>
a { background-color: #9BA57F; }
a { background-color: rgb(155,165,127); }
div.DivClassName
{
background-color: #9BA57F;
}
.BgClassName
{
background-color: #9BA57F;
}
</style>
border-color css
<style>
span { border-color: #9BA57F; }
span { border-color: rgb(155,165,127); }
td.TdClassName
{
border-color: #9BA57F;
}
.TagClassName
{
border-color: #9BA57F;
}
</style>