Color Hex Logo

#718976 Color Hex

#718976
(113,137,118)
0 Favorites   0 Comments

Color spaces of #718976

RGB 113137118
HSL0.370.100.49
HSV133°18°54°
CMYK 0.180.000.14   0.46
XYZ19.025722.710020.5203
Yxy22.71000.30560.3648
Hunter Lab47.6550-12.13237.8282
CIE-Lab54.7724-12.56807.3545

#718976 color RGB value is (113,137,118).

#718976 hex color red value is 113, green value is 137 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #718976 hue: 0.37 , saturation: 0.10 and the lightness value of 718976 is 0.49.

The process color (four color CMYK) of #718976 color hex is 0.18, 0.00, 0.14, 0.46. Web safe color of #718976 is #669966. Color #718976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 01110110
Octal 161 211 166
Decimal 113 137 118
Hex 71 89 76

RGB Percentages of Color #718976

%30.71
%37.23
%32.07

CMYK Percentages of Color #718976

%18
%0
%14
%46

Triadic Colors of #718976

#718976 #767189 #897671

Analogous Colors of #718976

#718976 #718982 #788971

Monochromatic Colors of #718976

#718976

Complementary Color

#718976 #897184

#718976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718976 Color CSS Codes

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

#718976 Text Font Color

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

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


#718976 Background Color

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

This div background color is #718976


#718976 Border Color

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

This div border color is #718976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718976


Comments

No comments written yet.

Please login to write comment.