Html Css Color HEX #959387 Grey Olive

📋 copy color: '#959387'

red 149 ◦ green 147 ◦ blue 135

#959387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #959387

Tints of Grey Olive #959387

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.13% from 255) = 31.32%

R = 34.57%
G = 34.11%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#959387 (or 0x959387) is known color: 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

RGB 149 147 135 -
CMYK 0 0.01 0.09 0.42
HSL 51.43º 0.06% 0.56% -
HSV(B) 51.43º 0.09% 0.58% -
XYZ 27.2 29.01 27.09 -
YUV 146.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 149 147 135 0 0.01 0.09 0.42 51.43 0.06 0.56
Hex 95 93 87 0 1 9 2A 33 6 38
Octal 225 223 207 0 1 11 52 63 6 70
Binary 10010101 10010011 10000111 0 1 1001 101010 110011 110 111000

Color Harmonies of #959387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959387

Black with #959387

Text Example


Text Example

White with #959387

Text Example


Text Example

HTML Codes & Css Web 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>