Color Hex Logo

#669416 Color Hex

#669416
(102,148,22)
0 Favorites   0 Comments

Color spaces of #669416

RGB 10214822
HSL0.230.740.33
HSV82°85°58°
CMYK 0.310.000.85   0.42
XYZ16.214224.06254.5490
Yxy24.06250.36170.5368
Hunter Lab49.0535-26.842228.8392
CIE-Lab56.1503-33.689054.9988

#669416 color RGB value is (102,148,22).

#669416 hex color red value is 102, green value is 148 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #669416 hue: 0.23 , saturation: 0.74 and the lightness value of 669416 is 0.33.

The process color (four color CMYK) of #669416 color hex is 0.31, 0.00, 0.85, 0.42. Web safe color of #669416 is #669900. Color #669416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010100 00010110
Octal 146 224 26
Decimal 102 148 22
Hex 66 94 16

RGB Percentages of Color #669416

%37.50
%54.41
%8.09

CMYK Percentages of Color #669416

%31
%0
%85
%42

Triadic Colors of #669416

#669416 #166694 #941666

Analogous Colors of #669416

#669416 #279416 #948316

Monochromatic Colors of #669416

#669416

Complementary Color

#669416 #441694

#669416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669416 Color CSS Codes

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

#669416 Text Font Color

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

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


#669416 Background Color

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

This div background color is #669416


#669416 Border Color

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

This div border color is #669416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669416


Comments

No comments written yet.

Please login to write comment.