Shades of Sage #9BA678
Tints of Sage #9BA678
RGB
CMYK
RGB Variations
Color information
#9BA678 (or 0x9BA678) is known color: Sage. HEX triplet: 9B, A6 and 78. RGB value is (155,166,120). Sum of RGB (Red+Green+Blue) = 155+166+120=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA678 is #645987. Grayscale: #9D9D9D. Windows color (decimal): -6576520 or 7906971. OLE color: 7906971.
HSL color Cylindrical-coordinate representation of color #9BA678: hue angle of 74.35º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA678 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 120 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.35 |
| HSL | 74.35º | 0.21% | 0.56% | - |
| HSV(B) | 74.35º | 0.28% | 0.65% | - |
| XYZ | 30.54 | 35.6 | 23.03 | - |
| YUV | 157.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 120 | 0.07 | 0 | 0.28 | 0.35 | 74.35 | 0.21 | 0.56 |
| Hex | 9B | A6 | 78 | 7 | 0 | 1C | 23 | 4A | 15 | 38 |
| Octal | 233 | 246 | 170 | 7 | 0 | 34 | 43 | 112 | 25 | 70 |
| Binary | 10011011 | 10100110 | 1111000 | 111 | 0 | 11100 | 100011 | 1001010 | 10101 | 111000 |
Color Harmonies of #9BA678
Complementary color
Monochromatic Colors of #9BA678
Black with #9BA678
Text Example
Text Example
White with #9BA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA678; }
p { color: rgb(155,166,120); }
H1.HeaderClassName
{
color: #9BA678;
}
.AnyTagClassName
{
color: #9BA678;
}
</style>
background-color css
<style>
a { background-color: #9BA678; }
a { background-color: rgb(155,166,120); }
div.DivClassName
{
background-color: #9BA678;
}
.BgClassName
{
background-color: #9BA678;
}
</style>
border-color css
<style>
span { border-color: #9BA678; }
span { border-color: rgb(155,166,120); }
td.TdClassName
{
border-color: #9BA678;
}
.TagClassName
{
border-color: #9BA678;
}
</style>