Color Hex Logo

#6fac42 Color Hex

#6FAC42
(111,172,66)
0 Favorites   0 Comments

Color spaces of #6fac42

RGB 11117266
HSL0.260.450.47
HSV95°62°67°
CMYK 0.350.000.62   0.33
XYZ22.291433.277910.4027
Yxy33.27790.33790.5044
Hunter Lab57.6870-31.976329.6891
CIE-Lab64.3853-38.143847.1647

#6fac42 color RGB value is (111,172,66).

#6fac42 hex color red value is 111, green value is 172 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6fac42 hue: 0.26 , saturation: 0.45 and the lightness value of 6fac42 is 0.47.

The process color (four color CMYK) of #6fac42 color hex is 0.35, 0.00, 0.62, 0.33. Web safe color of #6fac42 is #669933. Color #6fac42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 01000010
Octal 157 254 102
Decimal 111 172 66
Hex 6F AC 42

RGB Percentages of Color #6fac42

%31.81
%49.28
%18.91

CMYK Percentages of Color #6fac42

%35
%0
%62
%33

Triadic Colors of #6fac42

#6fac42 #426fac #ac426f

Analogous Colors of #6fac42

#6fac42 #42ac4a #a4ac42

Monochromatic Colors of #6fac42

#6fac42

Complementary Color

#6fac42 #7f42ac

#6fac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fac42 Color CSS Codes

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

#6fac42 Text Font Color

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

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


#6fac42 Background Color

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

This div background color is #6fac42


#6fac42 Border Color

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

This div border color is #6fac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fac42


Comments

No comments written yet.

Please login to write comment.