Color Hex Logo

#078664 Color Hex

#078664
(7,134,100)
0 Favorites   0 Comments

Color spaces of #078664

RGB 7134100
HSL0.460.900.28
HSV164°95°53°
CMYK 0.950.000.25   0.47
XYZ10.913018.015514.9588
Yxy18.01550.24870.4105
Hunter Lab42.4447-28.38388.8157
CIE-Lab49.5149-39.37379.7577

#078664 color RGB value is (7,134,100).

#078664 hex color red value is 7, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #078664 hue: 0.46 , saturation: 0.90 and the lightness value of 078664 is 0.28.

The process color (four color CMYK) of #078664 color hex is 0.95, 0.00, 0.25, 0.47. Web safe color of #078664 is #009966. Color #078664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000110 01100100
Octal 7 206 144
Decimal 7 134 100
Hex 7 86 64

RGB Percentages of Color #078664

%2.90
%55.60
%41.49

CMYK Percentages of Color #078664

%95
%0
%25
%47

Triadic Colors of #078664

#078664 #640786 #866407

Analogous Colors of #078664

#078664 #076986 #078625

Monochromatic Colors of #078664

#078664

Complementary Color

#078664 #860729

#078664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078664 Color CSS Codes

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

#078664 Text Font Color

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

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


#078664 Background Color

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

This div background color is #078664


#078664 Border Color

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

This div border color is #078664


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,134,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078664; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078664;
  -webkit-box-shadow: 1px 1px 3px 2px #078664;
  box-shadow:         1px 1px 3px 2px #078664; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,134,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078664


Comments

No comments written yet.

Please login to write comment.