Color Hex Logo

#71c06f Color Hex

#71C06F
(113,192,111)
0 Favorites   0 Comments

Color spaces of #71c06f

RGB 113192111
HSL0.330.390.59
HSV119°42°75°
CMYK 0.410.000.42   0.25
XYZ28.528942.357721.7111
Yxy42.35770.30810.4574
Hunter Lab65.0828-35.649825.7793
CIE-Lab71.1168-40.729233.3581

#71c06f color RGB value is (113,192,111).

#71c06f hex color red value is 113, green value is 192 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #71c06f hue: 0.33 , saturation: 0.39 and the lightness value of 71c06f is 0.59.

The process color (four color CMYK) of #71c06f color hex is 0.41, 0.00, 0.42, 0.25. Web safe color of #71c06f is #66cc66. Color #71c06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000000 01101111
Octal 161 300 157
Decimal 113 192 111
Hex 71 C0 6F

RGB Percentages of Color #71c06f

%27.16
%46.15
%26.68

CMYK Percentages of Color #71c06f

%41
%0
%42
%25

Triadic Colors of #71c06f

#71c06f #6f71c0 #c06f71

Analogous Colors of #71c06f

#71c06f #6fc096 #9ac06f

Monochromatic Colors of #71c06f

#71c06f

Complementary Color

#71c06f #be6fc0

#71c06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c06f Color CSS Codes

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

#71c06f Text Font Color

<p style="color:#71c06f">Text here</p>

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


#71c06f Background Color

<div style="background-color:#71c06f">
Div content here</div>

This div background color is #71c06f


#71c06f Border Color

<div style="border:3px solid #71c06f">
Div here</div>

This div border color is #71c06f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,192,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71c06f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71c06f;
  -webkit-box-shadow: 1px 1px 3px 2px #71c06f;
  box-shadow:         1px 1px 3px 2px #71c06f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c06f


Comments

No comments written yet.

Please login to write comment.