Color Hex Logo

#6f866e Color Hex

#6F866E
(111,134,110)
0 Favorites   0 Comments

Color spaces of #6f866e

RGB 111134110
HSL0.330.100.48
HSV118°18°53°
CMYK 0.170.000.18   0.47
XYZ17.895121.555517.9693
Yxy21.55550.31170.3754
Hunter Lab46.4279-12.44819.5521
CIE-Lab53.5522-13.220910.2141

#6f866e color RGB value is (111,134,110).

#6f866e hex color red value is 111, green value is 134 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6f866e hue: 0.33 , saturation: 0.10 and the lightness value of 6f866e is 0.48.

The process color (four color CMYK) of #6f866e color hex is 0.17, 0.00, 0.18, 0.47. Web safe color of #6f866e is #669966. Color #6f866e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000110 01101110
Octal 157 206 156
Decimal 111 134 110
Hex 6F 86 6E

RGB Percentages of Color #6f866e

%31.27
%37.75
%30.99

CMYK Percentages of Color #6f866e

%17
%0
%18
%47

Triadic Colors of #6f866e

#6f866e #6e6f86 #866e6f

Analogous Colors of #6f866e

#6f866e #6e8679 #7b866e

Monochromatic Colors of #6f866e

#6f866e

Complementary Color

#6f866e #856e86

#6f866e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f866e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f866e Color CSS Codes

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

#6f866e Text Font Color

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

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


#6f866e Background Color

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

This div background color is #6f866e


#6f866e Border Color

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

This div border color is #6f866e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f866e


Comments

No comments written yet.

Please login to write comment.