Color Hex Logo

#076842 Color Hex

#076842
(7,104,66)
0 Favorites   0 Comments

Color spaces of #076842

RGB 710466
HSL0.430.870.22
HSV156°93°41°
CMYK 0.930.000.37   0.59
XYZ6.021310.33916.8326
Yxy10.33910.25960.4458
Hunter Lab32.1545-22.84419.9094
CIE-Lab38.4443-35.352214.3930

#076842 color RGB value is (7,104,66).

#076842 hex color red value is 7, green value is 104 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #076842 hue: 0.43 , saturation: 0.87 and the lightness value of 076842 is 0.22.

The process color (four color CMYK) of #076842 color hex is 0.93, 0.00, 0.37, 0.59. Web safe color of #076842 is #006633. Color #076842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 01000010
Octal 7 150 102
Decimal 7 104 66
Hex 7 68 42

RGB Percentages of Color #076842

%3.95
%58.76
%37.29

CMYK Percentages of Color #076842

%93
%0
%37
%59

Triadic Colors of #076842

#076842 #420768 #684207

Analogous Colors of #076842

#076842 #075e68 #076812

Monochromatic Colors of #076842

#076842

Complementary Color

#076842 #68072d

#076842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076842 Color CSS Codes

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

#076842 Text Font Color

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

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


#076842 Background Color

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

This div background color is #076842


#076842 Border Color

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

This div border color is #076842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076842


Comments

No comments written yet.

Please login to write comment.