Shades of Sage #9AA072
Tints of Sage #9AA072
RGB
CMYK
RGB Variations
Color information
#9AA072 (or 0x9AA072) is known color: Sage. HEX triplet: 9A, A0 and 72. RGB value is (154,160,114). Sum of RGB (Red+Green+Blue) = 154+160+114=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA072 is #655F8D. Grayscale: #999999. Windows color (decimal): -6643598 or 7512218. OLE color: 7512218.
HSL color Cylindrical-coordinate representation of color #9AA072: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA072 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 114 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.37 |
| HSL | 67.83º | 0.19% | 0.54% | - |
| HSV(B) | 67.83º | 0.29% | 0.63% | - |
| XYZ | 28.93 | 33.23 | 20.81 | - |
| YUV | 152.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 114 | 0.04 | 0 | 0.29 | 0.37 | 67.83 | 0.19 | 0.54 |
| Hex | 9A | A0 | 72 | 4 | 0 | 1D | 25 | 44 | 13 | 36 |
| Octal | 232 | 240 | 162 | 4 | 0 | 35 | 45 | 104 | 23 | 66 |
| Binary | 10011010 | 10100000 | 1110010 | 100 | 0 | 11101 | 100101 | 1000100 | 10011 | 110110 |
Color Harmonies of #9AA072
Complementary color
Monochromatic Colors of #9AA072
Black with #9AA072
Text Example
Text Example
White with #9AA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA072; }
p { color: rgb(154,160,114); }
H1.HeaderClassName
{
color: #9AA072;
}
.AnyTagClassName
{
color: #9AA072;
}
</style>
background-color css
<style>
a { background-color: #9AA072; }
a { background-color: rgb(154,160,114); }
div.DivClassName
{
background-color: #9AA072;
}
.BgClassName
{
background-color: #9AA072;
}
</style>
border-color css
<style>
span { border-color: #9AA072; }
span { border-color: rgb(154,160,114); }
td.TdClassName
{
border-color: #9AA072;
}
.TagClassName
{
border-color: #9AA072;
}
</style>