Shades of Sage #9AA47F
Tints of Sage #9AA47F
RGB
CMYK
RGB Variations
Color information
#9AA47F (or 0x9AA47F) is known color: Sage. HEX triplet: 9A, A4 and 7F. RGB value is (154,164,127). Sum of RGB (Red+Green+Blue) = 154+164+127=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA47F is #655B80. Grayscale: #9C9C9C. Windows color (decimal): -6642561 or 8365210. OLE color: 8365210.
HSL color Cylindrical-coordinate representation of color #9AA47F: hue angle of 76.22º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA47F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 127 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.36 |
| HSL | 76.22º | 0.17% | 0.57% | - |
| HSV(B) | 76.22º | 0.23% | 0.64% | - |
| XYZ | 30.43 | 34.95 | 25.22 | - |
| YUV | 156.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 127 | 0.06 | 0 | 0.23 | 0.36 | 76.22 | 0.17 | 0.57 |
| Hex | 9A | A4 | 7F | 6 | 0 | 17 | 24 | 4C | 11 | 39 |
| Octal | 232 | 244 | 177 | 6 | 0 | 27 | 44 | 114 | 21 | 71 |
| Binary | 10011010 | 10100100 | 1111111 | 110 | 0 | 10111 | 100100 | 1001100 | 10001 | 111001 |
Color Harmonies of #9AA47F
Complementary color
Monochromatic Colors of #9AA47F
Black with #9AA47F
Text Example
Text Example
White with #9AA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA47F; }
p { color: rgb(154,164,127); }
H1.HeaderClassName
{
color: #9AA47F;
}
.AnyTagClassName
{
color: #9AA47F;
}
</style>
background-color css
<style>
a { background-color: #9AA47F; }
a { background-color: rgb(154,164,127); }
div.DivClassName
{
background-color: #9AA47F;
}
.BgClassName
{
background-color: #9AA47F;
}
</style>
border-color css
<style>
span { border-color: #9AA47F; }
span { border-color: rgb(154,164,127); }
td.TdClassName
{
border-color: #9AA47F;
}
.TagClassName
{
border-color: #9AA47F;
}
</style>