Shades of Sage #909684
Tints of Sage #909684
RGB
CMYK
RGB Variations
Color information
#909684 (or 0x909684) is known color: Sage. HEX triplet: 90, 96 and 84. RGB value is (144,150,132). Sum of RGB (Red+Green+Blue) = 144+150+132=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #909684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909684 is #6F697B. Grayscale: #929292. Windows color (decimal): -7301500 or 8689296. OLE color: 8689296.
HSL color Cylindrical-coordinate representation of color #909684: hue angle of 80º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909684 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 132 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.41 |
| HSL | 80º | 0.08% | 0.55% | - |
| HSV(B) | 80º | 0.12% | 0.59% | - |
| XYZ | 26.57 | 29.41 | 26.11 | - |
| YUV | 146.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 132 | 0.04 | 0 | 0.12 | 0.41 | 80 | 0.08 | 0.55 |
| Hex | 90 | 96 | 84 | 4 | 0 | C | 29 | 50 | 8 | 37 |
| Octal | 220 | 226 | 204 | 4 | 0 | 14 | 51 | 120 | 10 | 67 |
| Binary | 10010000 | 10010110 | 10000100 | 100 | 0 | 1100 | 101001 | 1010000 | 1000 | 110111 |
Color Harmonies of #909684
Complementary color
Monochromatic Colors of #909684
Black with #909684
Text Example
Text Example
White with #909684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909684; }
p { color: rgb(144,150,132); }
H1.HeaderClassName
{
color: #909684;
}
.AnyTagClassName
{
color: #909684;
}
</style>
background-color css
<style>
a { background-color: #909684; }
a { background-color: rgb(144,150,132); }
div.DivClassName
{
background-color: #909684;
}
.BgClassName
{
background-color: #909684;
}
</style>
border-color css
<style>
span { border-color: #909684; }
span { border-color: rgb(144,150,132); }
td.TdClassName
{
border-color: #909684;
}
.TagClassName
{
border-color: #909684;
}
</style>