Shades of Sage #9AA473
Tints of Sage #9AA473
RGB
CMYK
RGB Variations
Color information
#9AA473 (or 0x9AA473) is known color: Sage. HEX triplet: 9A, A4 and 73. RGB value is (154,164,115). Sum of RGB (Red+Green+Blue) = 154+164+115=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA473 is #655B8C. Grayscale: #9B9B9B. Windows color (decimal): -6642573 or 7578778. OLE color: 7578778.
HSL color Cylindrical-coordinate representation of color #9AA473: hue angle of 72.24º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA473 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 115 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.36 |
| HSL | 72.24º | 0.21% | 0.55% | - |
| HSV(B) | 72.24º | 0.3% | 0.64% | - |
| XYZ | 29.7 | 34.66 | 21.34 | - |
| YUV | 155.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 115 | 0.06 | 0 | 0.30 | 0.36 | 72.24 | 0.21 | 0.55 |
| Hex | 9A | A4 | 73 | 6 | 0 | 1E | 24 | 48 | 15 | 37 |
| Octal | 232 | 244 | 163 | 6 | 0 | 36 | 44 | 110 | 25 | 67 |
| Binary | 10011010 | 10100100 | 1110011 | 110 | 0 | 11110 | 100100 | 1001000 | 10101 | 110111 |
Color Harmonies of #9AA473
Complementary color
Monochromatic Colors of #9AA473
Black with #9AA473
Text Example
Text Example
White with #9AA473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA473; }
p { color: rgb(154,164,115); }
H1.HeaderClassName
{
color: #9AA473;
}
.AnyTagClassName
{
color: #9AA473;
}
</style>
background-color css
<style>
a { background-color: #9AA473; }
a { background-color: rgb(154,164,115); }
div.DivClassName
{
background-color: #9AA473;
}
.BgClassName
{
background-color: #9AA473;
}
</style>
border-color css
<style>
span { border-color: #9AA473; }
span { border-color: rgb(154,164,115); }
td.TdClassName
{
border-color: #9AA473;
}
.TagClassName
{
border-color: #9AA473;
}
</style>