Color Hex Logo

#667642 Color Hex

#667642
(102,118,66)
0 Favorites   0 Comments

Color spaces of #667642

RGB 10211866
HSL0.220.280.36
HSV78°44°46°
CMYK 0.140.000.44   0.54
XYZ12.941316.17507.5943
Yxy16.17500.35250.4406
Hunter Lab40.2182-12.944516.9571
CIE-Lab47.2033-15.200826.6447

#667642 color RGB value is (102,118,66).

#667642 hex color red value is 102, green value is 118 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #667642 hue: 0.22 , saturation: 0.28 and the lightness value of 667642 is 0.36.

The process color (four color CMYK) of #667642 color hex is 0.14, 0.00, 0.44, 0.54. Web safe color of #667642 is #666633. Color #667642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110110 01000010
Octal 146 166 102
Decimal 102 118 66
Hex 66 76 42

RGB Percentages of Color #667642

%35.66
%41.26
%23.08

CMYK Percentages of Color #667642

%14
%0
%44
%54

Triadic Colors of #667642

#667642 #426676 #764266

Analogous Colors of #667642

#667642 #4c7642 #766c42

Monochromatic Colors of #667642

#667642

Complementary Color

#667642 #524276

#667642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667642 Color CSS Codes

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

#667642 Text Font Color

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

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


#667642 Background Color

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

This div background color is #667642


#667642 Border Color

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

This div border color is #667642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667642


Comments

No comments written yet.

Please login to write comment.