Shades of Sage #9BAA7A
Tints of Sage #9BAA7A
RGB
CMYK
RGB Variations
Color information
#9BAA7A (or 0x9BAA7A) is known color: Sage. HEX triplet: 9B, AA and 7A. RGB value is (155,170,122). Sum of RGB (Red+Green+Blue) = 155+170+122=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA7A is #645585. Grayscale: #A0A0A0. Windows color (decimal): -6575494 or 8039067. OLE color: 8039067.
HSL color Cylindrical-coordinate representation of color #9BAA7A: hue angle of 78.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BAA7A is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 122 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.33 |
| HSL | 78.75º | 0.22% | 0.57% | - |
| HSV(B) | 78.75º | 0.28% | 0.67% | - |
| XYZ | 31.41 | 37.12 | 23.92 | - |
| YUV | 160.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 122 | 0.09 | 0 | 0.28 | 0.33 | 78.75 | 0.22 | 0.57 |
| Hex | 9B | AA | 7A | 9 | 0 | 1C | 21 | 4F | 16 | 39 |
| Octal | 233 | 252 | 172 | 11 | 0 | 34 | 41 | 117 | 26 | 71 |
| Binary | 10011011 | 10101010 | 1111010 | 1001 | 0 | 11100 | 100001 | 1001111 | 10110 | 111001 |
Color Harmonies of #9BAA7A
Complementary color
Monochromatic Colors of #9BAA7A
Black with #9BAA7A
Text Example
Text Example
White with #9BAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA7A; }
p { color: rgb(155,170,122); }
H1.HeaderClassName
{
color: #9BAA7A;
}
.AnyTagClassName
{
color: #9BAA7A;
}
</style>
background-color css
<style>
a { background-color: #9BAA7A; }
a { background-color: rgb(155,170,122); }
div.DivClassName
{
background-color: #9BAA7A;
}
.BgClassName
{
background-color: #9BAA7A;
}
</style>
border-color css
<style>
span { border-color: #9BAA7A; }
span { border-color: rgb(155,170,122); }
td.TdClassName
{
border-color: #9BAA7A;
}
.TagClassName
{
border-color: #9BAA7A;
}
</style>