Shades of Sage #9BAA7E
Tints of Sage #9BAA7E
RGB
CMYK
RGB Variations
Color information
#9BAA7E (or 0x9BAA7E) is known color: Sage. HEX triplet: 9B, AA and 7E. RGB value is (155,170,126). Sum of RGB (Red+Green+Blue) = 155+170+126=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA7E is #645581. Grayscale: #A0A0A0. Windows color (decimal): -6575490 or 8301211. OLE color: 8301211.
HSL color Cylindrical-coordinate representation of color #9BAA7E: hue angle of 80.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAA7E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 126 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.33 |
| HSL | 80.45º | 0.21% | 0.58% | - |
| HSV(B) | 80.45º | 0.26% | 0.67% | - |
| XYZ | 31.66 | 37.22 | 25.26 | - |
| YUV | 160.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 126 | 0.09 | 0 | 0.26 | 0.33 | 80.45 | 0.21 | 0.58 |
| Hex | 9B | AA | 7E | 9 | 0 | 1A | 21 | 50 | 15 | 3A |
| Octal | 233 | 252 | 176 | 11 | 0 | 32 | 41 | 120 | 25 | 72 |
| Binary | 10011011 | 10101010 | 1111110 | 1001 | 0 | 11010 | 100001 | 1010000 | 10101 | 111010 |
Color Harmonies of #9BAA7E
Complementary color
Monochromatic Colors of #9BAA7E
Black with #9BAA7E
Text Example
Text Example
White with #9BAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA7E; }
p { color: rgb(155,170,126); }
H1.HeaderClassName
{
color: #9BAA7E;
}
.AnyTagClassName
{
color: #9BAA7E;
}
</style>
background-color css
<style>
a { background-color: #9BAA7E; }
a { background-color: rgb(155,170,126); }
div.DivClassName
{
background-color: #9BAA7E;
}
.BgClassName
{
background-color: #9BAA7E;
}
</style>
border-color css
<style>
span { border-color: #9BAA7E; }
span { border-color: rgb(155,170,126); }
td.TdClassName
{
border-color: #9BAA7E;
}
.TagClassName
{
border-color: #9BAA7E;
}
</style>