Shades of Sage #909A7C
Tints of Sage #909A7C
RGB
CMYK
RGB Variations
Color information
#909A7C (or 0x909A7C) is known color: Sage. HEX triplet: 90, 9A and 7C. RGB value is (144,154,124). Sum of RGB (Red+Green+Blue) = 144+154+124=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 154 - color contains mainly: green. Hex color #909A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A7C is #6F6583. Grayscale: #939393. Windows color (decimal): -7300484 or 8166032. OLE color: 8166032.
HSL color Cylindrical-coordinate representation of color #909A7C: hue angle of 80º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909A7C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 124 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.40 |
| HSL | 80º | 0.13% | 0.55% | - |
| HSV(B) | 80º | 0.19% | 0.6% | - |
| XYZ | 26.7 | 30.5 | 23.55 | - |
| YUV | 147.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 124 | 0.06 | 0 | 0.19 | 0.40 | 80 | 0.13 | 0.55 |
| Hex | 90 | 9A | 7C | 6 | 0 | 13 | 28 | 50 | D | 37 |
| Octal | 220 | 232 | 174 | 6 | 0 | 23 | 50 | 120 | 15 | 67 |
| Binary | 10010000 | 10011010 | 1111100 | 110 | 0 | 10011 | 101000 | 1010000 | 1101 | 110111 |
Color Harmonies of #909A7C
Complementary color
Monochromatic Colors of #909A7C
Black with #909A7C
Text Example
Text Example
White with #909A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A7C; }
p { color: rgb(144,154,124); }
H1.HeaderClassName
{
color: #909A7C;
}
.AnyTagClassName
{
color: #909A7C;
}
</style>
background-color css
<style>
a { background-color: #909A7C; }
a { background-color: rgb(144,154,124); }
div.DivClassName
{
background-color: #909A7C;
}
.BgClassName
{
background-color: #909A7C;
}
</style>
border-color css
<style>
span { border-color: #909A7C; }
span { border-color: rgb(144,154,124); }
td.TdClassName
{
border-color: #909A7C;
}
.TagClassName
{
border-color: #909A7C;
}
</style>