Shades of Grey Olive #939185
Tints of Grey Olive #939185
RGB
CMYK
RGB Variations
Color information
#939185 (or 0x939185) is known color: Grey Olive. HEX triplet: 93, 91 and 85. RGB value is (147,145,133). Sum of RGB (Red+Green+Blue) = 147+145+133=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #939185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939185 is #6C6E7A. Grayscale: #909090. Windows color (decimal): -7106171 or 8753555. OLE color: 8753555.
HSL color Cylindrical-coordinate representation of color #939185: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939185 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 133 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.42 |
| HSL | 51.43º | 0.06% | 0.55% | - |
| HSV(B) | 51.43º | 0.1% | 0.58% | - |
| XYZ | 26.39 | 28.15 | 26.23 | - |
| YUV | 144.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 133 | 0 | 0.01 | 0.10 | 0.42 | 51.43 | 0.06 | 0.55 |
| Hex | 93 | 91 | 85 | 0 | 1 | A | 2A | 33 | 6 | 37 |
| Octal | 223 | 221 | 205 | 0 | 1 | 12 | 52 | 63 | 6 | 67 |
| Binary | 10010011 | 10010001 | 10000101 | 0 | 1 | 1010 | 101010 | 110011 | 110 | 110111 |
Color Harmonies of #939185
Complementary color
Monochromatic Colors of #939185
Black with #939185
Text Example
Text Example
White with #939185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939185; }
p { color: rgb(147,145,133); }
H1.HeaderClassName
{
color: #939185;
}
.AnyTagClassName
{
color: #939185;
}
</style>
background-color css
<style>
a { background-color: #939185; }
a { background-color: rgb(147,145,133); }
div.DivClassName
{
background-color: #939185;
}
.BgClassName
{
background-color: #939185;
}
</style>
border-color css
<style>
span { border-color: #939185; }
span { border-color: rgb(147,145,133); }
td.TdClassName
{
border-color: #939185;
}
.TagClassName
{
border-color: #939185;
}
</style>