Color Hex Logo

#66977e Color Hex

#66977E
(102,151,126)
0 Favorites   0 Comments

Color spaces of #66977e

RGB 102151126
HSL0.410.190.50
HSV149°32°59°
CMYK 0.320.000.17   0.41
XYZ20.312026.464423.7762
Yxy26.46440.28790.3751
Hunter Lab51.4436-19.54728.6078
CIE-Lab58.4753-22.08047.9693

#66977e color RGB value is (102,151,126).

#66977e hex color red value is 102, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #66977e hue: 0.41 , saturation: 0.19 and the lightness value of 66977e is 0.50.

The process color (four color CMYK) of #66977e color hex is 0.32, 0.00, 0.17, 0.41. Web safe color of #66977e is #669966. Color #66977e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010111 01111110
Octal 146 227 176
Decimal 102 151 126
Hex 66 97 7E

RGB Percentages of Color #66977e

%26.91
%39.84
%33.25

CMYK Percentages of Color #66977e

%32
%0
%17
%41

Triadic Colors of #66977e

#66977e #7e6697 #977e66

Analogous Colors of #66977e

#66977e #669797 #679766

Monochromatic Colors of #66977e

#66977e

Complementary Color

#66977e #97667f

#66977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66977e Color CSS Codes

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

#66977e Text Font Color

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

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


#66977e Background Color

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

This div background color is #66977e


#66977e Border Color

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

This div border color is #66977e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,151,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66977e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66977e;
  -webkit-box-shadow: 1px 1px 3px 2px #66977e;
  box-shadow:         1px 1px 3px 2px #66977e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,151,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66977e


Comments

No comments written yet.

Please login to write comment.