Shades of Sage #909B7B
Tints of Sage #909B7B
RGB
CMYK
RGB Variations
Color information
#909B7B (or 0x909B7B) is known color: Sage. HEX triplet: 90, 9B and 7B. RGB value is (144,155,123). Sum of RGB (Red+Green+Blue) = 144+155+123=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #909B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B7B is #6F6484. Grayscale: #949494. Windows color (decimal): -7300229 or 8100752. OLE color: 8100752.
HSL color Cylindrical-coordinate representation of color #909B7B: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909B7B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 123 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.39 |
| HSL | 80.63º | 0.14% | 0.55% | - |
| HSV(B) | 80.63º | 0.21% | 0.61% | - |
| XYZ | 26.8 | 30.8 | 23.27 | - |
| YUV | 148.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 123 | 0.07 | 0 | 0.21 | 0.39 | 80.63 | 0.14 | 0.55 |
| Hex | 90 | 9B | 7B | 7 | 0 | 15 | 27 | 51 | E | 37 |
| Octal | 220 | 233 | 173 | 7 | 0 | 25 | 47 | 121 | 16 | 67 |
| Binary | 10010000 | 10011011 | 1111011 | 111 | 0 | 10101 | 100111 | 1010001 | 1110 | 110111 |
Color Harmonies of #909B7B
Complementary color
Monochromatic Colors of #909B7B
Black with #909B7B
Text Example
Text Example
White with #909B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B7B; }
p { color: rgb(144,155,123); }
H1.HeaderClassName
{
color: #909B7B;
}
.AnyTagClassName
{
color: #909B7B;
}
</style>
background-color css
<style>
a { background-color: #909B7B; }
a { background-color: rgb(144,155,123); }
div.DivClassName
{
background-color: #909B7B;
}
.BgClassName
{
background-color: #909B7B;
}
</style>
border-color css
<style>
span { border-color: #909B7B; }
span { border-color: rgb(144,155,123); }
td.TdClassName
{
border-color: #909B7B;
}
.TagClassName
{
border-color: #909B7B;
}
</style>