Color Hex Logo

#71a01f Color Hex

#71A01F
(113,160,31)
0 Favorites   0 Comments

Color spaces of #71a01f

RGB 11316031
HSL0.230.680.37
HSV82°81°63°
CMYK 0.290.000.81   0.37
XYZ19.628228.75135.8114
Yxy28.75130.36220.5306
Hunter Lab53.6202-28.493831.1083
CIE-Lab60.5615-34.465856.7011

#71a01f color RGB value is (113,160,31).

#71a01f hex color red value is 113, green value is 160 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #71a01f hue: 0.23 , saturation: 0.68 and the lightness value of 71a01f is 0.37.

The process color (four color CMYK) of #71a01f color hex is 0.29, 0.00, 0.81, 0.37. Web safe color of #71a01f is #669933. Color #71a01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100000 00011111
Octal 161 240 37
Decimal 113 160 31
Hex 71 A0 1F

RGB Percentages of Color #71a01f

%37.17
%52.63
%10.20

CMYK Percentages of Color #71a01f

%29
%0
%81
%37

Triadic Colors of #71a01f

#71a01f #1f71a0 #a01f71

Analogous Colors of #71a01f

#71a01f #31a01f #a08f1f

Monochromatic Colors of #71a01f

#71a01f

Complementary Color

#71a01f #4e1fa0

#71a01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a01f Color CSS Codes

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

#71a01f Text Font Color

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

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


#71a01f Background Color

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

This div background color is #71a01f


#71a01f Border Color

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

This div border color is #71a01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a01f


Comments

No comments written yet.

Please login to write comment.