Color Hex Logo

#669b66 Color Hex

#669B66
(102,155,102)
0 Favorites   0 Comments

Color spaces of #669b66

RGB 102155102
HSL0.330.210.50
HSV120°34°61°
CMYK 0.340.000.34   0.39
XYZ19.599127.226816.7927
Yxy27.22680.30810.4280
Hunter Lab52.1793-24.267317.4444
CIE-Lab59.1837-28.672922.3722

#669b66 color RGB value is (102,155,102).

#669b66 hex color red value is 102, green value is 155 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #669b66 hue: 0.33 , saturation: 0.21 and the lightness value of 669b66 is 0.50.

The process color (four color CMYK) of #669b66 color hex is 0.34, 0.00, 0.34, 0.39. Web safe color of #669b66 is #669966. Color #669b66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 01100110
Octal 146 233 146
Decimal 102 155 102
Hex 66 9B 66

RGB Percentages of Color #669b66

%28.41
%43.18
%28.41

CMYK Percentages of Color #669b66

%34
%0
%34
%39

Triadic Colors of #669b66

#669b66 #66669b #9b6666

Analogous Colors of #669b66

#669b66 #669b81 #819b66

Monochromatic Colors of #669b66

#669b66

Complementary Color

#669b66 #9b669b

#669b66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669b66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669b66 Color CSS Codes

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

#669b66 Text Font Color

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

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


#669b66 Background Color

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

This div background color is #669b66


#669b66 Border Color

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

This div border color is #669b66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669b66


Comments

No comments written yet.

Please login to write comment.