Shades of Sage #9AA372
Tints of Sage #9AA372
RGB
CMYK
RGB Variations
Color information
#9AA372 (or 0x9AA372) is known color: Sage. HEX triplet: 9A, A3 and 72. RGB value is (154,163,114). Sum of RGB (Red+Green+Blue) = 154+163+114=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA372 is #655C8D. Grayscale: #9A9A9A. Windows color (decimal): -6642830 or 7512986. OLE color: 7512986.
HSL color Cylindrical-coordinate representation of color #9AA372: hue angle of 71.02º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA372 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 114 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.36 |
| HSL | 71.02º | 0.21% | 0.54% | - |
| HSV(B) | 71.02º | 0.3% | 0.64% | - |
| XYZ | 29.46 | 34.28 | 20.98 | - |
| YUV | 154.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 114 | 0.06 | 0 | 0.30 | 0.36 | 71.02 | 0.21 | 0.54 |
| Hex | 9A | A3 | 72 | 6 | 0 | 1E | 24 | 47 | 15 | 36 |
| Octal | 232 | 243 | 162 | 6 | 0 | 36 | 44 | 107 | 25 | 66 |
| Binary | 10011010 | 10100011 | 1110010 | 110 | 0 | 11110 | 100100 | 1000111 | 10101 | 110110 |
Color Harmonies of #9AA372
Complementary color
Monochromatic Colors of #9AA372
Black with #9AA372
Text Example
Text Example
White with #9AA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA372; }
p { color: rgb(154,163,114); }
H1.HeaderClassName
{
color: #9AA372;
}
.AnyTagClassName
{
color: #9AA372;
}
</style>
background-color css
<style>
a { background-color: #9AA372; }
a { background-color: rgb(154,163,114); }
div.DivClassName
{
background-color: #9AA372;
}
.BgClassName
{
background-color: #9AA372;
}
</style>
border-color css
<style>
span { border-color: #9AA372; }
span { border-color: rgb(154,163,114); }
td.TdClassName
{
border-color: #9AA372;
}
.TagClassName
{
border-color: #9AA372;
}
</style>