Shades of Sage #909D73
Tints of Sage #909D73
RGB
CMYK
RGB Variations
Color information
#909D73 (or 0x909D73) is known color: Sage. HEX triplet: 90, 9D and 73. RGB value is (144,157,115). Sum of RGB (Red+Green+Blue) = 144+157+115=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #909D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D73 is #6F628C. Grayscale: #949494. Windows color (decimal): -7299725 or 7576976. OLE color: 7576976.
HSL color Cylindrical-coordinate representation of color #909D73: hue angle of 78.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #909D73 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 157 | 115 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.38 |
| HSL | 78.57º | 0.18% | 0.53% | - |
| HSV(B) | 78.57º | 0.27% | 0.62% | - |
| XYZ | 26.65 | 31.28 | 20.85 | - |
| YUV | 148.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 115 | 0.08 | 0 | 0.27 | 0.38 | 78.57 | 0.18 | 0.53 |
| Hex | 90 | 9D | 73 | 8 | 0 | 1B | 26 | 4F | 12 | 35 |
| Octal | 220 | 235 | 163 | 10 | 0 | 33 | 46 | 117 | 22 | 65 |
| Binary | 10010000 | 10011101 | 1110011 | 1000 | 0 | 11011 | 100110 | 1001111 | 10010 | 110101 |
Color Harmonies of #909D73
Complementary color
Monochromatic Colors of #909D73
Black with #909D73
Text Example
Text Example
White with #909D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909D73; }
p { color: rgb(144,157,115); }
H1.HeaderClassName
{
color: #909D73;
}
.AnyTagClassName
{
color: #909D73;
}
</style>
background-color css
<style>
a { background-color: #909D73; }
a { background-color: rgb(144,157,115); }
div.DivClassName
{
background-color: #909D73;
}
.BgClassName
{
background-color: #909D73;
}
</style>
border-color css
<style>
span { border-color: #909D73; }
span { border-color: rgb(144,157,115); }
td.TdClassName
{
border-color: #909D73;
}
.TagClassName
{
border-color: #909D73;
}
</style>