Color Hex Logo

#6f864d Color Hex

#6F864D
(111,134,77)
0 Favorites   0 Comments

Color spaces of #6f864d

RGB 11113477
HSL0.230.270.41
HSV84°43°53°
CMYK 0.170.000.43   0.47
XYZ16.420220.965510.2025
Yxy20.96550.34500.4406
Hunter Lab45.7881-16.116818.8407
CIE-Lab52.9117-18.560127.9729

#6f864d color RGB value is (111,134,77).

#6f864d hex color red value is 111, green value is 134 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6f864d hue: 0.23 , saturation: 0.27 and the lightness value of 6f864d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000110 01001101
Octal 157 206 115
Decimal 111 134 77
Hex 6F 86 4D

RGB Percentages of Color #6f864d

%34.47
%41.61
%23.91

CMYK Percentages of Color #6f864d

%17
%0
%43
%47

Triadic Colors of #6f864d

#6f864d #4d6f86 #864d6f

Analogous Colors of #6f864d

#6f864d #52864d #86814d

Monochromatic Colors of #6f864d

#6f864d

Complementary Color

#6f864d #644d86

#6f864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f864d Color CSS Codes

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

#6f864d Text Font Color

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

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


#6f864d Background Color

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

This div background color is #6f864d


#6f864d Border Color

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

This div border color is #6f864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f864d


Comments

No comments written yet.

Please login to write comment.