Color Hex Logo

#66967a Color Hex

#66967A
(102,150,122)
0 Favorites   0 Comments

Color spaces of #66967a

RGB 102150122
HSL0.400.190.49
HSV145°32°59°
CMYK 0.320.000.19   0.41
XYZ19.898726.042622.3903
Yxy26.04260.29120.3811
Hunter Lab51.0320-19.70419.7088
CIE-Lab58.0775-22.40729.6705

#66967a color RGB value is (102,150,122).

#66967a hex color red value is 102, green value is 150 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #66967a hue: 0.40 , saturation: 0.19 and the lightness value of 66967a is 0.49.

The process color (four color CMYK) of #66967a color hex is 0.32, 0.00, 0.19, 0.41. Web safe color of #66967a is #669966. Color #66967a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010110 01111010
Octal 146 226 172
Decimal 102 150 122
Hex 66 96 7A

RGB Percentages of Color #66967a

%27.27
%40.11
%32.62

CMYK Percentages of Color #66967a

%32
%0
%19
%41

Triadic Colors of #66967a

#66967a #7a6696 #967a66

Analogous Colors of #66967a

#66967a #669692 #6a9666

Monochromatic Colors of #66967a

#66967a

Complementary Color

#66967a #966682

#66967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66967a Color CSS Codes

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

#66967a Text Font Color

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

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


#66967a Background Color

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

This div background color is #66967a


#66967a Border Color

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

This div border color is #66967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66967a


Comments

No comments written yet.

Please login to write comment.