Color Hex Logo

#668941 Color Hex

#668941
(102,137,65)
0 Favorites   0 Comments

Color spaces of #668941

RGB 10213765
HSL0.250.360.40
HSV89°53°54°
CMYK 0.260.000.53   0.46
XYZ15.379321.09788.2627
Yxy21.09780.34370.4716
Hunter Lab45.9323-20.615321.4870
CIE-Lab53.0564-25.196834.3886

#668941 color RGB value is (102,137,65).

#668941 hex color red value is 102, green value is 137 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #668941 hue: 0.25 , saturation: 0.36 and the lightness value of 668941 is 0.40.

The process color (four color CMYK) of #668941 color hex is 0.26, 0.00, 0.53, 0.46. Web safe color of #668941 is #669933. Color #668941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001001 01000001
Octal 146 211 101
Decimal 102 137 65
Hex 66 89 41

RGB Percentages of Color #668941

%33.55
%45.07
%21.38

CMYK Percentages of Color #668941

%26
%0
%53
%46

Triadic Colors of #668941

#668941 #416689 #894166

Analogous Colors of #668941

#668941 #428941 #898841

Monochromatic Colors of #668941

#668941

Complementary Color

#668941 #644189

#668941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668941 Color CSS Codes

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

#668941 Text Font Color

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

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


#668941 Background Color

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

This div background color is #668941


#668941 Border Color

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

This div border color is #668941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668941


Comments

No comments written yet.

Please login to write comment.