Color Hex Logo

#6e953e Color Hex

#6E953E
(110,149,62)
0 Favorites   0 Comments

Color spaces of #6e953e

RGB 11014962
HSL0.240.410.41
HSV87°58°58°
CMYK 0.260.000.58   0.42
XYZ18.047425.15778.4622
Yxy25.15770.34930.4869
Hunter Lab50.1575-23.548625.1072
CIE-Lab57.2288-28.257540.9063

#6e953e color RGB value is (110,149,62).

#6e953e hex color red value is 110, green value is 149 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6e953e hue: 0.24 , saturation: 0.41 and the lightness value of 6e953e is 0.41.

The process color (four color CMYK) of #6e953e color hex is 0.26, 0.00, 0.58, 0.42. Web safe color of #6e953e is #669933. Color #6e953e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010101 00111110
Octal 156 225 76
Decimal 110 149 62
Hex 6E 95 3E

RGB Percentages of Color #6e953e

%34.27
%46.42
%19.31

CMYK Percentages of Color #6e953e

%26
%0
%58
%42

Triadic Colors of #6e953e

#6e953e #3e6e95 #953e6e

Analogous Colors of #6e953e

#6e953e #43953e #95913e

Monochromatic Colors of #6e953e

#6e953e

Complementary Color

#6e953e #653e95

#6e953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e953e Color CSS Codes

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

#6e953e Text Font Color

<p style="color:#6e953e">Text here</p>

This sample text font color is #6e953e
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.


#6e953e Background Color

<div style="background-color:#6e953e">
Div content here</div>

This div background color is #6e953e


#6e953e Border Color

<div style="border:3px solid #6e953e">
Div here</div>

This div border color is #6e953e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,149,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e953e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e953e;
  -webkit-box-shadow: 1px 1px 3px 2px #6e953e;
  box-shadow:         1px 1px 3px 2px #6e953e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,149,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 #6e953e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e953e


Comments

No comments written yet.

Please login to write comment.