Color Hex Logo

#6f896e Color Hex

#6F896E
(111,137,110)
0 Favorites   0 Comments

Color spaces of #6f896e

RGB 111137110
HSL0.330.110.48
HSV118°20°54°
CMYK 0.190.000.20   0.46
XYZ18.315722.396618.1095
Yxy22.39660.31140.3808
Hunter Lab47.3250-13.735910.4395
CIE-Lab54.4453-14.842711.4694

#6f896e color RGB value is (111,137,110).

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

The process color (four color CMYK) of #6f896e color hex is 0.19, 0.00, 0.20, 0.46. Web safe color of #6f896e is #669966. Color #6f896e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001001 01101110
Octal 157 211 156
Decimal 111 137 110
Hex 6F 89 6E

RGB Percentages of Color #6f896e

%31.01
%38.27
%30.73

CMYK Percentages of Color #6f896e

%19
%0
%20
%46

Triadic Colors of #6f896e

#6f896e #6e6f89 #896e6f

Analogous Colors of #6f896e

#6f896e #6e897b #7d896e

Monochromatic Colors of #6f896e

#6f896e

Complementary Color

#6f896e #886e89

#6f896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f896e Color CSS Codes

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

#6f896e Text Font Color

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

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


#6f896e Background Color

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

This div background color is #6f896e


#6f896e Border Color

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

This div border color is #6f896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f896e


Comments

No comments written yet.

Please login to write comment.