Color Hex Logo

#067972 Color Hex

#067972
(6,121,114)
0 Favorites   0 Comments

Color spaces of #067972

RGB 6121114
HSL0.490.910.25
HSV176°95°47°
CMYK 0.950.000.06   0.53
XYZ9.949714.928418.2766
Yxy14.92840.23060.3459
Hunter Lab38.6373-21.6487-0.9999
CIE-Lab45.5360-29.5950-4.2288

#067972 color RGB value is (6,121,114).

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

The process color (four color CMYK) of #067972 color hex is 0.95, 0.00, 0.06, 0.53. Web safe color of #067972 is #006666. Color #067972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111001 01110010
Octal 6 171 162
Decimal 6 121 114
Hex 6 79 72

RGB Percentages of Color #067972

%2.49
%50.21
%47.30

CMYK Percentages of Color #067972

%95
%0
%6
%53

Triadic Colors of #067972

#067972 #720679 #797206

Analogous Colors of #067972

#067972 #064679 #067939

Monochromatic Colors of #067972

#067972

Complementary Color

#067972 #79060d

#067972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067972 Color CSS Codes

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

#067972 Text Font Color

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

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


#067972 Background Color

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

This div background color is #067972


#067972 Border Color

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

This div border color is #067972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067972


Comments

No comments written yet.

Please login to write comment.