Shades of Sage #9A9D7C
Tints of Sage #9A9D7C
RGB
CMYK
RGB Variations
Color information
#9A9D7C (or 0x9A9D7C) is known color: Sage. HEX triplet: 9A, 9D and 7C. RGB value is (154,157,124). Sum of RGB (Red+Green+Blue) = 154+157+124=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9D7C is #656283. Grayscale: #989898. Windows color (decimal): -6644356 or 8166810. OLE color: 8166810.
HSL color Cylindrical-coordinate representation of color #9A9D7C: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9D7C is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 124 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.38 |
| HSL | 65.45º | 0.14% | 0.55% | - |
| HSV(B) | 65.45º | 0.21% | 0.62% | - |
| XYZ | 29.02 | 32.44 | 23.8 | - |
| YUV | 152.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 124 | 0.02 | 0 | 0.21 | 0.38 | 65.45 | 0.14 | 0.55 |
| Hex | 9A | 9D | 7C | 2 | 0 | 15 | 26 | 41 | E | 37 |
| Octal | 232 | 235 | 174 | 2 | 0 | 25 | 46 | 101 | 16 | 67 |
| Binary | 10011010 | 10011101 | 1111100 | 10 | 0 | 10101 | 100110 | 1000001 | 1110 | 110111 |
Color Harmonies of #9A9D7C
Complementary color
Monochromatic Colors of #9A9D7C
Black with #9A9D7C
Text Example
Text Example
White with #9A9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D7C; }
p { color: rgb(154,157,124); }
H1.HeaderClassName
{
color: #9A9D7C;
}
.AnyTagClassName
{
color: #9A9D7C;
}
</style>
background-color css
<style>
a { background-color: #9A9D7C; }
a { background-color: rgb(154,157,124); }
div.DivClassName
{
background-color: #9A9D7C;
}
.BgClassName
{
background-color: #9A9D7C;
}
</style>
border-color css
<style>
span { border-color: #9A9D7C; }
span { border-color: rgb(154,157,124); }
td.TdClassName
{
border-color: #9A9D7C;
}
.TagClassName
{
border-color: #9A9D7C;
}
</style>