Color Hex Logo

#667c68 Color Hex

#667C68
(102,124,104)
0 Favorites   0 Comments

Color spaces of #667c68

RGB 102124104
HSL0.350.100.44
HSV125°18°49°
CMYK 0.180.000.16   0.51
XYZ15.185818.239615.8169
Yxy18.23960.30840.3704
Hunter Lab42.7078-11.26887.9374
CIE-Lab49.7854-12.24548.2874

#667c68 color RGB value is (102,124,104).

#667c68 hex color red value is 102, green value is 124 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #667c68 hue: 0.35 , saturation: 0.10 and the lightness value of 667c68 is 0.44.

The process color (four color CMYK) of #667c68 color hex is 0.18, 0.00, 0.16, 0.51. Web safe color of #667c68 is #666666. Color #667c68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111100 01101000
Octal 146 174 150
Decimal 102 124 104
Hex 66 7C 68

RGB Percentages of Color #667c68

%30.91
%37.58
%31.52

CMYK Percentages of Color #667c68

%18
%0
%16
%51

Triadic Colors of #667c68

#667c68 #68667c #7c6866

Analogous Colors of #667c68

#667c68 #667c73 #6f7c66

Monochromatic Colors of #667c68

#667c68

Complementary Color

#667c68 #7c667a

#667c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667c68 Color CSS Codes

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

#667c68 Text Font Color

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

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


#667c68 Background Color

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

This div background color is #667c68


#667c68 Border Color

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

This div border color is #667c68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,124,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667c68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667c68;
  -webkit-box-shadow: 1px 1px 3px 2px #667c68;
  box-shadow:         1px 1px 3px 2px #667c68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,124,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 #667c68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667c68


Comments

No comments written yet.

Please login to write comment.