Color Hex Logo

#71a67b Color Hex

#71A67B
(113,166,123)
0 Favorites   0 Comments

Color spaces of #71a67b

RGB 113166123
HSL0.360.230.55
HSV131°32°65°
CMYK 0.320.000.26   0.35
XYZ24.021432.213223.6906
Yxy32.21320.30050.4030
Hunter Lab56.7567-23.776814.9816
CIE-Lab63.5187-26.629616.8096

#71a67b color RGB value is (113,166,123).

#71a67b hex color red value is 113, green value is 166 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #71a67b hue: 0.36 , saturation: 0.23 and the lightness value of 71a67b is 0.55.

The process color (four color CMYK) of #71a67b color hex is 0.32, 0.00, 0.26, 0.35. Web safe color of #71a67b is #669966. Color #71a67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10100110 01111011
Octal 161 246 173
Decimal 113 166 123
Hex 71 A6 7B

RGB Percentages of Color #71a67b

%28.11
%41.29
%30.60

CMYK Percentages of Color #71a67b

%32
%0
%26
%35

Triadic Colors of #71a67b

#71a67b #7b71a6 #a67b71

Analogous Colors of #71a67b

#71a67b #71a696 #82a671

Monochromatic Colors of #71a67b

#71a67b

Complementary Color

#71a67b #a6719c

#71a67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71a67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71a67b Color CSS Codes

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

#71a67b Text Font Color

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

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


#71a67b Background Color

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

This div background color is #71a67b


#71a67b Border Color

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

This div border color is #71a67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71a67b


Comments

No comments written yet.

Please login to write comment.