#959386

Color #959386 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #959386

Tints of Grey Olive #959386

Color information

#959386 (or 0x959386) is unknown color: approx Grey Olive. HEX triplet: 95, 93 and 86. RGB value is (149,147,134). Sum of RGB (Red+Green+Blue) = 149+147+134=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959386 is #6A6C79. Grayscale: #929292. Windows color (decimal): -6974586 or 8819605. OLE color: 8819605.

HSL color Cylindrical-coordinate representation of color #959386: hue angle of 52º degrees, saturation: 0.07, 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 #959386 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB149147134-
CMYK00.010.100.42
HSL52º6.61%55.49%-
HSV(B)52º10.07%58.43%-
XYZ27.1328.9826.72-
YUV146.12121.16130.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=34.65%
G=34.19%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914713400.010.100.42526.6155.49
Hex95938601A2A34737
Octal22522320601125264767
Binary100101011001001110000110011010101010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959386; }

 p { color: rgb(149,147,134); }

 H1.HeaderClassName
 {
   color: #959386;
 }
 .AnyTagClassName
 {
   color: #959386;
 }
</style>
background-color css

<style>
 a { background-color: #959386; }

 a { background-color: rgb(149,147,134); }

 div.DivClassName
 {
   background-color: #959386;
 }
 .BgClassName
 {
   background-color: #959386;
 }
</style>
border-color css

<style>
 span { border-color: #959386; }

 span { border-color: rgb(149,147,134); }

 td.TdClassName
 {
   border-color: #959386;
 }
 .TagClassName
 {
   border-color: #959386;
 }
</style>