Color Hex Logo

#007669 Color Hex

#007669
(0,118,105)
0 Favorites   0 Comments

Color spaces of #007669

RGB 0118105
HSL0.481.000.23
HSV173°100°46°
CMYK 1.000.000.11   0.54
XYZ9.028213.976815.5866
Yxy13.97680.23390.3622
Hunter Lab37.3856-22.31891.4510
CIE-Lab44.1996-31.3467-0.8305

#007669 color RGB value is (0,118,105).

#007669 hex color red value is 0, green value is 118 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #007669 hue: 0.48 , saturation: 1.00 and the lightness value of 007669 is 0.23.

The process color (four color CMYK) of #007669 color hex is 1.00, 0.00, 0.11, 0.54. Web safe color of #007669 is #006666. Color #007669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110110 01101001
Octal 0 166 151
Decimal 0 118 105
Hex 0 76 69

RGB Percentages of Color #007669

%0.00
%52.91
%47.09

CMYK Percentages of Color #007669

%100
%0
%11
%54

Triadic Colors of #007669

#007669 #690076 #766900

Analogous Colors of #007669

#007669 #004876 #00762e

Monochromatic Colors of #007669

#007669

Complementary Color

#007669 #76000d

#007669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007669 Color CSS Codes

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

#007669 Text Font Color

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

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


#007669 Background Color

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

This div background color is #007669


#007669 Border Color

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

This div border color is #007669


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,118,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007669


Comments

No comments written yet.

Please login to write comment.