Shades of Sage #909979
Tints of Sage #909979
RGB
CMYK
RGB Variations
Color information
#909979 (or 0x909979) is known color: Sage. HEX triplet: 90, 99 and 79. RGB value is (144,153,121). Sum of RGB (Red+Green+Blue) = 144+153+121=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #909979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909979 is #6F6686. Grayscale: #929292. Windows color (decimal): -7300743 or 7969168. OLE color: 7969168.
HSL color Cylindrical-coordinate representation of color #909979: hue angle of 76.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909979 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 121 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.4 |
| HSL | 76.88º | 0.14% | 0.54% | - |
| HSV(B) | 76.88º | 0.21% | 0.6% | - |
| XYZ | 26.34 | 30.09 | 22.51 | - |
| YUV | 146.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 121 | 0.06 | 0 | 0.21 | 0.4 | 76.88 | 0.14 | 0.54 |
| Hex | 90 | 99 | 79 | 6 | 0 | 15 | 28 | 4D | E | 36 |
| Octal | 220 | 231 | 171 | 6 | 0 | 25 | 50 | 115 | 16 | 66 |
| Binary | 10010000 | 10011001 | 1111001 | 110 | 0 | 10101 | 101000 | 1001101 | 1110 | 110110 |
Color Harmonies of #909979
Complementary color
Monochromatic Colors of #909979
Black with #909979
Text Example
Text Example
White with #909979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909979; }
p { color: rgb(144,153,121); }
H1.HeaderClassName
{
color: #909979;
}
.AnyTagClassName
{
color: #909979;
}
</style>
background-color css
<style>
a { background-color: #909979; }
a { background-color: rgb(144,153,121); }
div.DivClassName
{
background-color: #909979;
}
.BgClassName
{
background-color: #909979;
}
</style>
border-color css
<style>
span { border-color: #909979; }
span { border-color: rgb(144,153,121); }
td.TdClassName
{
border-color: #909979;
}
.TagClassName
{
border-color: #909979;
}
</style>