Shades of Sage #909974
Tints of Sage #909974
RGB
CMYK
RGB Variations
Color information
#909974 (or 0x909974) is known color: Sage. HEX triplet: 90, 99 and 74. RGB value is (144,153,116). Sum of RGB (Red+Green+Blue) = 144+153+116=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #909974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909974 is #6F668B. Grayscale: #929292. Windows color (decimal): -7300748 or 7641488. OLE color: 7641488.
HSL color Cylindrical-coordinate representation of color #909974: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909974 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 116 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.4 |
| HSL | 74.59º | 0.15% | 0.53% | - |
| HSV(B) | 74.59º | 0.24% | 0.6% | - |
| XYZ | 26.05 | 29.97 | 20.94 | - |
| YUV | 146.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 116 | 0.06 | 0 | 0.24 | 0.4 | 74.59 | 0.15 | 0.53 |
| Hex | 90 | 99 | 74 | 6 | 0 | 18 | 28 | 4B | F | 35 |
| Octal | 220 | 231 | 164 | 6 | 0 | 30 | 50 | 113 | 17 | 65 |
| Binary | 10010000 | 10011001 | 1110100 | 110 | 0 | 11000 | 101000 | 1001011 | 1111 | 110101 |
Color Harmonies of #909974
Complementary color
Monochromatic Colors of #909974
Black with #909974
Text Example
Text Example
White with #909974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909974; }
p { color: rgb(144,153,116); }
H1.HeaderClassName
{
color: #909974;
}
.AnyTagClassName
{
color: #909974;
}
</style>
background-color css
<style>
a { background-color: #909974; }
a { background-color: rgb(144,153,116); }
div.DivClassName
{
background-color: #909974;
}
.BgClassName
{
background-color: #909974;
}
</style>
border-color css
<style>
span { border-color: #909974; }
span { border-color: rgb(144,153,116); }
td.TdClassName
{
border-color: #909974;
}
.TagClassName
{
border-color: #909974;
}
</style>