Shades of Sage #90987B
Tints of Sage #90987B
RGB
CMYK
RGB Variations
Color information
#90987B (or 0x90987B) is known color: Sage. HEX triplet: 90, 98 and 7B. RGB value is (144,152,123). Sum of RGB (Red+Green+Blue) = 144+152+123=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #90987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90987B is #6F6784. Grayscale: #929292. Windows color (decimal): -7300997 or 8099984. OLE color: 8099984.
HSL color Cylindrical-coordinate representation of color #90987B: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90987B is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 123 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.40 |
| HSL | 76.55º | 0.12% | 0.54% | - |
| HSV(B) | 76.55º | 0.19% | 0.6% | - |
| XYZ | 26.3 | 29.82 | 23.11 | - |
| YUV | 146.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 123 | 0.05 | 0 | 0.19 | 0.40 | 76.55 | 0.12 | 0.54 |
| Hex | 90 | 98 | 7B | 5 | 0 | 13 | 28 | 4D | C | 36 |
| Octal | 220 | 230 | 173 | 5 | 0 | 23 | 50 | 115 | 14 | 66 |
| Binary | 10010000 | 10011000 | 1111011 | 101 | 0 | 10011 | 101000 | 1001101 | 1100 | 110110 |
Color Harmonies of #90987B
Complementary color
Monochromatic Colors of #90987B
Black with #90987B
Text Example
Text Example
White with #90987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90987B; }
p { color: rgb(144,152,123); }
H1.HeaderClassName
{
color: #90987B;
}
.AnyTagClassName
{
color: #90987B;
}
</style>
background-color css
<style>
a { background-color: #90987B; }
a { background-color: rgb(144,152,123); }
div.DivClassName
{
background-color: #90987B;
}
.BgClassName
{
background-color: #90987B;
}
</style>
border-color css
<style>
span { border-color: #90987B; }
span { border-color: rgb(144,152,123); }
td.TdClassName
{
border-color: #90987B;
}
.TagClassName
{
border-color: #90987B;
}
</style>