Shades of Sage #9BA673
Tints of Sage #9BA673
RGB
CMYK
RGB Variations
Color information
#9BA673 (or 0x9BA673) is known color: Sage. HEX triplet: 9B, A6 and 73. RGB value is (155,166,115). Sum of RGB (Red+Green+Blue) = 155+166+115=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA673 is #64598C. Grayscale: #9D9D9D. Windows color (decimal): -6576525 or 7579291. OLE color: 7579291.
HSL color Cylindrical-coordinate representation of color #9BA673: hue angle of 72.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA673 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 115 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.35 |
| HSL | 72.94º | 0.22% | 0.55% | - |
| HSV(B) | 72.94º | 0.31% | 0.65% | - |
| XYZ | 30.25 | 35.48 | 21.47 | - |
| YUV | 156.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 115 | 0.07 | 0 | 0.31 | 0.35 | 72.94 | 0.22 | 0.55 |
| Hex | 9B | A6 | 73 | 7 | 0 | 1F | 23 | 49 | 16 | 37 |
| Octal | 233 | 246 | 163 | 7 | 0 | 37 | 43 | 111 | 26 | 67 |
| Binary | 10011011 | 10100110 | 1110011 | 111 | 0 | 11111 | 100011 | 1001001 | 10110 | 110111 |
Color Harmonies of #9BA673
Complementary color
Monochromatic Colors of #9BA673
Black with #9BA673
Text Example
Text Example
White with #9BA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA673; }
p { color: rgb(155,166,115); }
H1.HeaderClassName
{
color: #9BA673;
}
.AnyTagClassName
{
color: #9BA673;
}
</style>
background-color css
<style>
a { background-color: #9BA673; }
a { background-color: rgb(155,166,115); }
div.DivClassName
{
background-color: #9BA673;
}
.BgClassName
{
background-color: #9BA673;
}
</style>
border-color css
<style>
span { border-color: #9BA673; }
span { border-color: rgb(155,166,115); }
td.TdClassName
{
border-color: #9BA673;
}
.TagClassName
{
border-color: #9BA673;
}
</style>