Shades of Grey Olive #959385
Tints of Grey Olive #959385
RGB
CMYK
RGB Variations
Color information
#959385 (or 0x959385) is known color: Grey Olive. HEX triplet: 95, 93 and 85. RGB value is (149,147,133). Sum of RGB (Red+Green+Blue) = 149+147+133=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #959385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959385 is #6A6C7A. Grayscale: #929292. Windows color (decimal): -6974587 or 8754069. OLE color: 8754069.
HSL color Cylindrical-coordinate representation of color #959385: 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 #959385 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 133 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.42 |
| HSL | 52.5º | 0.07% | 0.55% | - |
| HSV(B) | 52.5º | 0.11% | 0.58% | - |
| XYZ | 27.06 | 28.95 | 26.35 | - |
| YUV | 146 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 133 | 0 | 0.01 | 0.11 | 0.42 | 52.5 | 0.07 | 0.55 |
| Hex | 95 | 93 | 85 | 0 | 1 | B | 2A | 34 | 7 | 37 |
| Octal | 225 | 223 | 205 | 0 | 1 | 13 | 52 | 64 | 7 | 67 |
| Binary | 10010101 | 10010011 | 10000101 | 0 | 1 | 1011 | 101010 | 110100 | 111 | 110111 |
Color Harmonies of #959385
Complementary color
Monochromatic Colors of #959385
Black with #959385
Text Example
Text Example
White with #959385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959385; }
p { color: rgb(149,147,133); }
H1.HeaderClassName
{
color: #959385;
}
.AnyTagClassName
{
color: #959385;
}
</style>
background-color css
<style>
a { background-color: #959385; }
a { background-color: rgb(149,147,133); }
div.DivClassName
{
background-color: #959385;
}
.BgClassName
{
background-color: #959385;
}
</style>
border-color css
<style>
span { border-color: #959385; }
span { border-color: rgb(149,147,133); }
td.TdClassName
{
border-color: #959385;
}
.TagClassName
{
border-color: #959385;
}
</style>