Shades of Sage #9AA970
Tints of Sage #9AA970
RGB
CMYK
RGB Variations
Color information
#9AA970 (or 0x9AA970) is known color: Sage. HEX triplet: 9A, A9 and 70. RGB value is (154,169,112). Sum of RGB (Red+Green+Blue) = 154+169+112=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA970 is #65568F. Grayscale: #9E9E9E. Windows color (decimal): -6641296 or 7383450. OLE color: 7383450.
HSL color Cylindrical-coordinate representation of color #9AA970: hue angle of 75.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AA970 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 169 | 112 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.34 |
| HSL | 75.79º | 0.25% | 0.55% | - |
| HSV(B) | 75.79º | 0.34% | 0.66% | - |
| XYZ | 30.44 | 36.42 | 20.75 | - |
| YUV | 158.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 112 | 0.09 | 0 | 0.34 | 0.34 | 75.79 | 0.25 | 0.55 |
| Hex | 9A | A9 | 70 | 9 | 0 | 22 | 22 | 4C | 19 | 37 |
| Octal | 232 | 251 | 160 | 11 | 0 | 42 | 42 | 114 | 31 | 67 |
| Binary | 10011010 | 10101001 | 1110000 | 1001 | 0 | 100010 | 100010 | 1001100 | 11001 | 110111 |
Color Harmonies of #9AA970
Complementary color
Monochromatic Colors of #9AA970
Black with #9AA970
Text Example
Text Example
White with #9AA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA970; }
p { color: rgb(154,169,112); }
H1.HeaderClassName
{
color: #9AA970;
}
.AnyTagClassName
{
color: #9AA970;
}
</style>
background-color css
<style>
a { background-color: #9AA970; }
a { background-color: rgb(154,169,112); }
div.DivClassName
{
background-color: #9AA970;
}
.BgClassName
{
background-color: #9AA970;
}
</style>
border-color css
<style>
span { border-color: #9AA970; }
span { border-color: rgb(154,169,112); }
td.TdClassName
{
border-color: #9AA970;
}
.TagClassName
{
border-color: #9AA970;
}
</style>