Color Hex Logo

#669317 Color Hex

#669317
(102,147,23)
0 Favorites   0 Comments

Color spaces of #669317

RGB 10214723
HSL0.230.730.33
HSV82°84°58°
CMYK 0.310.000.84   0.42
XYZ16.067923.75414.5487
Yxy23.75410.36210.5354
Hunter Lab48.7382-26.444328.5832
CIE-Lab55.8407-33.191254.4666

#669317 color RGB value is (102,147,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010011 00010111
Octal 146 223 27
Decimal 102 147 23
Hex 66 93 17

RGB Percentages of Color #669317

%37.50
%54.04
%8.46

CMYK Percentages of Color #669317

%31
%0
%84
%42

Triadic Colors of #669317

#669317 #176693 #931766

Analogous Colors of #669317

#669317 #289317 #938217

Monochromatic Colors of #669317

#669317

Complementary Color

#669317 #441793

#669317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669317 Color CSS Codes

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

#669317 Text Font Color

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

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


#669317 Background Color

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

This div background color is #669317


#669317 Border Color

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

This div border color is #669317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669317


Comments

No comments written yet.

Please login to write comment.