Color Hex Logo

#718668 Color Hex

#718668
(113,134,104)
0 Favorites   0 Comments

Color spaces of #718668

RGB 113134104
HSL0.280.130.47
HSV102°22°53°
CMYK 0.160.000.22   0.47
XYZ17.833821.560416.3183
Yxy21.56040.32010.3870
Hunter Lab46.4332-12.700811.6666
CIE-Lab53.5574-13.571213.6915

#718668 color RGB value is (113,134,104).

#718668 hex color red value is 113, green value is 134 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #718668 hue: 0.28 , saturation: 0.13 and the lightness value of 718668 is 0.47.

The process color (four color CMYK) of #718668 color hex is 0.16, 0.00, 0.22, 0.47. Web safe color of #718668 is #669966. Color #718668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 01101000
Octal 161 206 150
Decimal 113 134 104
Hex 71 86 68

RGB Percentages of Color #718668

%32.19
%38.18
%29.63

CMYK Percentages of Color #718668

%16
%0
%22
%47

Triadic Colors of #718668

#718668 #687186 #866871

Analogous Colors of #718668

#718668 #68866e #808668

Monochromatic Colors of #718668

#718668

Complementary Color

#718668 #7d6886

#718668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718668 Color CSS Codes

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

#718668 Text Font Color

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

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


#718668 Background Color

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

This div background color is #718668


#718668 Border Color

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

This div border color is #718668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718668


Comments

No comments written yet.

Please login to write comment.