Shades of Sage #90947C
Tints of Sage #90947C
RGB
CMYK
RGB Variations
Color information
#90947C (or 0x90947C) is known color: Sage. HEX triplet: 90, 94 and 7C. RGB value is (144,148,124). Sum of RGB (Red+Green+Blue) = 144+148+124=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #90947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90947C is #6F6B83. Grayscale: #909090. Windows color (decimal): -7302020 or 8164496. OLE color: 8164496.
HSL color Cylindrical-coordinate representation of color #90947C: hue angle of 70º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90947C is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 124 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.42 |
| HSL | 70º | 0.1% | 0.53% | - |
| HSV(B) | 70º | 0.16% | 0.58% | - |
| XYZ | 25.73 | 28.56 | 23.23 | - |
| YUV | 144.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 124 | 0.03 | 0 | 0.16 | 0.42 | 70 | 0.1 | 0.53 |
| Hex | 90 | 94 | 7C | 3 | 0 | 10 | 2A | 46 | A | 35 |
| Octal | 220 | 224 | 174 | 3 | 0 | 20 | 52 | 106 | 12 | 65 |
| Binary | 10010000 | 10010100 | 1111100 | 11 | 0 | 10000 | 101010 | 1000110 | 1010 | 110101 |
Color Harmonies of #90947C
Complementary color
Monochromatic Colors of #90947C
Black with #90947C
Text Example
Text Example
White with #90947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90947C; }
p { color: rgb(144,148,124); }
H1.HeaderClassName
{
color: #90947C;
}
.AnyTagClassName
{
color: #90947C;
}
</style>
background-color css
<style>
a { background-color: #90947C; }
a { background-color: rgb(144,148,124); }
div.DivClassName
{
background-color: #90947C;
}
.BgClassName
{
background-color: #90947C;
}
</style>
border-color css
<style>
span { border-color: #90947C; }
span { border-color: rgb(144,148,124); }
td.TdClassName
{
border-color: #90947C;
}
.TagClassName
{
border-color: #90947C;
}
</style>