Shades of Grey Olive #959285
Tints of Grey Olive #959285
RGB
CMYK
RGB Variations
Color information
#959285 (or 0x959285) is known color: Grey Olive. HEX triplet: 95, 92 and 85. RGB value is (149,146,133). Sum of RGB (Red+Green+Blue) = 149+146+133=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959285 is #6A6D7A. Grayscale: #919191. Windows color (decimal): -6974843 or 8753813. OLE color: 8753813.
HSL color Cylindrical-coordinate representation of color #959285: hue angle of 48.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 #959285 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 133 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.42 |
| HSL | 48.75º | 0.07% | 0.55% | - |
| HSV(B) | 48.75º | 0.11% | 0.58% | - |
| XYZ | 26.91 | 28.64 | 26.3 | - |
| YUV | 145.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 133 | 0 | 0.02 | 0.11 | 0.42 | 48.75 | 0.07 | 0.55 |
| Hex | 95 | 92 | 85 | 0 | 2 | B | 2A | 31 | 7 | 37 |
| Octal | 225 | 222 | 205 | 0 | 2 | 13 | 52 | 61 | 7 | 67 |
| Binary | 10010101 | 10010010 | 10000101 | 0 | 10 | 1011 | 101010 | 110001 | 111 | 110111 |
Color Harmonies of #959285
Complementary color
Monochromatic Colors of #959285
Black with #959285
Text Example
Text Example
White with #959285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959285; }
p { color: rgb(149,146,133); }
H1.HeaderClassName
{
color: #959285;
}
.AnyTagClassName
{
color: #959285;
}
</style>
background-color css
<style>
a { background-color: #959285; }
a { background-color: rgb(149,146,133); }
div.DivClassName
{
background-color: #959285;
}
.BgClassName
{
background-color: #959285;
}
</style>
border-color css
<style>
span { border-color: #959285; }
span { border-color: rgb(149,146,133); }
td.TdClassName
{
border-color: #959285;
}
.TagClassName
{
border-color: #959285;
}
</style>