Color Hex Logo

#718720 Color Hex

#718720
(113,135,32)
0 Favorites   0 Comments

Color spaces of #718720

RGB 11313532
HSL0.200.620.33
HSV73°76°53°
CMYK 0.160.000.76   0.47
XYZ15.734720.94294.5796
Yxy20.94290.38140.5076
Hunter Lab45.7634-18.712826.1012
CIE-Lab52.8869-22.383749.2171

#718720 color RGB value is (113,135,32).

#718720 hex color red value is 113, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #718720 hue: 0.20 , saturation: 0.62 and the lightness value of 718720 is 0.33.

The process color (four color CMYK) of #718720 color hex is 0.16, 0.00, 0.76, 0.47. Web safe color of #718720 is #669933. Color #718720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000111 00100000
Octal 161 207 40
Decimal 113 135 32
Hex 71 87 20

RGB Percentages of Color #718720

%40.36
%48.21
%11.43

CMYK Percentages of Color #718720

%16
%0
%76
%47

Triadic Colors of #718720

#718720 #207187 #872071

Analogous Colors of #718720

#718720 #3d8720 #876a20

Monochromatic Colors of #718720

#718720

Complementary Color

#718720 #362087

#718720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718720 Color CSS Codes

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

#718720 Text Font Color

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

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


#718720 Background Color

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

This div background color is #718720


#718720 Border Color

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

This div border color is #718720


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,135,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718720; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718720;
  -webkit-box-shadow: 1px 1px 3px 2px #718720;
  box-shadow:         1px 1px 3px 2px #718720; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718720


Comments

No comments written yet.

Please login to write comment.