Color Hex Logo

#668642 Color Hex

#668642
(102,134,66)
0 Favorites   0 Comments

Color spaces of #668642

RGB 10213466
HSL0.250.340.39
HSV88°51°53°
CMYK 0.240.000.51   0.47
XYZ14.988020.26838.2765
Yxy20.26830.34430.4656
Hunter Lab45.0203-19.360020.6144
CIE-Lab52.1392-23.574232.7602

#668642 color RGB value is (102,134,66).

#668642 hex color red value is 102, green value is 134 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #668642 hue: 0.25 , saturation: 0.34 and the lightness value of 668642 is 0.39.

The process color (four color CMYK) of #668642 color hex is 0.24, 0.00, 0.51, 0.47. Web safe color of #668642 is #669933. Color #668642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000110 01000010
Octal 146 206 102
Decimal 102 134 66
Hex 66 86 42

RGB Percentages of Color #668642

%33.77
%44.37
%21.85

CMYK Percentages of Color #668642

%24
%0
%51
%47

Triadic Colors of #668642

#668642 #426686 #864266

Analogous Colors of #668642

#668642 #448642 #868442

Monochromatic Colors of #668642

#668642

Complementary Color

#668642 #624286

#668642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668642 Color CSS Codes

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

#668642 Text Font Color

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

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


#668642 Background Color

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

This div background color is #668642


#668642 Border Color

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

This div border color is #668642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668642


Comments

No comments written yet.

Please login to write comment.