Color Hex Logo

#667662 Color Hex

#667662
(102,118,98)
1 Favorites   0 Comments

Color spaces of #667662

RGB 10211898
HSL0.300.090.42
HSV108°17°46°
CMYK 0.140.000.17   0.54
XYZ14.162516.663514.0252
Yxy16.66350.31580.3715
Hunter Lab40.8210-9.50758.2039
CIE-Lab47.8332-10.06719.0515

#667662 color RGB value is (102,118,98).

#667662 hex color red value is 102, green value is 118 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #667662 hue: 0.30 , saturation: 0.09 and the lightness value of 667662 is 0.42.

The process color (four color CMYK) of #667662 color hex is 0.14, 0.00, 0.17, 0.54. Web safe color of #667662 is #666666. Color #667662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110110 01100010
Octal 146 166 142
Decimal 102 118 98
Hex 66 76 62

RGB Percentages of Color #667662

%32.08
%37.11
%30.82

CMYK Percentages of Color #667662

%14
%0
%17
%54

Triadic Colors of #667662

#667662 #626676 #766266

Analogous Colors of #667662

#667662 #627668 #707662

Monochromatic Colors of #667662

#667662

Complementary Color

#667662 #726276

#667662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667662 Color CSS Codes

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

#667662 Text Font Color

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

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


#667662 Background Color

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

This div background color is #667662


#667662 Border Color

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

This div border color is #667662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667662


Comments

No comments written yet.

Please login to write comment.