Color Hex Logo

#069779 Color Hex

#069779
(6,151,121)
0 Favorites   0 Comments

Color spaces of #069779

RGB 6151121
HSL0.470.920.31
HSV168°96°59°
CMYK 0.960.000.20   0.41
XYZ14.592923.552421.8661
Yxy23.55240.24320.3925
Hunter Lab48.5308-31.25517.2578
CIE-Lab55.6368-41.04496.3911

#069779 color RGB value is (6,151,121).

#069779 hex color red value is 6, green value is 151 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #069779 hue: 0.47 , saturation: 0.92 and the lightness value of 069779 is 0.31.

The process color (four color CMYK) of #069779 color hex is 0.96, 0.00, 0.20, 0.41. Web safe color of #069779 is #009966. Color #069779 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010111 01111001
Octal 6 227 171
Decimal 6 151 121
Hex 6 97 79

RGB Percentages of Color #069779

%2.16
%54.32
%43.53

CMYK Percentages of Color #069779

%96
%0
%20
%41

Triadic Colors of #069779

#069779 #790697 #977906

Analogous Colors of #069779

#069779 #066d97 #069731

Monochromatic Colors of #069779

#069779

Complementary Color

#069779 #970624

#069779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069779 Color CSS Codes

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

#069779 Text Font Color

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

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


#069779 Background Color

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

This div background color is #069779


#069779 Border Color

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

This div border color is #069779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069779


Comments

No comments written yet.

Please login to write comment.