Shades of Sage #90997C
Tints of Sage #90997C
RGB
CMYK
RGB Variations
Color information
#90997C (or 0x90997C) is known color: Sage. HEX triplet: 90, 99 and 7C. RGB value is (144,153,124). Sum of RGB (Red+Green+Blue) = 144+153+124=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #90997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997C is #6F6683. Grayscale: #939393. Windows color (decimal): -7300740 or 8165776. OLE color: 8165776.
HSL color Cylindrical-coordinate representation of color #90997C: hue angle of 78.62º 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 #90997C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 124 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.4 |
| HSL | 78.62º | 0.12% | 0.54% | - |
| HSV(B) | 78.62º | 0.19% | 0.6% | - |
| XYZ | 26.53 | 30.17 | 23.49 | - |
| YUV | 147 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 124 | 0.06 | 0 | 0.19 | 0.4 | 78.62 | 0.12 | 0.54 |
| Hex | 90 | 99 | 7C | 6 | 0 | 13 | 28 | 4F | C | 36 |
| Octal | 220 | 231 | 174 | 6 | 0 | 23 | 50 | 117 | 14 | 66 |
| Binary | 10010000 | 10011001 | 1111100 | 110 | 0 | 10011 | 101000 | 1001111 | 1100 | 110110 |
Color Harmonies of #90997C
Complementary color
Monochromatic Colors of #90997C
Black with #90997C
Text Example
Text Example
White with #90997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90997C; }
p { color: rgb(144,153,124); }
H1.HeaderClassName
{
color: #90997C;
}
.AnyTagClassName
{
color: #90997C;
}
</style>
background-color css
<style>
a { background-color: #90997C; }
a { background-color: rgb(144,153,124); }
div.DivClassName
{
background-color: #90997C;
}
.BgClassName
{
background-color: #90997C;
}
</style>
border-color css
<style>
span { border-color: #90997C; }
span { border-color: rgb(144,153,124); }
td.TdClassName
{
border-color: #90997C;
}
.TagClassName
{
border-color: #90997C;
}
</style>