Shades of Grey Olive #939183
Tints of Grey Olive #939183
RGB
CMYK
RGB Variations
Color information
#939183 (or 0x939183) is known color: Grey Olive. HEX triplet: 93, 91 and 83. RGB value is (147,145,131). Sum of RGB (Red+Green+Blue) = 147+145+131=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #939183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939183 is #6C6E7C. Grayscale: #909090. Windows color (decimal): -7106173 or 8622483. OLE color: 8622483.
HSL color Cylindrical-coordinate representation of color #939183: hue angle of 52.5º 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 #939183 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 131 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.42 |
| HSL | 52.5º | 0.07% | 0.55% | - |
| HSV(B) | 52.5º | 0.11% | 0.58% | - |
| XYZ | 26.25 | 28.09 | 25.51 | - |
| YUV | 144 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 131 | 0 | 0.01 | 0.11 | 0.42 | 52.5 | 0.07 | 0.55 |
| Hex | 93 | 91 | 83 | 0 | 1 | B | 2A | 34 | 7 | 37 |
| Octal | 223 | 221 | 203 | 0 | 1 | 13 | 52 | 64 | 7 | 67 |
| Binary | 10010011 | 10010001 | 10000011 | 0 | 1 | 1011 | 101010 | 110100 | 111 | 110111 |
Color Harmonies of #939183
Complementary color
Monochromatic Colors of #939183
Black with #939183
Text Example
Text Example
White with #939183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939183; }
p { color: rgb(147,145,131); }
H1.HeaderClassName
{
color: #939183;
}
.AnyTagClassName
{
color: #939183;
}
</style>
background-color css
<style>
a { background-color: #939183; }
a { background-color: rgb(147,145,131); }
div.DivClassName
{
background-color: #939183;
}
.BgClassName
{
background-color: #939183;
}
</style>
border-color css
<style>
span { border-color: #939183; }
span { border-color: rgb(147,145,131); }
td.TdClassName
{
border-color: #939183;
}
.TagClassName
{
border-color: #939183;
}
</style>