Color Hex Logo

#668618 Color Hex

#668618
(102,134,24)
0 Favorites   0 Comments

Color spaces of #668618

RGB 10213424
HSL0.220.700.31
HSV77°82°53°
CMYK 0.240.000.82   0.47
XYZ14.169519.94093.9663
Yxy19.94090.37210.5237
Hunter Lab44.6552-21.507025.9925
CIE-Lab51.7703-26.993750.5467

#668618 color RGB value is (102,134,24).

#668618 hex color red value is 102, green value is 134 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #668618 hue: 0.22 , saturation: 0.70 and the lightness value of 668618 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000110 00011000
Octal 146 206 30
Decimal 102 134 24
Hex 66 86 18

RGB Percentages of Color #668618

%39.23
%51.54
%9.23

CMYK Percentages of Color #668618

%24
%0
%82
%47

Triadic Colors of #668618

#668618 #186686 #861866

Analogous Colors of #668618

#668618 #2f8618 #866f18

Monochromatic Colors of #668618

#668618

Complementary Color

#668618 #381886

#668618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668618 Color CSS Codes

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

#668618 Text Font Color

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

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


#668618 Background Color

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

This div background color is #668618


#668618 Border Color

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

This div border color is #668618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668618


Comments

No comments written yet.

Please login to write comment.