Shades of Sage #9AA077
Tints of Sage #9AA077
RGB
CMYK
RGB Variations
Color information
#9AA077 (or 0x9AA077) is known color: Sage. HEX triplet: 9A, A0 and 77. RGB value is (154,160,119). Sum of RGB (Red+Green+Blue) = 154+160+119=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA077 is #655F88. Grayscale: #999999. Windows color (decimal): -6643593 or 7839898. OLE color: 7839898.
HSL color Cylindrical-coordinate representation of color #9AA077: hue angle of 68.78º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AA077 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 119 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.37 |
| HSL | 68.78º | 0.18% | 0.55% | - |
| HSV(B) | 68.78º | 0.26% | 0.63% | - |
| XYZ | 29.23 | 33.34 | 22.35 | - |
| YUV | 153.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 119 | 0.04 | 0 | 0.26 | 0.37 | 68.78 | 0.18 | 0.55 |
| Hex | 9A | A0 | 77 | 4 | 0 | 1A | 25 | 45 | 12 | 37 |
| Octal | 232 | 240 | 167 | 4 | 0 | 32 | 45 | 105 | 22 | 67 |
| Binary | 10011010 | 10100000 | 1110111 | 100 | 0 | 11010 | 100101 | 1000101 | 10010 | 110111 |
Color Harmonies of #9AA077
Complementary color
Monochromatic Colors of #9AA077
Black with #9AA077
Text Example
Text Example
White with #9AA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA077; }
p { color: rgb(154,160,119); }
H1.HeaderClassName
{
color: #9AA077;
}
.AnyTagClassName
{
color: #9AA077;
}
</style>
background-color css
<style>
a { background-color: #9AA077; }
a { background-color: rgb(154,160,119); }
div.DivClassName
{
background-color: #9AA077;
}
.BgClassName
{
background-color: #9AA077;
}
</style>
border-color css
<style>
span { border-color: #9AA077; }
span { border-color: rgb(154,160,119); }
td.TdClassName
{
border-color: #9AA077;
}
.TagClassName
{
border-color: #9AA077;
}
</style>