Color Hex Logo

#076732 Color Hex

#076732
(7,103,50)
0 Favorites   0 Comments

Color spaces of #076732

RGB 710350
HSL0.410.870.22
HSV147°93°40°
CMYK 0.930.000.51   0.60
XYZ5.51369.97604.6526
Yxy9.97600.27370.4953
Hunter Lab31.5848-24.113613.3757
CIE-Lab37.7993-38.339622.8363

#076732 color RGB value is (7,103,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 00110010
Octal 7 147 62
Decimal 7 103 50
Hex 7 67 32

RGB Percentages of Color #076732

%4.38
%64.38
%31.25

CMYK Percentages of Color #076732

%93
%0
%51
%60

Triadic Colors of #076732

#076732 #320767 #673207

Analogous Colors of #076732

#076732 #076762 #0c6707

Monochromatic Colors of #076732

#076732

Complementary Color

#076732 #67073c

#076732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076732 Color CSS Codes

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

#076732 Text Font Color

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

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


#076732 Background Color

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

This div background color is #076732


#076732 Border Color

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

This div border color is #076732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076732


Comments

No comments written yet.

Please login to write comment.