Shades of Sage #9BA17F
Tints of Sage #9BA17F
RGB
CMYK
RGB Variations
Color information
#9BA17F (or 0x9BA17F) is known color: Sage. HEX triplet: 9B, A1 and 7F. RGB value is (155,161,127). Sum of RGB (Red+Green+Blue) = 155+161+127=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA17F is #645E80. Grayscale: #9B9B9B. Windows color (decimal): -6577793 or 8364443. OLE color: 8364443.
HSL color Cylindrical-coordinate representation of color #9BA17F: hue angle of 70.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA17F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 127 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.37 |
| HSL | 70.59º | 0.15% | 0.56% | - |
| HSV(B) | 70.59º | 0.21% | 0.63% | - |
| XYZ | 30.09 | 33.99 | 25.05 | - |
| YUV | 155.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 127 | 0.04 | 0 | 0.21 | 0.37 | 70.59 | 0.15 | 0.56 |
| Hex | 9B | A1 | 7F | 4 | 0 | 15 | 25 | 47 | F | 38 |
| Octal | 233 | 241 | 177 | 4 | 0 | 25 | 45 | 107 | 17 | 70 |
| Binary | 10011011 | 10100001 | 1111111 | 100 | 0 | 10101 | 100101 | 1000111 | 1111 | 111000 |
Color Harmonies of #9BA17F
Complementary color
Monochromatic Colors of #9BA17F
Black with #9BA17F
Text Example
Text Example
White with #9BA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA17F; }
p { color: rgb(155,161,127); }
H1.HeaderClassName
{
color: #9BA17F;
}
.AnyTagClassName
{
color: #9BA17F;
}
</style>
background-color css
<style>
a { background-color: #9BA17F; }
a { background-color: rgb(155,161,127); }
div.DivClassName
{
background-color: #9BA17F;
}
.BgClassName
{
background-color: #9BA17F;
}
</style>
border-color css
<style>
span { border-color: #9BA17F; }
span { border-color: rgb(155,161,127); }
td.TdClassName
{
border-color: #9BA17F;
}
.TagClassName
{
border-color: #9BA17F;
}
</style>