Color Hex Logo

#6fa45e Color Hex

#6FA45E
(111,164,94)
0 Favorites   0 Comments

Color spaces of #6fa45e

RGB 11116494
HSL0.290.280.51
HSV105°43°64°
CMYK 0.320.000.43   0.36
XYZ21.851430.738615.3711
Yxy30.73860.32150.4523
Hunter Lab55.4424-26.672422.3719
CIE-Lab62.2863-31.138830.8379

#6fa45e color RGB value is (111,164,94).

#6fa45e hex color red value is 111, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6fa45e hue: 0.29 , saturation: 0.28 and the lightness value of 6fa45e is 0.51.

The process color (four color CMYK) of #6fa45e color hex is 0.32, 0.00, 0.43, 0.36. Web safe color of #6fa45e is #669966. Color #6fa45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100100 01011110
Octal 157 244 136
Decimal 111 164 94
Hex 6F A4 5E

RGB Percentages of Color #6fa45e

%30.08
%44.44
%25.47

CMYK Percentages of Color #6fa45e

%32
%0
%43
%36

Triadic Colors of #6fa45e

#6fa45e #5e6fa4 #a45e6f

Analogous Colors of #6fa45e

#6fa45e #5ea470 #92a45e

Monochromatic Colors of #6fa45e

#6fa45e

Complementary Color

#6fa45e #935ea4

#6fa45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa45e Color CSS Codes

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

#6fa45e Text Font Color

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

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


#6fa45e Background Color

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

This div background color is #6fa45e


#6fa45e Border Color

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

This div border color is #6fa45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa45e


Comments

No comments written yet.

Please login to write comment.