Shades of Sage #9BA685
Tints of Sage #9BA685
RGB
CMYK
RGB Variations
Color information
#9BA685 (or 0x9BA685) is known color: Sage. HEX triplet: 9B, A6 and 85. RGB value is (155,166,133). Sum of RGB (Red+Green+Blue) = 155+166+133=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA685 is #64597A. Grayscale: #9F9F9F. Windows color (decimal): -6576507 or 8758939. OLE color: 8758939.
HSL color Cylindrical-coordinate representation of color #9BA685: hue angle of 80º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA685 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 133 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.35 |
| HSL | 80º | 0.16% | 0.59% | - |
| HSV(B) | 80º | 0.2% | 0.65% | - |
| XYZ | 31.39 | 35.93 | 27.47 | - |
| YUV | 158.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 133 | 0.07 | 0 | 0.20 | 0.35 | 80 | 0.16 | 0.59 |
| Hex | 9B | A6 | 85 | 7 | 0 | 14 | 23 | 50 | 10 | 3B |
| Octal | 233 | 246 | 205 | 7 | 0 | 24 | 43 | 120 | 20 | 73 |
| Binary | 10011011 | 10100110 | 10000101 | 111 | 0 | 10100 | 100011 | 1010000 | 10000 | 111011 |
Color Harmonies of #9BA685
Complementary color
Monochromatic Colors of #9BA685
Black with #9BA685
Text Example
Text Example
White with #9BA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA685; }
p { color: rgb(155,166,133); }
H1.HeaderClassName
{
color: #9BA685;
}
.AnyTagClassName
{
color: #9BA685;
}
</style>
background-color css
<style>
a { background-color: #9BA685; }
a { background-color: rgb(155,166,133); }
div.DivClassName
{
background-color: #9BA685;
}
.BgClassName
{
background-color: #9BA685;
}
</style>
border-color css
<style>
span { border-color: #9BA685; }
span { border-color: rgb(155,166,133); }
td.TdClassName
{
border-color: #9BA685;
}
.TagClassName
{
border-color: #9BA685;
}
</style>