Shades of Sage #9A9E7B
Tints of Sage #9A9E7B
RGB
CMYK
RGB Variations
Color information
#9A9E7B (or 0x9A9E7B) is known color: Sage. HEX triplet: 9A, 9E and 7B. RGB value is (154,158,123). Sum of RGB (Red+Green+Blue) = 154+158+123=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9E7B is #656184. Grayscale: #989898. Windows color (decimal): -6644101 or 8101530. OLE color: 8101530.
HSL color Cylindrical-coordinate representation of color #9A9E7B: hue angle of 66.86º 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 #9A9E7B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 158 | 123 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.38 |
| HSL | 66.86º | 0.15% | 0.55% | - |
| HSV(B) | 66.86º | 0.22% | 0.62% | - |
| XYZ | 29.13 | 32.75 | 23.53 | - |
| YUV | 152.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 123 | 0.03 | 0 | 0.22 | 0.38 | 66.86 | 0.15 | 0.55 |
| Hex | 9A | 9E | 7B | 3 | 0 | 16 | 26 | 43 | F | 37 |
| Octal | 232 | 236 | 173 | 3 | 0 | 26 | 46 | 103 | 17 | 67 |
| Binary | 10011010 | 10011110 | 1111011 | 11 | 0 | 10110 | 100110 | 1000011 | 1111 | 110111 |
Color Harmonies of #9A9E7B
Complementary color
Monochromatic Colors of #9A9E7B
Black with #9A9E7B
Text Example
Text Example
White with #9A9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9E7B; }
p { color: rgb(154,158,123); }
H1.HeaderClassName
{
color: #9A9E7B;
}
.AnyTagClassName
{
color: #9A9E7B;
}
</style>
background-color css
<style>
a { background-color: #9A9E7B; }
a { background-color: rgb(154,158,123); }
div.DivClassName
{
background-color: #9A9E7B;
}
.BgClassName
{
background-color: #9A9E7B;
}
</style>
border-color css
<style>
span { border-color: #9A9E7B; }
span { border-color: rgb(154,158,123); }
td.TdClassName
{
border-color: #9A9E7B;
}
.TagClassName
{
border-color: #9A9E7B;
}
</style>