Shades of Sage #9BA77F
Tints of Sage #9BA77F
RGB
CMYK
RGB Variations
Color information
#9BA77F (or 0x9BA77F) is known color: Sage. HEX triplet: 9B, A7 and 7F. RGB value is (155,167,127). Sum of RGB (Red+Green+Blue) = 155+167+127=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA77F is #645880. Grayscale: #9F9F9F. Windows color (decimal): -6576257 or 8365979. OLE color: 8365979.
HSL color Cylindrical-coordinate representation of color #9BA77F: hue angle of 78º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA77F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 127 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.35 |
| HSL | 78º | 0.19% | 0.58% | - |
| HSV(B) | 78º | 0.24% | 0.65% | - |
| XYZ | 31.17 | 36.14 | 25.41 | - |
| YUV | 158.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 127 | 0.07 | 0 | 0.24 | 0.35 | 78 | 0.19 | 0.58 |
| Hex | 9B | A7 | 7F | 7 | 0 | 18 | 23 | 4E | 13 | 3A |
| Octal | 233 | 247 | 177 | 7 | 0 | 30 | 43 | 116 | 23 | 72 |
| Binary | 10011011 | 10100111 | 1111111 | 111 | 0 | 11000 | 100011 | 1001110 | 10011 | 111010 |
Color Harmonies of #9BA77F
Complementary color
Monochromatic Colors of #9BA77F
Black with #9BA77F
Text Example
Text Example
White with #9BA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA77F; }
p { color: rgb(155,167,127); }
H1.HeaderClassName
{
color: #9BA77F;
}
.AnyTagClassName
{
color: #9BA77F;
}
</style>
background-color css
<style>
a { background-color: #9BA77F; }
a { background-color: rgb(155,167,127); }
div.DivClassName
{
background-color: #9BA77F;
}
.BgClassName
{
background-color: #9BA77F;
}
</style>
border-color css
<style>
span { border-color: #9BA77F; }
span { border-color: rgb(155,167,127); }
td.TdClassName
{
border-color: #9BA77F;
}
.TagClassName
{
border-color: #9BA77F;
}
</style>