#959387

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

Shades of Grey Olive #959387

Tints of Grey Olive #959387

Color information

#959387 (or 0x959387) is unknown color: approx Grey Olive. HEX triplet: 95, 93 and 87. RGB value is (149,147,135). Sum of RGB (Red+Green+Blue) = 149+147+135=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #959387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959387 is #6A6C78. Grayscale: #929292. Windows color (decimal): -6974585 or 8885141. OLE color: 8885141.

HSL color Cylindrical-coordinate representation of color #959387: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959387 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149147135-
CMYK00.010.090.42
HSL51.43º6.19%55.69%-
HSV(B)51.43º9.4%58.43%-
XYZ27.229.0127.09-
YUV146.23121.66129.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=34.57%
G=34.11%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914713500.010.090.4251.436.1955.69
Hex9593870192A33638
Octal22522320701115263670
Binary100101011001001110000111011001101010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959387; }

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

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

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

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

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

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

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

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