Color Hex Logo

#969b3e Color Hex

#969B3E
(150,155,62)
0 Favorites   0 Comments

Color spaces of #969b3e

RGB 15015562
HSL0.180.430.43
HSV63°60°61°
CMYK 0.030.000.60   0.39
XYZ25.168530.27459.0745
Yxy30.27450.39010.4692
Hunter Lab55.0223-14.638828.7372
CIE-Lab61.8903-14.656946.9327

#969b3e color RGB value is (150,155,62).

#969b3e hex color red value is 150, green value is 155 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #969b3e hue: 0.18 , saturation: 0.43 and the lightness value of 969b3e is 0.43.

The process color (four color CMYK) of #969b3e color hex is 0.03, 0.00, 0.60, 0.39. Web safe color of #969b3e is #999933. Color #969b3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 00111110
Octal 226 233 76
Decimal 150 155 62
Hex 96 9B 3E

RGB Percentages of Color #969b3e

%40.87
%42.23
%16.89

CMYK Percentages of Color #969b3e

%3
%0
%60
%39

Triadic Colors of #969b3e

#969b3e #3e969b #9b3e96

Analogous Colors of #969b3e

#969b3e #689b3e #9b723e

Monochromatic Colors of #969b3e

#969b3e

Complementary Color

#969b3e #433e9b

#969b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#969b3e Color CSS Codes

.mybgcolor {background-color:#969b3e; } 
.myforecolor {color:#969b3e; }
.mybordercolor {border:3px solid #969b3e; }

#969b3e Text Font Color

<p style="color:#969b3e">Text here</p>

This sample text font color is #969b3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#969b3e Background Color

<div style="background-color:#969b3e">
Div content here</div>

This div background color is #969b3e


#969b3e Border Color

<div style="border:3px solid #969b3e">
Div here</div>

This div border color is #969b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,155,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #969b3e;
  box-shadow:         1px 1px 3px 2px #969b3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,155,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #969b3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #969b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #969b3e;
  box-shadow:         1px 1px 3px 2px #969b3e;">
Div content here</div>

This div box has shadow with color #969b3e


Comments

No comments written yet.

Please login to write comment.