Shades of Sage #9A9E7D
Tints of Sage #9A9E7D
RGB
CMYK
RGB Variations
Color information
#9A9E7D (or 0x9A9E7D) is known color: Sage. HEX triplet: 9A, 9E and 7D. RGB value is (154,158,125). Sum of RGB (Red+Green+Blue) = 154+158+125=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9E7D is #656182. Grayscale: #999999. Windows color (decimal): -6644099 or 8232602. OLE color: 8232602.
HSL color Cylindrical-coordinate representation of color #9A9E7D: hue angle of 67.27º degrees, saturation: 0.15, 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 #9A9E7D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 158 | 125 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.38 |
| HSL | 67.27º | 0.15% | 0.55% | - |
| HSV(B) | 67.27º | 0.21% | 0.62% | - |
| XYZ | 29.25 | 32.8 | 24.19 | - |
| YUV | 153.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 125 | 0.03 | 0 | 0.21 | 0.38 | 67.27 | 0.15 | 0.55 |
| Hex | 9A | 9E | 7D | 3 | 0 | 15 | 26 | 43 | F | 37 |
| Octal | 232 | 236 | 175 | 3 | 0 | 25 | 46 | 103 | 17 | 67 |
| Binary | 10011010 | 10011110 | 1111101 | 11 | 0 | 10101 | 100110 | 1000011 | 1111 | 110111 |
Color Harmonies of #9A9E7D
Complementary color
Monochromatic Colors of #9A9E7D
Black with #9A9E7D
Text Example
Text Example
White with #9A9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9E7D; }
p { color: rgb(154,158,125); }
H1.HeaderClassName
{
color: #9A9E7D;
}
.AnyTagClassName
{
color: #9A9E7D;
}
</style>
background-color css
<style>
a { background-color: #9A9E7D; }
a { background-color: rgb(154,158,125); }
div.DivClassName
{
background-color: #9A9E7D;
}
.BgClassName
{
background-color: #9A9E7D;
}
</style>
border-color css
<style>
span { border-color: #9A9E7D; }
span { border-color: rgb(154,158,125); }
td.TdClassName
{
border-color: #9A9E7D;
}
.TagClassName
{
border-color: #9A9E7D;
}
</style>