Color Hex Logo

#669850 Color Hex

#669850
(102,152,80)
0 Favorites   0 Comments

Color spaces of #669850

RGB 10215280
HSL0.280.310.45
HSV102°47°60°
CMYK 0.330.000.47   0.40
XYZ18.155725.860411.6241
Yxy25.86040.32630.4648
Hunter Lab50.8531-25.264522.0446
CIE-Lab57.9043-30.595732.5437

#669850 color RGB value is (102,152,80).

#669850 hex color red value is 102, green value is 152 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #669850 hue: 0.28 , saturation: 0.31 and the lightness value of 669850 is 0.45.

The process color (four color CMYK) of #669850 color hex is 0.33, 0.00, 0.47, 0.40. Web safe color of #669850 is #669966. Color #669850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011000 01010000
Octal 146 230 120
Decimal 102 152 80
Hex 66 98 50

RGB Percentages of Color #669850

%30.54
%45.51
%23.95

CMYK Percentages of Color #669850

%33
%0
%47
%40

Triadic Colors of #669850

#669850 #506698 #985066

Analogous Colors of #669850

#669850 #50985e #8a9850

Monochromatic Colors of #669850

#669850

Complementary Color

#669850 #825098

#669850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669850 Color CSS Codes

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

#669850 Text Font Color

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

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


#669850 Background Color

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

This div background color is #669850


#669850 Border Color

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

This div border color is #669850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669850


Comments

No comments written yet.

Please login to write comment.