Html Css Color HEX #959386 Grey Olive

📋 copy color: '#959386'

red 149 ◦ green 147 ◦ blue 134

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

Shades of Grey Olive #959386

Tints of Grey Olive #959386

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 value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 149 147 134 -
CMYK 0 0.01 0.10 0.42
HSL 52º 0.07% 0.55% -
HSV(B) 52º 0.1% 0.58% -
XYZ 27.13 28.98 26.72 -
YUV 146.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 149 147 134 0 0.01 0.10 0.42 52 0.07 0.55
Hex 95 93 86 0 1 A 2A 34 7 37
Octal 225 223 206 0 1 12 52 64 7 67
Binary 10010101 10010011 10000110 0 1 1010 101010 110100 111 110111

Color Harmonies of #959386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959386

Black with #959386

Text Example


Text Example

White with #959386

Text Example


Text Example

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