Shades of Sage #9AA085
Tints of Sage #9AA085
RGB
CMYK
RGB Variations
Color information
#9AA085 (or 0x9AA085) is known color: Sage. HEX triplet: 9A, A0 and 85. RGB value is (154,160,133). Sum of RGB (Red+Green+Blue) = 154+160+133=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA085 is #655F7A. Grayscale: #9B9B9B. Windows color (decimal): -6643579 or 8757402. OLE color: 8757402.
HSL color Cylindrical-coordinate representation of color #9AA085: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA085 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 133 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.37 |
| HSL | 73.33º | 0.12% | 0.57% | - |
| HSV(B) | 73.33º | 0.17% | 0.63% | - |
| XYZ | 30.13 | 33.71 | 27.11 | - |
| YUV | 155.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 133 | 0.04 | 0 | 0.17 | 0.37 | 73.33 | 0.12 | 0.57 |
| Hex | 9A | A0 | 85 | 4 | 0 | 11 | 25 | 49 | C | 39 |
| Octal | 232 | 240 | 205 | 4 | 0 | 21 | 45 | 111 | 14 | 71 |
| Binary | 10011010 | 10100000 | 10000101 | 100 | 0 | 10001 | 100101 | 1001001 | 1100 | 111001 |
Color Harmonies of #9AA085
Complementary color
Monochromatic Colors of #9AA085
Black with #9AA085
Text Example
Text Example
White with #9AA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA085; }
p { color: rgb(154,160,133); }
H1.HeaderClassName
{
color: #9AA085;
}
.AnyTagClassName
{
color: #9AA085;
}
</style>
background-color css
<style>
a { background-color: #9AA085; }
a { background-color: rgb(154,160,133); }
div.DivClassName
{
background-color: #9AA085;
}
.BgClassName
{
background-color: #9AA085;
}
</style>
border-color css
<style>
span { border-color: #9AA085; }
span { border-color: rgb(154,160,133); }
td.TdClassName
{
border-color: #9AA085;
}
.TagClassName
{
border-color: #9AA085;
}
</style>