Shades of Sage #90977C
Tints of Sage #90977C
RGB
CMYK
RGB Variations
Color information
#90977C (or 0x90977C) is known color: Sage. HEX triplet: 90, 97 and 7C. RGB value is (144,151,124). Sum of RGB (Red+Green+Blue) = 144+151+124=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #90977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90977C is #6F6883. Grayscale: #919191. Windows color (decimal): -7301252 or 8165264. OLE color: 8165264.
HSL color Cylindrical-coordinate representation of color #90977C: hue angle of 75.56º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90977C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 151 | 124 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.41 |
| HSL | 75.56º | 0.11% | 0.54% | - |
| HSV(B) | 75.56º | 0.18% | 0.59% | - |
| XYZ | 26.21 | 29.52 | 23.39 | - |
| YUV | 145.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 124 | 0.05 | 0 | 0.18 | 0.41 | 75.56 | 0.11 | 0.54 |
| Hex | 90 | 97 | 7C | 5 | 0 | 12 | 29 | 4C | B | 36 |
| Octal | 220 | 227 | 174 | 5 | 0 | 22 | 51 | 114 | 13 | 66 |
| Binary | 10010000 | 10010111 | 1111100 | 101 | 0 | 10010 | 101001 | 1001100 | 1011 | 110110 |
Color Harmonies of #90977C
Complementary color
Monochromatic Colors of #90977C
Black with #90977C
Text Example
Text Example
White with #90977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90977C; }
p { color: rgb(144,151,124); }
H1.HeaderClassName
{
color: #90977C;
}
.AnyTagClassName
{
color: #90977C;
}
</style>
background-color css
<style>
a { background-color: #90977C; }
a { background-color: rgb(144,151,124); }
div.DivClassName
{
background-color: #90977C;
}
.BgClassName
{
background-color: #90977C;
}
</style>
border-color css
<style>
span { border-color: #90977C; }
span { border-color: rgb(144,151,124); }
td.TdClassName
{
border-color: #90977C;
}
.TagClassName
{
border-color: #90977C;
}
</style>