Color Hex Logo

#6fb442 Color Hex

#6FB442
(111,180,66)
0 Favorites   0 Comments

Color spaces of #6fb442

RGB 11118066
HSL0.270.460.48
HSV96°63°71°
CMYK 0.380.000.63   0.29
XYZ23.860236.415410.9256
Yxy36.41540.33510.5114
Hunter Lab60.3452-35.026031.5071
CIE-Lab66.8361-41.637549.8832

#6fb442 color RGB value is (111,180,66).

#6fb442 hex color red value is 111, green value is 180 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6fb442 hue: 0.27 , saturation: 0.46 and the lightness value of 6fb442 is 0.48.

The process color (four color CMYK) of #6fb442 color hex is 0.38, 0.00, 0.63, 0.29. Web safe color of #6fb442 is #66cc33. Color #6fb442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110100 01000010
Octal 157 264 102
Decimal 111 180 66
Hex 6F B4 42

RGB Percentages of Color #6fb442

%31.09
%50.42
%18.49

CMYK Percentages of Color #6fb442

%38
%0
%63
%29

Triadic Colors of #6fb442

#6fb442 #426fb4 #b4426f

Analogous Colors of #6fb442

#6fb442 #42b44e #a8b442

Monochromatic Colors of #6fb442

#6fb442

Complementary Color

#6fb442 #8742b4

#6fb442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb442 Color CSS Codes

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

#6fb442 Text Font Color

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

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


#6fb442 Background Color

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

This div background color is #6fb442


#6fb442 Border Color

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

This div border color is #6fb442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb442


Comments

No comments written yet.

Please login to write comment.