Shades of Sage #9BA073
Tints of Sage #9BA073
RGB
CMYK
RGB Variations
Color information
#9BA073 (or 0x9BA073) is known color: Sage. HEX triplet: 9B, A0 and 73. RGB value is (155,160,115). Sum of RGB (Red+Green+Blue) = 155+160+115=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA073 is #645F8C. Grayscale: #999999. Windows color (decimal): -6578061 or 7577755. OLE color: 7577755.
HSL color Cylindrical-coordinate representation of color #9BA073: hue angle of 66.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA073 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 115 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.37 |
| HSL | 66.67º | 0.19% | 0.54% | - |
| HSV(B) | 66.67º | 0.28% | 0.63% | - |
| XYZ | 29.18 | 33.35 | 21.12 | - |
| YUV | 153.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 115 | 0.03 | 0 | 0.28 | 0.37 | 66.67 | 0.19 | 0.54 |
| Hex | 9B | A0 | 73 | 3 | 0 | 1C | 25 | 43 | 13 | 36 |
| Octal | 233 | 240 | 163 | 3 | 0 | 34 | 45 | 103 | 23 | 66 |
| Binary | 10011011 | 10100000 | 1110011 | 11 | 0 | 11100 | 100101 | 1000011 | 10011 | 110110 |
Color Harmonies of #9BA073
Complementary color
Monochromatic Colors of #9BA073
Black with #9BA073
Text Example
Text Example
White with #9BA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA073; }
p { color: rgb(155,160,115); }
H1.HeaderClassName
{
color: #9BA073;
}
.AnyTagClassName
{
color: #9BA073;
}
</style>
background-color css
<style>
a { background-color: #9BA073; }
a { background-color: rgb(155,160,115); }
div.DivClassName
{
background-color: #9BA073;
}
.BgClassName
{
background-color: #9BA073;
}
</style>
border-color css
<style>
span { border-color: #9BA073; }
span { border-color: rgb(155,160,115); }
td.TdClassName
{
border-color: #9BA073;
}
.TagClassName
{
border-color: #9BA073;
}
</style>