Shades of Sage #9AA671
Tints of Sage #9AA671
RGB
CMYK
RGB Variations
Color information
#9AA671 (or 0x9AA671) is known color: Sage. HEX triplet: 9A, A6 and 71. RGB value is (154,166,113). Sum of RGB (Red+Green+Blue) = 154+166+113=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA671 is #65598E. Grayscale: #9C9C9C. Windows color (decimal): -6642063 or 7448218. OLE color: 7448218.
HSL color Cylindrical-coordinate representation of color #9AA671: hue angle of 73.58º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AA671 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 113 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.35 |
| HSL | 73.58º | 0.23% | 0.55% | - |
| HSV(B) | 73.58º | 0.32% | 0.65% | - |
| XYZ | 29.94 | 35.33 | 20.86 | - |
| YUV | 156.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 113 | 0.07 | 0 | 0.32 | 0.35 | 73.58 | 0.23 | 0.55 |
| Hex | 9A | A6 | 71 | 7 | 0 | 20 | 23 | 4A | 17 | 37 |
| Octal | 232 | 246 | 161 | 7 | 0 | 40 | 43 | 112 | 27 | 67 |
| Binary | 10011010 | 10100110 | 1110001 | 111 | 0 | 100000 | 100011 | 1001010 | 10111 | 110111 |
Color Harmonies of #9AA671
Complementary color
Monochromatic Colors of #9AA671
Black with #9AA671
Text Example
Text Example
White with #9AA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA671; }
p { color: rgb(154,166,113); }
H1.HeaderClassName
{
color: #9AA671;
}
.AnyTagClassName
{
color: #9AA671;
}
</style>
background-color css
<style>
a { background-color: #9AA671; }
a { background-color: rgb(154,166,113); }
div.DivClassName
{
background-color: #9AA671;
}
.BgClassName
{
background-color: #9AA671;
}
</style>
border-color css
<style>
span { border-color: #9AA671; }
span { border-color: rgb(154,166,113); }
td.TdClassName
{
border-color: #9AA671;
}
.TagClassName
{
border-color: #9AA671;
}
</style>