Shades of Sage #9A9E7C
Tints of Sage #9A9E7C
RGB
CMYK
RGB Variations
Color information
#9A9E7C (or 0x9A9E7C) is known color: Sage. HEX triplet: 9A, 9E and 7C. RGB value is (154,158,124). Sum of RGB (Red+Green+Blue) = 154+158+124=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9E7C is #656183. Grayscale: #999999. Windows color (decimal): -6644100 or 8167066. OLE color: 8167066.
HSL color Cylindrical-coordinate representation of color #9A9E7C: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A9E7C is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 158 | 124 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.38 |
| HSL | 67.06º | 0.15% | 0.55% | - |
| HSV(B) | 67.06º | 0.22% | 0.62% | - |
| XYZ | 29.19 | 32.78 | 23.86 | - |
| YUV | 152.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 124 | 0.03 | 0 | 0.22 | 0.38 | 67.06 | 0.15 | 0.55 |
| Hex | 9A | 9E | 7C | 3 | 0 | 16 | 26 | 43 | F | 37 |
| Octal | 232 | 236 | 174 | 3 | 0 | 26 | 46 | 103 | 17 | 67 |
| Binary | 10011010 | 10011110 | 1111100 | 11 | 0 | 10110 | 100110 | 1000011 | 1111 | 110111 |
Color Harmonies of #9A9E7C
Complementary color
Monochromatic Colors of #9A9E7C
Black with #9A9E7C
Text Example
Text Example
White with #9A9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9E7C; }
p { color: rgb(154,158,124); }
H1.HeaderClassName
{
color: #9A9E7C;
}
.AnyTagClassName
{
color: #9A9E7C;
}
</style>
background-color css
<style>
a { background-color: #9A9E7C; }
a { background-color: rgb(154,158,124); }
div.DivClassName
{
background-color: #9A9E7C;
}
.BgClassName
{
background-color: #9A9E7C;
}
</style>
border-color css
<style>
span { border-color: #9A9E7C; }
span { border-color: rgb(154,158,124); }
td.TdClassName
{
border-color: #9A9E7C;
}
.TagClassName
{
border-color: #9A9E7C;
}
</style>