Shades of Sage #9AA075
Tints of Sage #9AA075
RGB
CMYK
RGB Variations
Color information
#9AA075 (or 0x9AA075) is known color: Sage. HEX triplet: 9A, A0 and 75. RGB value is (154,160,117). Sum of RGB (Red+Green+Blue) = 154+160+117=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA075 is #655F8A. Grayscale: #999999. Windows color (decimal): -6643595 or 7708826. OLE color: 7708826.
HSL color Cylindrical-coordinate representation of color #9AA075: hue angle of 68.37º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA075 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 117 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.37 |
| HSL | 68.37º | 0.18% | 0.54% | - |
| HSV(B) | 68.37º | 0.27% | 0.63% | - |
| XYZ | 29.11 | 33.3 | 21.72 | - |
| YUV | 153.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 117 | 0.04 | 0 | 0.27 | 0.37 | 68.37 | 0.18 | 0.54 |
| Hex | 9A | A0 | 75 | 4 | 0 | 1B | 25 | 44 | 12 | 36 |
| Octal | 232 | 240 | 165 | 4 | 0 | 33 | 45 | 104 | 22 | 66 |
| Binary | 10011010 | 10100000 | 1110101 | 100 | 0 | 11011 | 100101 | 1000100 | 10010 | 110110 |
Color Harmonies of #9AA075
Complementary color
Monochromatic Colors of #9AA075
Black with #9AA075
Text Example
Text Example
White with #9AA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA075; }
p { color: rgb(154,160,117); }
H1.HeaderClassName
{
color: #9AA075;
}
.AnyTagClassName
{
color: #9AA075;
}
</style>
background-color css
<style>
a { background-color: #9AA075; }
a { background-color: rgb(154,160,117); }
div.DivClassName
{
background-color: #9AA075;
}
.BgClassName
{
background-color: #9AA075;
}
</style>
border-color css
<style>
span { border-color: #9AA075; }
span { border-color: rgb(154,160,117); }
td.TdClassName
{
border-color: #9AA075;
}
.TagClassName
{
border-color: #9AA075;
}
</style>