Color Hex Logo

#067672 Color Hex

#067672
(6,118,114)
0 Favorites   0 Comments

Color spaces of #067672

RGB 6118114
HSL0.490.900.24
HSV178°95°46°
CMYK 0.950.000.03   0.54
XYZ9.590814.210518.1570
Yxy14.21050.22860.3387
Hunter Lab37.6968-20.5556-2.1698
CIE-Lab44.5333-28.1413-5.7163

#067672 color RGB value is (6,118,114).

#067672 hex color red value is 6, green value is 118 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #067672 hue: 0.49 , saturation: 0.90 and the lightness value of 067672 is 0.24.

The process color (four color CMYK) of #067672 color hex is 0.95, 0.00, 0.03, 0.54. Web safe color of #067672 is #006666. Color #067672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110110 01110010
Octal 6 166 162
Decimal 6 118 114
Hex 6 76 72

RGB Percentages of Color #067672

%2.52
%49.58
%47.90

CMYK Percentages of Color #067672

%95
%0
%3
%54

Triadic Colors of #067672

#067672 #720676 #767206

Analogous Colors of #067672

#067672 #064276 #06763a

Monochromatic Colors of #067672

#067672

Complementary Color

#067672 #76060a

#067672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067672 Color CSS Codes

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

#067672 Text Font Color

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

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


#067672 Background Color

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

This div background color is #067672


#067672 Border Color

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

This div border color is #067672


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,118,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 #067672">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067672


Comments

No comments written yet.

Please login to write comment.