Shades of Sage #909973
Tints of Sage #909973
RGB
CMYK
RGB Variations
Color information
#909973 (or 0x909973) is known color: Sage. HEX triplet: 90, 99 and 73. RGB value is (144,153,115). Sum of RGB (Red+Green+Blue) = 144+153+115=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #909973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909973 is #6F668C. Grayscale: #929292. Windows color (decimal): -7300749 or 7575952. OLE color: 7575952.
HSL color Cylindrical-coordinate representation of color #909973: hue angle of 74.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909973 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 115 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.4 |
| HSL | 74.21º | 0.16% | 0.53% | - |
| HSV(B) | 74.21º | 0.25% | 0.6% | - |
| XYZ | 25.99 | 29.95 | 20.63 | - |
| YUV | 145.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 115 | 0.06 | 0 | 0.25 | 0.4 | 74.21 | 0.16 | 0.53 |
| Hex | 90 | 99 | 73 | 6 | 0 | 19 | 28 | 4A | 10 | 35 |
| Octal | 220 | 231 | 163 | 6 | 0 | 31 | 50 | 112 | 20 | 65 |
| Binary | 10010000 | 10011001 | 1110011 | 110 | 0 | 11001 | 101000 | 1001010 | 10000 | 110101 |
Color Harmonies of #909973
Complementary color
Monochromatic Colors of #909973
Black with #909973
Text Example
Text Example
White with #909973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909973; }
p { color: rgb(144,153,115); }
H1.HeaderClassName
{
color: #909973;
}
.AnyTagClassName
{
color: #909973;
}
</style>
background-color css
<style>
a { background-color: #909973; }
a { background-color: rgb(144,153,115); }
div.DivClassName
{
background-color: #909973;
}
.BgClassName
{
background-color: #909973;
}
</style>
border-color css
<style>
span { border-color: #909973; }
span { border-color: rgb(144,153,115); }
td.TdClassName
{
border-color: #909973;
}
.TagClassName
{
border-color: #909973;
}
</style>