Color Hex Logo

#76c693 Color Hex

#76C693
(118,198,147)
0 Favorites   0 Comments

Color spaces of #76c693

RGB 118198147
HSL0.390.410.62
HSV142°40°78°
CMYK 0.400.000.26   0.22
XYZ32.931846.346334.8138
Yxy46.34630.28860.4062
Hunter Lab68.0781-32.789917.3350
CIE-Lab73.7697-35.758918.0149

#76c693 color RGB value is (118,198,147).

#76c693 hex color red value is 118, green value is 198 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #76c693 hue: 0.39 , saturation: 0.41 and the lightness value of 76c693 is 0.62.

The process color (four color CMYK) of #76c693 color hex is 0.40, 0.00, 0.26, 0.22. Web safe color of #76c693 is #66cc99. Color #76c693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11000110 10010011
Octal 166 306 223
Decimal 118 198 147
Hex 76 C6 93

RGB Percentages of Color #76c693

%25.49
%42.76
%31.75

CMYK Percentages of Color #76c693

%40
%0
%26
%22

Triadic Colors of #76c693

#76c693 #9376c6 #c69376

Analogous Colors of #76c693

#76c693 #76c6bb #81c676

Monochromatic Colors of #76c693

#76c693

Complementary Color

#76c693 #c676a9

#76c693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76c693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76c693 Color CSS Codes

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

#76c693 Text Font Color

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

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


#76c693 Background Color

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

This div background color is #76c693


#76c693 Border Color

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

This div border color is #76c693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,198,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76c693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76c693;
  -webkit-box-shadow: 1px 1px 3px 2px #76c693;
  box-shadow:         1px 1px 3px 2px #76c693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76c693


Comments

No comments written yet.

Please login to write comment.