Shades of Sage #9BA07D
Tints of Sage #9BA07D
RGB
CMYK
RGB Variations
Color information
#9BA07D (or 0x9BA07D) is known color: Sage. HEX triplet: 9B, A0 and 7D. RGB value is (155,160,125). Sum of RGB (Red+Green+Blue) = 155+160+125=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07D is #645F82. Grayscale: #9A9A9A. Windows color (decimal): -6578051 or 8233115. OLE color: 8233115.
HSL color Cylindrical-coordinate representation of color #9BA07D: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BA07D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 125 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.37 |
| HSL | 68.57º | 0.16% | 0.56% | - |
| HSV(B) | 68.57º | 0.22% | 0.63% | - |
| XYZ | 29.79 | 33.59 | 24.32 | - |
| YUV | 154.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 125 | 0.03 | 0 | 0.22 | 0.37 | 68.57 | 0.16 | 0.56 |
| Hex | 9B | A0 | 7D | 3 | 0 | 16 | 25 | 45 | 10 | 38 |
| Octal | 233 | 240 | 175 | 3 | 0 | 26 | 45 | 105 | 20 | 70 |
| Binary | 10011011 | 10100000 | 1111101 | 11 | 0 | 10110 | 100101 | 1000101 | 10000 | 111000 |
Color Harmonies of #9BA07D
Complementary color
Monochromatic Colors of #9BA07D
Black with #9BA07D
Text Example
Text Example
White with #9BA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA07D; }
p { color: rgb(155,160,125); }
H1.HeaderClassName
{
color: #9BA07D;
}
.AnyTagClassName
{
color: #9BA07D;
}
</style>
background-color css
<style>
a { background-color: #9BA07D; }
a { background-color: rgb(155,160,125); }
div.DivClassName
{
background-color: #9BA07D;
}
.BgClassName
{
background-color: #9BA07D;
}
</style>
border-color css
<style>
span { border-color: #9BA07D; }
span { border-color: rgb(155,160,125); }
td.TdClassName
{
border-color: #9BA07D;
}
.TagClassName
{
border-color: #9BA07D;
}
</style>