Color Hex Logo

#66965c Color Hex

#66965C
(102,150,92)
0 Favorites   0 Comments

Color spaces of #66965c

RGB 10215092
HSL0.300.240.47
HSV110°39°59°
CMYK 0.320.000.39   0.41
XYZ18.317625.410214.0644
Yxy25.41020.31700.4397
Hunter Lab50.4085-23.351118.7436
CIE-Lab57.4729-27.882925.5776

#66965c color RGB value is (102,150,92).

#66965c hex color red value is 102, green value is 150 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #66965c hue: 0.30 , saturation: 0.24 and the lightness value of 66965c is 0.47.

The process color (four color CMYK) of #66965c color hex is 0.32, 0.00, 0.39, 0.41. Web safe color of #66965c is #669966. Color #66965c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010110 01011100
Octal 146 226 134
Decimal 102 150 92
Hex 66 96 5C

RGB Percentages of Color #66965c

%29.65
%43.60
%26.74

CMYK Percentages of Color #66965c

%32
%0
%39
%41

Triadic Colors of #66965c

#66965c #5c6696 #965c66

Analogous Colors of #66965c

#66965c #5c966f #83965c

Monochromatic Colors of #66965c

#66965c

Complementary Color

#66965c #8c5c96

#66965c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66965c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66965c Color CSS Codes

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

#66965c Text Font Color

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

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


#66965c Background Color

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

This div background color is #66965c


#66965c Border Color

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

This div border color is #66965c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,150,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66965c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66965c;
  -webkit-box-shadow: 1px 1px 3px 2px #66965c;
  box-shadow:         1px 1px 3px 2px #66965c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66965c


Comments

No comments written yet.

Please login to write comment.