Color Hex Logo

#668129 Color Hex

#668129
(102,129,41)
0 Favorites   0 Comments

Color spaces of #668129

RGB 10212941
HSL0.220.520.33
HSV78°68°51°
CMYK 0.210.000.68   0.49
XYZ13.730018.68544.9808
Yxy18.68540.36710.4997
Hunter Lab43.2266-18.949923.4269
CIE-Lab50.3171-23.499742.8118

#668129 color RGB value is (102,129,41).

#668129 hex color red value is 102, green value is 129 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #668129 hue: 0.22 , saturation: 0.52 and the lightness value of 668129 is 0.33.

The process color (four color CMYK) of #668129 color hex is 0.21, 0.00, 0.68, 0.49. Web safe color of #668129 is #669933. Color #668129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000001 00101001
Octal 146 201 51
Decimal 102 129 41
Hex 66 81 29

RGB Percentages of Color #668129

%37.50
%47.43
%15.07

CMYK Percentages of Color #668129

%21
%0
%68
%49

Triadic Colors of #668129

#668129 #296681 #812966

Analogous Colors of #668129

#668129 #3a8129 #817029

Monochromatic Colors of #668129

#668129

Complementary Color

#668129 #442981

#668129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668129 Color CSS Codes

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

#668129 Text Font Color

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

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


#668129 Background Color

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

This div background color is #668129


#668129 Border Color

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

This div border color is #668129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668129


Comments

No comments written yet.

Please login to write comment.