Shades of Sage #9BAA77
Tints of Sage #9BAA77
RGB
CMYK
RGB Variations
Color information
#9BAA77 (or 0x9BAA77) is known color: Sage. HEX triplet: 9B, AA and 77. RGB value is (155,170,119). Sum of RGB (Red+Green+Blue) = 155+170+119=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA77 is #645588. Grayscale: #9F9F9F. Windows color (decimal): -6575497 or 7842459. OLE color: 7842459.
HSL color Cylindrical-coordinate representation of color #9BAA77: hue angle of 77.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAA77 is Cyan = 0.09, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 119 | - |
| CMYK | 0.09 | 0 | 0.3 | 0.33 |
| HSL | 77.65º | 0.23% | 0.57% | - |
| HSV(B) | 77.65º | 0.3% | 0.67% | - |
| XYZ | 31.22 | 37.05 | 22.96 | - |
| YUV | 159.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 119 | 0.09 | 0 | 0.3 | 0.33 | 77.65 | 0.23 | 0.57 |
| Hex | 9B | AA | 77 | 9 | 0 | 1E | 21 | 4E | 17 | 39 |
| Octal | 233 | 252 | 167 | 11 | 0 | 36 | 41 | 116 | 27 | 71 |
| Binary | 10011011 | 10101010 | 1110111 | 1001 | 0 | 11110 | 100001 | 1001110 | 10111 | 111001 |
Color Harmonies of #9BAA77
Complementary color
Monochromatic Colors of #9BAA77
Black with #9BAA77
Text Example
Text Example
White with #9BAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA77; }
p { color: rgb(155,170,119); }
H1.HeaderClassName
{
color: #9BAA77;
}
.AnyTagClassName
{
color: #9BAA77;
}
</style>
background-color css
<style>
a { background-color: #9BAA77; }
a { background-color: rgb(155,170,119); }
div.DivClassName
{
background-color: #9BAA77;
}
.BgClassName
{
background-color: #9BAA77;
}
</style>
border-color css
<style>
span { border-color: #9BAA77; }
span { border-color: rgb(155,170,119); }
td.TdClassName
{
border-color: #9BAA77;
}
.TagClassName
{
border-color: #9BAA77;
}
</style>