Shades of Sage #90987A
Tints of Sage #90987A
RGB
CMYK
RGB Variations
Color information
#90987A (or 0x90987A) is known color: Sage. HEX triplet: 90, 98 and 7A. RGB value is (144,152,122). Sum of RGB (Red+Green+Blue) = 144+152+122=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #90987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90987A is #6F6785. Grayscale: #929292. Windows color (decimal): -7300998 or 8034448. OLE color: 8034448.
HSL color Cylindrical-coordinate representation of color #90987A: hue angle of 76º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90987A is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 122 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.40 |
| HSL | 76º | 0.13% | 0.54% | - |
| HSV(B) | 76º | 0.2% | 0.6% | - |
| XYZ | 26.24 | 29.79 | 22.78 | - |
| YUV | 146.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 122 | 0.05 | 0 | 0.20 | 0.40 | 76 | 0.13 | 0.54 |
| Hex | 90 | 98 | 7A | 5 | 0 | 14 | 28 | 4C | D | 36 |
| Octal | 220 | 230 | 172 | 5 | 0 | 24 | 50 | 114 | 15 | 66 |
| Binary | 10010000 | 10011000 | 1111010 | 101 | 0 | 10100 | 101000 | 1001100 | 1101 | 110110 |
Color Harmonies of #90987A
Complementary color
Monochromatic Colors of #90987A
Black with #90987A
Text Example
Text Example
White with #90987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90987A; }
p { color: rgb(144,152,122); }
H1.HeaderClassName
{
color: #90987A;
}
.AnyTagClassName
{
color: #90987A;
}
</style>
background-color css
<style>
a { background-color: #90987A; }
a { background-color: rgb(144,152,122); }
div.DivClassName
{
background-color: #90987A;
}
.BgClassName
{
background-color: #90987A;
}
</style>
border-color css
<style>
span { border-color: #90987A; }
span { border-color: rgb(144,152,122); }
td.TdClassName
{
border-color: #90987A;
}
.TagClassName
{
border-color: #90987A;
}
</style>