Shades of Sage #9BA07E
Tints of Sage #9BA07E
RGB
CMYK
RGB Variations
Color information
#9BA07E (or 0x9BA07E) is known color: Sage. HEX triplet: 9B, A0 and 7E. RGB value is (155,160,126). Sum of RGB (Red+Green+Blue) = 155+160+126=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07E is #645F81. Grayscale: #9A9A9A. Windows color (decimal): -6578050 or 8298651. OLE color: 8298651.
HSL color Cylindrical-coordinate representation of color #9BA07E: hue angle of 68.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA07E is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 126 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.37 |
| HSL | 68.82º | 0.15% | 0.56% | - |
| HSV(B) | 68.82º | 0.21% | 0.63% | - |
| XYZ | 29.85 | 33.62 | 24.65 | - |
| YUV | 154.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 126 | 0.03 | 0 | 0.21 | 0.37 | 68.82 | 0.15 | 0.56 |
| Hex | 9B | A0 | 7E | 3 | 0 | 15 | 25 | 45 | F | 38 |
| Octal | 233 | 240 | 176 | 3 | 0 | 25 | 45 | 105 | 17 | 70 |
| Binary | 10011011 | 10100000 | 1111110 | 11 | 0 | 10101 | 100101 | 1000101 | 1111 | 111000 |
Color Harmonies of #9BA07E
Complementary color
Monochromatic Colors of #9BA07E
Black with #9BA07E
Text Example
Text Example
White with #9BA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA07E; }
p { color: rgb(155,160,126); }
H1.HeaderClassName
{
color: #9BA07E;
}
.AnyTagClassName
{
color: #9BA07E;
}
</style>
background-color css
<style>
a { background-color: #9BA07E; }
a { background-color: rgb(155,160,126); }
div.DivClassName
{
background-color: #9BA07E;
}
.BgClassName
{
background-color: #9BA07E;
}
</style>
border-color css
<style>
span { border-color: #9BA07E; }
span { border-color: rgb(155,160,126); }
td.TdClassName
{
border-color: #9BA07E;
}
.TagClassName
{
border-color: #9BA07E;
}
</style>