Shades of Sage #909B72
Tints of Sage #909B72
RGB
CMYK
RGB Variations
Color information
#909B72 (or 0x909B72) is known color: Sage. HEX triplet: 90, 9B and 72. RGB value is (144,155,114). Sum of RGB (Red+Green+Blue) = 144+155+114=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #909B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B72 is #6F648D. Grayscale: #939393. Windows color (decimal): -7300238 or 7510928. OLE color: 7510928.
HSL color Cylindrical-coordinate representation of color #909B72: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909B72 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 114 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.39 |
| HSL | 76.1º | 0.17% | 0.53% | - |
| HSV(B) | 76.1º | 0.26% | 0.61% | - |
| XYZ | 26.26 | 30.59 | 20.44 | - |
| YUV | 147.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 114 | 0.07 | 0 | 0.26 | 0.39 | 76.1 | 0.17 | 0.53 |
| Hex | 90 | 9B | 72 | 7 | 0 | 1A | 27 | 4C | 11 | 35 |
| Octal | 220 | 233 | 162 | 7 | 0 | 32 | 47 | 114 | 21 | 65 |
| Binary | 10010000 | 10011011 | 1110010 | 111 | 0 | 11010 | 100111 | 1001100 | 10001 | 110101 |
Color Harmonies of #909B72
Complementary color
Monochromatic Colors of #909B72
Black with #909B72
Text Example
Text Example
White with #909B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B72; }
p { color: rgb(144,155,114); }
H1.HeaderClassName
{
color: #909B72;
}
.AnyTagClassName
{
color: #909B72;
}
</style>
background-color css
<style>
a { background-color: #909B72; }
a { background-color: rgb(144,155,114); }
div.DivClassName
{
background-color: #909B72;
}
.BgClassName
{
background-color: #909B72;
}
</style>
border-color css
<style>
span { border-color: #909B72; }
span { border-color: rgb(144,155,114); }
td.TdClassName
{
border-color: #909B72;
}
.TagClassName
{
border-color: #909B72;
}
</style>