Color Hex Logo

#6d956f Color Hex

#6D956F
(109,149,111)
0 Favorites   0 Comments

Color spaces of #6d956f

RGB 109149111
HSL0.340.160.51
HSV123°27°58°
CMYK 0.270.000.26   0.42
XYZ19.923425.893818.9869
Yxy25.89380.30740.3996
Hunter Lab50.8860-19.162213.4975
CIE-Lab57.9361-21.675115.7397

#6d956f color RGB value is (109,149,111).

#6d956f hex color red value is 109, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #6d956f hue: 0.34 , saturation: 0.16 and the lightness value of 6d956f is 0.51.

The process color (four color CMYK) of #6d956f color hex is 0.27, 0.00, 0.26, 0.42. Web safe color of #6d956f is #669966. Color #6d956f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010101 01101111
Octal 155 225 157
Decimal 109 149 111
Hex 6D 95 6F

RGB Percentages of Color #6d956f

%29.54
%40.38
%30.08

CMYK Percentages of Color #6d956f

%27
%0
%26
%42

Triadic Colors of #6d956f

#6d956f #6f6d95 #956f6d

Analogous Colors of #6d956f

#6d956f #6d9583 #7f956d

Monochromatic Colors of #6d956f

#6d956f

Complementary Color

#6d956f #956d93

#6d956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d956f Color CSS Codes

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

#6d956f Text Font Color

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

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


#6d956f Background Color

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

This div background color is #6d956f


#6d956f Border Color

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

This div border color is #6d956f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,149,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d956f


Comments

No comments written yet.

Please login to write comment.