Shades of Sage #9AAA7F
Tints of Sage #9AAA7F
RGB
CMYK
RGB Variations
Color information
#9AAA7F (or 0x9AAA7F) is known color: Sage. HEX triplet: 9A, AA and 7F. RGB value is (154,170,127). Sum of RGB (Red+Green+Blue) = 154+170+127=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA7F is #655580. Grayscale: #A0A0A0. Windows color (decimal): -6641025 or 8366746. OLE color: 8366746.
HSL color Cylindrical-coordinate representation of color #9AAA7F: hue angle of 82.33º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AAA7F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 127 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.33 |
| HSL | 82.33º | 0.2% | 0.58% | - |
| HSV(B) | 82.33º | 0.25% | 0.67% | - |
| XYZ | 31.53 | 37.15 | 25.59 | - |
| YUV | 160.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 127 | 0.09 | 0 | 0.25 | 0.33 | 82.33 | 0.2 | 0.58 |
| Hex | 9A | AA | 7F | 9 | 0 | 19 | 21 | 52 | 14 | 3A |
| Octal | 232 | 252 | 177 | 11 | 0 | 31 | 41 | 122 | 24 | 72 |
| Binary | 10011010 | 10101010 | 1111111 | 1001 | 0 | 11001 | 100001 | 1010010 | 10100 | 111010 |
Color Harmonies of #9AAA7F
Complementary color
Monochromatic Colors of #9AAA7F
Black with #9AAA7F
Text Example
Text Example
White with #9AAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA7F; }
p { color: rgb(154,170,127); }
H1.HeaderClassName
{
color: #9AAA7F;
}
.AnyTagClassName
{
color: #9AAA7F;
}
</style>
background-color css
<style>
a { background-color: #9AAA7F; }
a { background-color: rgb(154,170,127); }
div.DivClassName
{
background-color: #9AAA7F;
}
.BgClassName
{
background-color: #9AAA7F;
}
</style>
border-color css
<style>
span { border-color: #9AAA7F; }
span { border-color: rgb(154,170,127); }
td.TdClassName
{
border-color: #9AAA7F;
}
.TagClassName
{
border-color: #9AAA7F;
}
</style>