Shades of Sage #909B6F
Tints of Sage #909B6F
RGB
CMYK
RGB Variations
Color information
#909B6F (or 0x909B6F) is known color: Sage. HEX triplet: 90, 9B and 6F. RGB value is (144,155,111). Sum of RGB (Red+Green+Blue) = 144+155+111=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #909B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B6F is #6F6490. Grayscale: #929292. Windows color (decimal): -7300241 or 7314320. OLE color: 7314320.
HSL color Cylindrical-coordinate representation of color #909B6F: hue angle of 75º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909B6F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 111 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.39 |
| HSL | 75º | 0.18% | 0.52% | - |
| HSV(B) | 75º | 0.28% | 0.61% | - |
| XYZ | 26.09 | 30.52 | 19.55 | - |
| YUV | 146.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 111 | 0.07 | 0 | 0.28 | 0.39 | 75 | 0.18 | 0.52 |
| Hex | 90 | 9B | 6F | 7 | 0 | 1C | 27 | 4B | 12 | 34 |
| Octal | 220 | 233 | 157 | 7 | 0 | 34 | 47 | 113 | 22 | 64 |
| Binary | 10010000 | 10011011 | 1101111 | 111 | 0 | 11100 | 100111 | 1001011 | 10010 | 110100 |
Color Harmonies of #909B6F
Complementary color
Monochromatic Colors of #909B6F
Black with #909B6F
Text Example
Text Example
White with #909B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B6F; }
p { color: rgb(144,155,111); }
H1.HeaderClassName
{
color: #909B6F;
}
.AnyTagClassName
{
color: #909B6F;
}
</style>
background-color css
<style>
a { background-color: #909B6F; }
a { background-color: rgb(144,155,111); }
div.DivClassName
{
background-color: #909B6F;
}
.BgClassName
{
background-color: #909B6F;
}
</style>
border-color css
<style>
span { border-color: #909B6F; }
span { border-color: rgb(144,155,111); }
td.TdClassName
{
border-color: #909B6F;
}
.TagClassName
{
border-color: #909B6F;
}
</style>