Shades of Sage #909584
Tints of Sage #909584
RGB
CMYK
RGB Variations
Color information
#909584 (or 0x909584) is known color: Sage. HEX triplet: 90, 95 and 84. RGB value is (144,149,132). Sum of RGB (Red+Green+Blue) = 144+149+132=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #909584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909584 is #6F6A7B. Grayscale: #919191. Windows color (decimal): -7301756 or 8689040. OLE color: 8689040.
HSL color Cylindrical-coordinate representation of color #909584: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909584 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 132 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.42 |
| HSL | 77.65º | 0.07% | 0.55% | - |
| HSV(B) | 77.65º | 0.11% | 0.58% | - |
| XYZ | 26.41 | 29.09 | 26.05 | - |
| YUV | 145.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 132 | 0.03 | 0 | 0.11 | 0.42 | 77.65 | 0.07 | 0.55 |
| Hex | 90 | 95 | 84 | 3 | 0 | B | 2A | 4E | 7 | 37 |
| Octal | 220 | 225 | 204 | 3 | 0 | 13 | 52 | 116 | 7 | 67 |
| Binary | 10010000 | 10010101 | 10000100 | 11 | 0 | 1011 | 101010 | 1001110 | 111 | 110111 |
Color Harmonies of #909584
Complementary color
Monochromatic Colors of #909584
Black with #909584
Text Example
Text Example
White with #909584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909584; }
p { color: rgb(144,149,132); }
H1.HeaderClassName
{
color: #909584;
}
.AnyTagClassName
{
color: #909584;
}
</style>
background-color css
<style>
a { background-color: #909584; }
a { background-color: rgb(144,149,132); }
div.DivClassName
{
background-color: #909584;
}
.BgClassName
{
background-color: #909584;
}
</style>
border-color css
<style>
span { border-color: #909584; }
span { border-color: rgb(144,149,132); }
td.TdClassName
{
border-color: #909584;
}
.TagClassName
{
border-color: #909584;
}
</style>