Shades of Sage #909E79
Tints of Sage #909E79
RGB
CMYK
RGB Variations
Color information
#909E79 (or 0x909E79) is known color: Sage. HEX triplet: 90, 9E and 79. RGB value is (144,158,121). Sum of RGB (Red+Green+Blue) = 144+158+121=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #909E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909E79 is #6F6186. Grayscale: #959595. Windows color (decimal): -7299463 or 7970448. OLE color: 7970448.
HSL color Cylindrical-coordinate representation of color #909E79: hue angle of 82.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909E79 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 158 | 121 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.38 |
| HSL | 82.7º | 0.16% | 0.55% | - |
| HSV(B) | 82.7º | 0.23% | 0.62% | - |
| XYZ | 27.18 | 31.76 | 22.79 | - |
| YUV | 149.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 121 | 0.09 | 0 | 0.23 | 0.38 | 82.7 | 0.16 | 0.55 |
| Hex | 90 | 9E | 79 | 9 | 0 | 17 | 26 | 53 | 10 | 37 |
| Octal | 220 | 236 | 171 | 11 | 0 | 27 | 46 | 123 | 20 | 67 |
| Binary | 10010000 | 10011110 | 1111001 | 1001 | 0 | 10111 | 100110 | 1010011 | 10000 | 110111 |
Color Harmonies of #909E79
Complementary color
Monochromatic Colors of #909E79
Black with #909E79
Text Example
Text Example
White with #909E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909E79; }
p { color: rgb(144,158,121); }
H1.HeaderClassName
{
color: #909E79;
}
.AnyTagClassName
{
color: #909E79;
}
</style>
background-color css
<style>
a { background-color: #909E79; }
a { background-color: rgb(144,158,121); }
div.DivClassName
{
background-color: #909E79;
}
.BgClassName
{
background-color: #909E79;
}
</style>
border-color css
<style>
span { border-color: #909E79; }
span { border-color: rgb(144,158,121); }
td.TdClassName
{
border-color: #909E79;
}
.TagClassName
{
border-color: #909E79;
}
</style>