Color Hex Logo

#67996f Color Hex

#67996F
(103,153,111)
0 Favorites   0 Comments

Color spaces of #67996f

RGB 103153111
HSL0.360.200.50
HSV130°33°60°
CMYK 0.330.000.27   0.40
XYZ19.854026.813719.1681
Yxy26.81370.30160.4073
Hunter Lab51.7819-22.178714.3000
CIE-Lab58.8015-25.750516.8774

#67996f color RGB value is (103,153,111).

#67996f hex color red value is 103, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #67996f hue: 0.36 , saturation: 0.20 and the lightness value of 67996f is 0.50.

The process color (four color CMYK) of #67996f color hex is 0.33, 0.00, 0.27, 0.40. Web safe color of #67996f is #669966. Color #67996f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011001 01101111
Octal 147 231 157
Decimal 103 153 111
Hex 67 99 6F

RGB Percentages of Color #67996f

%28.07
%41.69
%30.25

CMYK Percentages of Color #67996f

%33
%0
%27
%40

Triadic Colors of #67996f

#67996f #6f6799 #996f67

Analogous Colors of #67996f

#67996f #679988 #789967

Monochromatic Colors of #67996f

#67996f

Complementary Color

#67996f #996791

#67996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67996f Color CSS Codes

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

#67996f Text Font Color

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

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


#67996f Background Color

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

This div background color is #67996f


#67996f Border Color

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

This div border color is #67996f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,153,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67996f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67996f;
  -webkit-box-shadow: 1px 1px 3px 2px #67996f;
  box-shadow:         1px 1px 3px 2px #67996f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67996f


Comments

No comments written yet.

Please login to write comment.