Shades of Sage #9AA673
Tints of Sage #9AA673
RGB
CMYK
RGB Variations
Color information
#9AA673 (or 0x9AA673) is known color: Sage. HEX triplet: 9A, A6 and 73. RGB value is (154,166,115). Sum of RGB (Red+Green+Blue) = 154+166+115=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA673 is #65598C. Grayscale: #9C9C9C. Windows color (decimal): -6642061 or 7579290. OLE color: 7579290.
HSL color Cylindrical-coordinate representation of color #9AA673: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA673 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 115 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.35 |
| HSL | 74.12º | 0.22% | 0.55% | - |
| HSV(B) | 74.12º | 0.31% | 0.65% | - |
| XYZ | 30.06 | 35.38 | 21.46 | - |
| YUV | 156.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 115 | 0.07 | 0 | 0.31 | 0.35 | 74.12 | 0.22 | 0.55 |
| Hex | 9A | A6 | 73 | 7 | 0 | 1F | 23 | 4A | 16 | 37 |
| Octal | 232 | 246 | 163 | 7 | 0 | 37 | 43 | 112 | 26 | 67 |
| Binary | 10011010 | 10100110 | 1110011 | 111 | 0 | 11111 | 100011 | 1001010 | 10110 | 110111 |
Color Harmonies of #9AA673
Complementary color
Monochromatic Colors of #9AA673
Black with #9AA673
Text Example
Text Example
White with #9AA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA673; }
p { color: rgb(154,166,115); }
H1.HeaderClassName
{
color: #9AA673;
}
.AnyTagClassName
{
color: #9AA673;
}
</style>
background-color css
<style>
a { background-color: #9AA673; }
a { background-color: rgb(154,166,115); }
div.DivClassName
{
background-color: #9AA673;
}
.BgClassName
{
background-color: #9AA673;
}
</style>
border-color css
<style>
span { border-color: #9AA673; }
span { border-color: rgb(154,166,115); }
td.TdClassName
{
border-color: #9AA673;
}
.TagClassName
{
border-color: #9AA673;
}
</style>