Color Hex Logo

#076643 Color Hex

#076643
(7,102,67)
0 Favorites   0 Comments

Color spaces of #076643

RGB 710267
HSL0.440.870.21
HSV158°93°40°
CMYK 0.930.000.34   0.60
XYZ5.85219.95326.9229
Yxy9.95320.25750.4379
Hunter Lab31.5487-22.09959.0738
CIE-Lab37.7583-34.280212.8617

#076643 color RGB value is (7,102,67).

#076643 hex color red value is 7, green value is 102 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #076643 hue: 0.44 , saturation: 0.87 and the lightness value of 076643 is 0.21.

The process color (four color CMYK) of #076643 color hex is 0.93, 0.00, 0.34, 0.60. Web safe color of #076643 is #006633. Color #076643 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100110 01000011
Octal 7 146 103
Decimal 7 102 67
Hex 7 66 43

RGB Percentages of Color #076643

%3.98
%57.95
%38.07

CMYK Percentages of Color #076643

%93
%0
%34
%60

Triadic Colors of #076643

#076643 #430766 #664307

Analogous Colors of #076643

#076643 #075a66 #076614

Monochromatic Colors of #076643

#076643

Complementary Color

#076643 #66072a

#076643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076643 Color CSS Codes

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

#076643 Text Font Color

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

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


#076643 Background Color

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

This div background color is #076643


#076643 Border Color

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

This div border color is #076643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076643


Comments

No comments written yet.

Please login to write comment.