Shades of Sage #9AAA79
Tints of Sage #9AAA79
RGB
CMYK
RGB Variations
Color information
#9AAA79 (or 0x9AAA79) is known color: Sage. HEX triplet: 9A, AA and 79. RGB value is (154,170,121). Sum of RGB (Red+Green+Blue) = 154+170+121=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA79 is #655586. Grayscale: #9F9F9F. Windows color (decimal): -6641031 or 7973530. OLE color: 7973530.
HSL color Cylindrical-coordinate representation of color #9AAA79: hue angle of 79.59º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AAA79 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 121 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.33 |
| HSL | 79.59º | 0.22% | 0.57% | - |
| HSV(B) | 79.59º | 0.29% | 0.67% | - |
| XYZ | 31.15 | 37 | 23.59 | - |
| YUV | 159.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 121 | 0.09 | 0 | 0.29 | 0.33 | 79.59 | 0.22 | 0.57 |
| Hex | 9A | AA | 79 | 9 | 0 | 1D | 21 | 50 | 16 | 39 |
| Octal | 232 | 252 | 171 | 11 | 0 | 35 | 41 | 120 | 26 | 71 |
| Binary | 10011010 | 10101010 | 1111001 | 1001 | 0 | 11101 | 100001 | 1010000 | 10110 | 111001 |
Color Harmonies of #9AAA79
Complementary color
Monochromatic Colors of #9AAA79
Black with #9AAA79
Text Example
Text Example
White with #9AAA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA79; }
p { color: rgb(154,170,121); }
H1.HeaderClassName
{
color: #9AAA79;
}
.AnyTagClassName
{
color: #9AAA79;
}
</style>
background-color css
<style>
a { background-color: #9AAA79; }
a { background-color: rgb(154,170,121); }
div.DivClassName
{
background-color: #9AAA79;
}
.BgClassName
{
background-color: #9AAA79;
}
</style>
border-color css
<style>
span { border-color: #9AAA79; }
span { border-color: rgb(154,170,121); }
td.TdClassName
{
border-color: #9AAA79;
}
.TagClassName
{
border-color: #9AAA79;
}
</style>