Shades of Sage #909A7E
Tints of Sage #909A7E
RGB
CMYK
RGB Variations
Color information
#909A7E (or 0x909A7E) is known color: Sage. HEX triplet: 90, 9A and 7E. RGB value is (144,154,126). Sum of RGB (Red+Green+Blue) = 144+154+126=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #909A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A7E is #6F6581. Grayscale: #939393. Windows color (decimal): -7300482 or 8297104. OLE color: 8297104.
HSL color Cylindrical-coordinate representation of color #909A7E: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909A7E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 126 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.40 |
| HSL | 81.43º | 0.12% | 0.55% | - |
| HSV(B) | 81.43º | 0.18% | 0.6% | - |
| XYZ | 26.82 | 30.55 | 24.22 | - |
| YUV | 147.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 126 | 0.06 | 0 | 0.18 | 0.40 | 81.43 | 0.12 | 0.55 |
| Hex | 90 | 9A | 7E | 6 | 0 | 12 | 28 | 51 | C | 37 |
| Octal | 220 | 232 | 176 | 6 | 0 | 22 | 50 | 121 | 14 | 67 |
| Binary | 10010000 | 10011010 | 1111110 | 110 | 0 | 10010 | 101000 | 1010001 | 1100 | 110111 |
Color Harmonies of #909A7E
Complementary color
Monochromatic Colors of #909A7E
Black with #909A7E
Text Example
Text Example
White with #909A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A7E; }
p { color: rgb(144,154,126); }
H1.HeaderClassName
{
color: #909A7E;
}
.AnyTagClassName
{
color: #909A7E;
}
</style>
background-color css
<style>
a { background-color: #909A7E; }
a { background-color: rgb(144,154,126); }
div.DivClassName
{
background-color: #909A7E;
}
.BgClassName
{
background-color: #909A7E;
}
</style>
border-color css
<style>
span { border-color: #909A7E; }
span { border-color: rgb(144,154,126); }
td.TdClassName
{
border-color: #909A7E;
}
.TagClassName
{
border-color: #909A7E;
}
</style>