Shades of Sage #9BAA71
Tints of Sage #9BAA71
RGB
CMYK
RGB Variations
Color information
#9BAA71 (or 0x9BAA71) is known color: Sage. HEX triplet: 9B, AA and 71. RGB value is (155,170,113). Sum of RGB (Red+Green+Blue) = 155+170+113=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA71 is #64558E. Grayscale: #9F9F9F. Windows color (decimal): -6575503 or 7449243. OLE color: 7449243.
HSL color Cylindrical-coordinate representation of color #9BAA71: hue angle of 75.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAA71 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 113 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.33 |
| HSL | 75.79º | 0.25% | 0.55% | - |
| HSV(B) | 75.79º | 0.34% | 0.67% | - |
| XYZ | 30.87 | 36.91 | 21.12 | - |
| YUV | 159.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 113 | 0.09 | 0 | 0.34 | 0.33 | 75.79 | 0.25 | 0.55 |
| Hex | 9B | AA | 71 | 9 | 0 | 22 | 21 | 4C | 19 | 37 |
| Octal | 233 | 252 | 161 | 11 | 0 | 42 | 41 | 114 | 31 | 67 |
| Binary | 10011011 | 10101010 | 1110001 | 1001 | 0 | 100010 | 100001 | 1001100 | 11001 | 110111 |
Color Harmonies of #9BAA71
Complementary color
Monochromatic Colors of #9BAA71
Black with #9BAA71
Text Example
Text Example
White with #9BAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA71; }
p { color: rgb(155,170,113); }
H1.HeaderClassName
{
color: #9BAA71;
}
.AnyTagClassName
{
color: #9BAA71;
}
</style>
background-color css
<style>
a { background-color: #9BAA71; }
a { background-color: rgb(155,170,113); }
div.DivClassName
{
background-color: #9BAA71;
}
.BgClassName
{
background-color: #9BAA71;
}
</style>
border-color css
<style>
span { border-color: #9BAA71; }
span { border-color: rgb(155,170,113); }
td.TdClassName
{
border-color: #9BAA71;
}
.TagClassName
{
border-color: #9BAA71;
}
</style>