Color Hex Logo

#71a45b Color Hex

#71A45B
(113,164,91)
0 Favorites   0 Comments

Color spaces of #71a45b

RGB 11316491
HSL0.280.290.50
HSV102°45°64°
CMYK 0.310.000.45   0.36
XYZ21.973830.817014.6877
Yxy30.81700.32560.4567
Hunter Lab55.5131-26.492023.1721
CIE-Lab62.3528-30.854632.5193

#71a45b color RGB value is (113,164,91).

#71a45b hex color red value is 113, green value is 164 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71a45b hue: 0.28 , saturation: 0.29 and the lightness value of 71a45b is 0.50.

The process color (four color CMYK) of #71a45b color hex is 0.31, 0.00, 0.45, 0.36. Web safe color of #71a45b is #669966. Color #71a45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100100 01011011
Octal 161 244 133
Decimal 113 164 91
Hex 71 A4 5B

RGB Percentages of Color #71a45b

%30.71
%44.57
%24.73

CMYK Percentages of Color #71a45b

%31
%0
%45
%36

Triadic Colors of #71a45b

#71a45b #5b71a4 #a45b71

Analogous Colors of #71a45b

#71a45b #5ba46a #96a45b

Monochromatic Colors of #71a45b

#71a45b

Complementary Color

#71a45b #8e5ba4

#71a45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a45b Color CSS Codes

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

#71a45b Text Font Color

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

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


#71a45b Background Color

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

This div background color is #71a45b


#71a45b Border Color

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

This div border color is #71a45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a45b


Comments

No comments written yet.

Please login to write comment.