Shades of Sage #909674
Tints of Sage #909674
RGB
CMYK
RGB Variations
Color information
#909674 (or 0x909674) is known color: Sage. HEX triplet: 90, 96 and 74. RGB value is (144,150,116). Sum of RGB (Red+Green+Blue) = 144+150+116=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #909674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909674 is #6F698B. Grayscale: #909090. Windows color (decimal): -7301516 or 7640720. OLE color: 7640720.
HSL color Cylindrical-coordinate representation of color #909674: hue angle of 70.59º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909674 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 116 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.41 |
| HSL | 70.59º | 0.14% | 0.52% | - |
| HSV(B) | 70.59º | 0.23% | 0.59% | - |
| XYZ | 25.56 | 29 | 20.77 | - |
| YUV | 144.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 116 | 0.04 | 0 | 0.23 | 0.41 | 70.59 | 0.14 | 0.52 |
| Hex | 90 | 96 | 74 | 4 | 0 | 17 | 29 | 47 | E | 34 |
| Octal | 220 | 226 | 164 | 4 | 0 | 27 | 51 | 107 | 16 | 64 |
| Binary | 10010000 | 10010110 | 1110100 | 100 | 0 | 10111 | 101001 | 1000111 | 1110 | 110100 |
Color Harmonies of #909674
Complementary color
Monochromatic Colors of #909674
Black with #909674
Text Example
Text Example
White with #909674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909674; }
p { color: rgb(144,150,116); }
H1.HeaderClassName
{
color: #909674;
}
.AnyTagClassName
{
color: #909674;
}
</style>
background-color css
<style>
a { background-color: #909674; }
a { background-color: rgb(144,150,116); }
div.DivClassName
{
background-color: #909674;
}
.BgClassName
{
background-color: #909674;
}
</style>
border-color css
<style>
span { border-color: #909674; }
span { border-color: rgb(144,150,116); }
td.TdClassName
{
border-color: #909674;
}
.TagClassName
{
border-color: #909674;
}
</style>