Color Hex Logo

#67966e Color Hex

#67966E
(103,150,110)
0 Favorites   0 Comments

Color spaces of #67966e

RGB 103150110
HSL0.360.190.50
HSV129°31°59°
CMYK 0.310.000.27   0.41
XYZ19.314325.822018.7180
Yxy25.82200.30250.4044
Hunter Lab50.8154-21.081213.7311
CIE-Lab57.8677-24.438516.1517

#67966e color RGB value is (103,150,110).

#67966e hex color red value is 103, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #67966e hue: 0.36 , saturation: 0.19 and the lightness value of 67966e is 0.50.

The process color (four color CMYK) of #67966e color hex is 0.31, 0.00, 0.27, 0.41. Web safe color of #67966e is #669966. Color #67966e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 01101110
Octal 147 226 156
Decimal 103 150 110
Hex 67 96 6E

RGB Percentages of Color #67966e

%28.37
%41.32
%30.30

CMYK Percentages of Color #67966e

%31
%0
%27
%41

Triadic Colors of #67966e

#67966e #6e6796 #966e67

Analogous Colors of #67966e

#67966e #679686 #789667

Monochromatic Colors of #67966e

#67966e

Complementary Color

#67966e #96678f

#67966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67966e Color CSS Codes

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

#67966e Text Font Color

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

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


#67966e Background Color

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

This div background color is #67966e


#67966e Border Color

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

This div border color is #67966e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,150,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67966e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67966e;
  -webkit-box-shadow: 1px 1px 3px 2px #67966e;
  box-shadow:         1px 1px 3px 2px #67966e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,150,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67966e

#67966e Color Palettes


Comments

No comments written yet.

Please login to write comment.