Color Hex Logo

#718616 Color Hex

#718616
(113,134,22)
0 Favorites   0 Comments

Color spaces of #718616

RGB 11313422
HSL0.200.720.31
HSV71°84°53°
CMYK 0.160.000.84   0.47
XYZ15.480020.61883.9230
Yxy20.61880.38680.5152
Hunter Lab45.4079-18.611526.6632
CIE-Lab52.5297-22.333552.0982

#718616 color RGB value is (113,134,22).

#718616 hex color red value is 113, green value is 134 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #718616 hue: 0.20 , saturation: 0.72 and the lightness value of 718616 is 0.31.

The process color (four color CMYK) of #718616 color hex is 0.16, 0.00, 0.84, 0.47. Web safe color of #718616 is #669900. Color #718616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 00010110
Octal 161 206 26
Decimal 113 134 22
Hex 71 86 16

RGB Percentages of Color #718616

%42.01
%49.81
%8.18

CMYK Percentages of Color #718616

%16
%0
%84
%47

Triadic Colors of #718616

#718616 #167186 #861671

Analogous Colors of #718616

#718616 #398616 #866316

Monochromatic Colors of #718616

#718616

Complementary Color

#718616 #2b1686

#718616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718616 Color CSS Codes

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

#718616 Text Font Color

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

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


#718616 Background Color

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

This div background color is #718616


#718616 Border Color

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

This div border color is #718616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718616


Comments

No comments written yet.

Please login to write comment.