Shades of Sage #909B7D
Tints of Sage #909B7D
RGB
CMYK
RGB Variations
Color information
#909B7D (or 0x909B7D) is known color: Sage. HEX triplet: 90, 9B and 7D. RGB value is (144,155,125). Sum of RGB (Red+Green+Blue) = 144+155+125=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #909B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B7D is #6F6482. Grayscale: #949494. Windows color (decimal): -7300227 or 8231824. OLE color: 8231824.
HSL color Cylindrical-coordinate representation of color #909B7D: hue angle of 82º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909B7D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 125 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.39 |
| HSL | 82º | 0.13% | 0.55% | - |
| HSV(B) | 82º | 0.19% | 0.61% | - |
| XYZ | 26.92 | 30.85 | 23.94 | - |
| YUV | 148.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 125 | 0.07 | 0 | 0.19 | 0.39 | 82 | 0.13 | 0.55 |
| Hex | 90 | 9B | 7D | 7 | 0 | 13 | 27 | 52 | D | 37 |
| Octal | 220 | 233 | 175 | 7 | 0 | 23 | 47 | 122 | 15 | 67 |
| Binary | 10010000 | 10011011 | 1111101 | 111 | 0 | 10011 | 100111 | 1010010 | 1101 | 110111 |
Color Harmonies of #909B7D
Complementary color
Monochromatic Colors of #909B7D
Black with #909B7D
Text Example
Text Example
White with #909B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B7D; }
p { color: rgb(144,155,125); }
H1.HeaderClassName
{
color: #909B7D;
}
.AnyTagClassName
{
color: #909B7D;
}
</style>
background-color css
<style>
a { background-color: #909B7D; }
a { background-color: rgb(144,155,125); }
div.DivClassName
{
background-color: #909B7D;
}
.BgClassName
{
background-color: #909B7D;
}
</style>
border-color css
<style>
span { border-color: #909B7D; }
span { border-color: rgb(144,155,125); }
td.TdClassName
{
border-color: #909B7D;
}
.TagClassName
{
border-color: #909B7D;
}
</style>