Shades of Sage #919585
Tints of Sage #919585
RGB
CMYK
RGB Variations
Color information
#919585 (or 0x919585) is known color: Sage. HEX triplet: 91, 95 and 85. RGB value is (145,149,133). Sum of RGB (Red+Green+Blue) = 145+149+133=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #919585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919585 is #6E6A7A. Grayscale: #929292. Windows color (decimal): -7236219 or 8754577. OLE color: 8754577.
HSL color Cylindrical-coordinate representation of color #919585: hue angle of 75º 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 #919585 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 133 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.42 |
| HSL | 75º | 0.07% | 0.55% | - |
| HSV(B) | 75º | 0.11% | 0.58% | - |
| XYZ | 26.66 | 29.21 | 26.42 | - |
| YUV | 145.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 133 | 0.03 | 0 | 0.11 | 0.42 | 75 | 0.07 | 0.55 |
| Hex | 91 | 95 | 85 | 3 | 0 | B | 2A | 4B | 7 | 37 |
| Octal | 221 | 225 | 205 | 3 | 0 | 13 | 52 | 113 | 7 | 67 |
| Binary | 10010001 | 10010101 | 10000101 | 11 | 0 | 1011 | 101010 | 1001011 | 111 | 110111 |
Color Harmonies of #919585
Complementary color
Monochromatic Colors of #919585
Black with #919585
Text Example
Text Example
White with #919585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919585; }
p { color: rgb(145,149,133); }
H1.HeaderClassName
{
color: #919585;
}
.AnyTagClassName
{
color: #919585;
}
</style>
background-color css
<style>
a { background-color: #919585; }
a { background-color: rgb(145,149,133); }
div.DivClassName
{
background-color: #919585;
}
.BgClassName
{
background-color: #919585;
}
</style>
border-color css
<style>
span { border-color: #919585; }
span { border-color: rgb(145,149,133); }
td.TdClassName
{
border-color: #919585;
}
.TagClassName
{
border-color: #919585;
}
</style>