Shades of Sage #909F76
Tints of Sage #909F76
RGB
CMYK
RGB Variations
Color information
#909F76 (or 0x909F76) is known color: Sage. HEX triplet: 90, 9F and 76. RGB value is (144,159,118). Sum of RGB (Red+Green+Blue) = 144+159+118=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 159 - color contains mainly: green. Hex color #909F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F76 is #6F6089. Grayscale: #959595. Windows color (decimal): -7299210 or 7774096. OLE color: 7774096.
HSL color Cylindrical-coordinate representation of color #909F76: hue angle of 81.95º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909F76 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 159 | 118 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.38 |
| HSL | 81.95º | 0.18% | 0.54% | - |
| HSV(B) | 81.95º | 0.26% | 0.62% | - |
| XYZ | 27.17 | 32.03 | 21.89 | - |
| YUV | 149.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 118 | 0.09 | 0 | 0.26 | 0.38 | 81.95 | 0.18 | 0.54 |
| Hex | 90 | 9F | 76 | 9 | 0 | 1A | 26 | 52 | 12 | 36 |
| Octal | 220 | 237 | 166 | 11 | 0 | 32 | 46 | 122 | 22 | 66 |
| Binary | 10010000 | 10011111 | 1110110 | 1001 | 0 | 11010 | 100110 | 1010010 | 10010 | 110110 |
Color Harmonies of #909F76
Complementary color
Monochromatic Colors of #909F76
Black with #909F76
Text Example
Text Example
White with #909F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909F76; }
p { color: rgb(144,159,118); }
H1.HeaderClassName
{
color: #909F76;
}
.AnyTagClassName
{
color: #909F76;
}
</style>
background-color css
<style>
a { background-color: #909F76; }
a { background-color: rgb(144,159,118); }
div.DivClassName
{
background-color: #909F76;
}
.BgClassName
{
background-color: #909F76;
}
</style>
border-color css
<style>
span { border-color: #909F76; }
span { border-color: rgb(144,159,118); }
td.TdClassName
{
border-color: #909F76;
}
.TagClassName
{
border-color: #909F76;
}
</style>