Color Hex Logo

#679672 Color Hex

#679672
(103,150,114)
0 Favorites   0 Comments

Color spaces of #679672

RGB 103150114
HSL0.370.190.50
HSV134°31°59°
CMYK 0.310.000.24   0.41
XYZ19.537125.911219.8912
Yxy25.91120.29900.3966
Hunter Lab50.9030-20.570212.4636
CIE-Lab57.9527-23.678714.0217

#679672 color RGB value is (103,150,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 01110010
Octal 147 226 162
Decimal 103 150 114
Hex 67 96 72

RGB Percentages of Color #679672

%28.07
%40.87
%31.06

CMYK Percentages of Color #679672

%31
%0
%24
%41

Triadic Colors of #679672

#679672 #726796 #967267

Analogous Colors of #679672

#679672 #67968a #749667

Monochromatic Colors of #679672

#679672

Complementary Color

#679672 #96678b

#679672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679672 Color CSS Codes

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

#679672 Text Font Color

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

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


#679672 Background Color

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

This div background color is #679672


#679672 Border Color

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

This div border color is #679672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679672


Comments

No comments written yet.

Please login to write comment.