Color Hex Logo

#067b77 Color Hex

#067B77
(6,123,119)
0 Favorites   0 Comments

Color spaces of #067b77

RGB 6123119
HSL0.490.910.25
HSV178°95°48°
CMYK 0.950.000.03   0.52
XYZ10.487815.536519.8988
Yxy15.53650.22840.3383
Hunter Lab39.4164-21.4838-2.3403
CIE-Lab46.3604-28.9750-5.9793

#067b77 color RGB value is (6,123,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 01110111
Octal 6 173 167
Decimal 6 123 119
Hex 6 7B 77

RGB Percentages of Color #067b77

%2.42
%49.60
%47.98

CMYK Percentages of Color #067b77

%95
%0
%3
%52

Triadic Colors of #067b77

#067b77 #77067b #7b7706

Analogous Colors of #067b77

#067b77 #06457b #067b3d

Monochromatic Colors of #067b77

#067b77

Complementary Color

#067b77 #7b060a

#067b77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067b77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067b77 Color CSS Codes

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

#067b77 Text Font Color

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

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


#067b77 Background Color

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

This div background color is #067b77


#067b77 Border Color

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

This div border color is #067b77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,123,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067b77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067b77;
  -webkit-box-shadow: 1px 1px 3px 2px #067b77;
  box-shadow:         1px 1px 3px 2px #067b77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,123,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067b77


Comments

No comments written yet.

Please login to write comment.