Color Hex Logo

#71a16d Color Hex

#71A16D
(113,161,109)
0 Favorites   0 Comments

Color spaces of #71a16d

RGB 113161109
HSL0.320.220.53
HSV115°32°63°
CMYK 0.300.000.32   0.37
XYZ22.315230.104619.1026
Yxy30.10460.31200.4209
Hunter Lab54.8677-23.420817.7651
CIE-Lab61.7444-26.650822.0791

#71a16d color RGB value is (113,161,109).

#71a16d hex color red value is 113, green value is 161 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #71a16d hue: 0.32 , saturation: 0.22 and the lightness value of 71a16d is 0.53.

The process color (four color CMYK) of #71a16d color hex is 0.30, 0.00, 0.32, 0.37. Web safe color of #71a16d is #669966. Color #71a16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100001 01101101
Octal 161 241 155
Decimal 113 161 109
Hex 71 A1 6D

RGB Percentages of Color #71a16d

%29.50
%42.04
%28.46

CMYK Percentages of Color #71a16d

%30
%0
%32
%37

Triadic Colors of #71a16d

#71a16d #6d71a1 #a16d71

Analogous Colors of #71a16d

#71a16d #6da183 #8ba16d

Monochromatic Colors of #71a16d

#71a16d

Complementary Color

#71a16d #9d6da1

#71a16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a16d Color CSS Codes

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

#71a16d Text Font Color

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

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


#71a16d Background Color

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

This div background color is #71a16d


#71a16d Border Color

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

This div border color is #71a16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a16d


Comments

No comments written yet.

Please login to write comment.