Color Hex Logo

#71965b Color Hex

#71965B
(113,150,91)
0 Favorites   0 Comments

Color spaces of #71965b

RGB 11315091
HSL0.270.240.47
HSV98°39°59°
CMYK 0.250.000.39   0.41
XYZ19.604726.078713.8980
Yxy26.07870.32900.4377
Hunter Lab51.0673-20.841819.6113
CIE-Lab58.1117-24.024127.0792

#71965b color RGB value is (113,150,91).

#71965b hex color red value is 113, green value is 150 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71965b hue: 0.27 , saturation: 0.24 and the lightness value of 71965b is 0.47.

The process color (four color CMYK) of #71965b color hex is 0.25, 0.00, 0.39, 0.41. Web safe color of #71965b is #669966. Color #71965b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 01011011
Octal 161 226 133
Decimal 113 150 91
Hex 71 96 5B

RGB Percentages of Color #71965b

%31.92
%42.37
%25.71

CMYK Percentages of Color #71965b

%25
%0
%39
%41

Triadic Colors of #71965b

#71965b #5b7196 #965b71

Analogous Colors of #71965b

#71965b #5b9663 #8f965b

Monochromatic Colors of #71965b

#71965b

Complementary Color

#71965b #805b96

#71965b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71965b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71965b Color CSS Codes

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

#71965b Text Font Color

<p style="color:#71965b">Text here</p>

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


#71965b Background Color

<div style="background-color:#71965b">
Div content here</div>

This div background color is #71965b


#71965b Border Color

<div style="border:3px solid #71965b">
Div here</div>

This div border color is #71965b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,150,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 #71965b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71965b


Comments

No comments written yet.

Please login to write comment.