Color Hex Logo

#719677 Color Hex

#719677
(113,150,119)
0 Favorites   0 Comments

Color spaces of #719677

RGB 113150119
HSL0.360.150.52
HSV130°25°59°
CMYK 0.250.000.21   0.41
XYZ21.046226.655321.4885
Yxy26.65530.30420.3852
Hunter Lab51.6288-17.585811.4629
CIE-Lab58.6539-19.291212.2710

#719677 color RGB value is (113,150,119).

#719677 hex color red value is 113, green value is 150 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #719677 hue: 0.36 , saturation: 0.15 and the lightness value of 719677 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 01110111
Octal 161 226 167
Decimal 113 150 119
Hex 71 96 77

RGB Percentages of Color #719677

%29.58
%39.27
%31.15

CMYK Percentages of Color #719677

%25
%0
%21
%41

Triadic Colors of #719677

#719677 #777196 #967771

Analogous Colors of #719677

#719677 #71968a #7e9671

Monochromatic Colors of #719677

#719677

Complementary Color

#719677 #967190

#719677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719677 Color CSS Codes

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

#719677 Text Font Color

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

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


#719677 Background Color

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

This div background color is #719677


#719677 Border Color

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

This div border color is #719677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719677


Comments

No comments written yet.

Please login to write comment.