Shades of Sage #9BA071
Tints of Sage #9BA071
RGB
CMYK
RGB Variations
Color information
#9BA071 (or 0x9BA071) is known color: Sage. HEX triplet: 9B, A0 and 71. RGB value is (155,160,113). Sum of RGB (Red+Green+Blue) = 155+160+113=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA071 is #645F8E. Grayscale: #999999. Windows color (decimal): -6578063 or 7446683. OLE color: 7446683.
HSL color Cylindrical-coordinate representation of color #9BA071: hue angle of 66.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA071 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 113 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.37 |
| HSL | 66.38º | 0.2% | 0.54% | - |
| HSV(B) | 66.38º | 0.29% | 0.63% | - |
| XYZ | 29.07 | 33.3 | 20.52 | - |
| YUV | 153.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 113 | 0.03 | 0 | 0.29 | 0.37 | 66.38 | 0.2 | 0.54 |
| Hex | 9B | A0 | 71 | 3 | 0 | 1D | 25 | 42 | 14 | 36 |
| Octal | 233 | 240 | 161 | 3 | 0 | 35 | 45 | 102 | 24 | 66 |
| Binary | 10011011 | 10100000 | 1110001 | 11 | 0 | 11101 | 100101 | 1000010 | 10100 | 110110 |
Color Harmonies of #9BA071
Complementary color
Monochromatic Colors of #9BA071
Black with #9BA071
Text Example
Text Example
White with #9BA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA071; }
p { color: rgb(155,160,113); }
H1.HeaderClassName
{
color: #9BA071;
}
.AnyTagClassName
{
color: #9BA071;
}
</style>
background-color css
<style>
a { background-color: #9BA071; }
a { background-color: rgb(155,160,113); }
div.DivClassName
{
background-color: #9BA071;
}
.BgClassName
{
background-color: #9BA071;
}
</style>
border-color css
<style>
span { border-color: #9BA071; }
span { border-color: rgb(155,160,113); }
td.TdClassName
{
border-color: #9BA071;
}
.TagClassName
{
border-color: #9BA071;
}
</style>