Color Hex Logo

#668612 Color Hex

#668612
(102,134,18)
0 Favorites   0 Comments

Color spaces of #668612

RGB 10213418
HSL0.210.760.30
HSV77°87°53°
CMYK 0.240.000.87   0.47
XYZ14.113819.91863.6731
Yxy19.91860.37430.5283
Hunter Lab44.6303-21.654426.3616
CIE-Lab51.7451-27.232752.1788

#668612 color RGB value is (102,134,18).

#668612 hex color red value is 102, green value is 134 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #668612 hue: 0.21 , saturation: 0.76 and the lightness value of 668612 is 0.30.

The process color (four color CMYK) of #668612 color hex is 0.24, 0.00, 0.87, 0.47. Web safe color of #668612 is #669900. Color #668612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000110 00010010
Octal 146 206 22
Decimal 102 134 18
Hex 66 86 12

RGB Percentages of Color #668612

%40.16
%52.76
%7.09

CMYK Percentages of Color #668612

%24
%0
%87
%47

Triadic Colors of #668612

#668612 #126686 #861266

Analogous Colors of #668612

#668612 #2c8612 #866c12

Monochromatic Colors of #668612

#668612

Complementary Color

#668612 #321286

#668612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668612 Color CSS Codes

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

#668612 Text Font Color

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

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


#668612 Background Color

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

This div background color is #668612


#668612 Border Color

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

This div border color is #668612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668612


Comments

No comments written yet.

Please login to write comment.