Color Hex Logo

#07a649 Color Hex

#07A649
(7,166,73)
0 Favorites   0 Comments

Color spaces of #07a649

RGB 716673
HSL0.400.920.34
HSV145°96°65°
CMYK 0.960.000.56   0.35
XYZ14.926427.798610.8823
Yxy27.79860.27840.5186
Hunter Lab52.7244-41.733924.6696
CIE-Lab59.7063-56.561737.7135

#07a649 color RGB value is (7,166,73).

#07a649 hex color red value is 7, green value is 166 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #07a649 hue: 0.40 , saturation: 0.92 and the lightness value of 07a649 is 0.34.

The process color (four color CMYK) of #07a649 color hex is 0.96, 0.00, 0.56, 0.35. Web safe color of #07a649 is #009933. Color #07a649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100110 01001001
Octal 7 246 111
Decimal 7 166 73
Hex 7 A6 49

RGB Percentages of Color #07a649

%2.85
%67.48
%29.67

CMYK Percentages of Color #07a649

%96
%0
%56
%35

Triadic Colors of #07a649

#07a649 #4907a6 #a64907

Analogous Colors of #07a649

#07a649 #07a699 #15a607

Monochromatic Colors of #07a649

#07a649

Complementary Color

#07a649 #a60764

#07a649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a649 Color CSS Codes

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

#07a649 Text Font Color

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

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


#07a649 Background Color

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

This div background color is #07a649


#07a649 Border Color

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

This div border color is #07a649


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,166,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07a649; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07a649;
  -webkit-box-shadow: 1px 1px 3px 2px #07a649;
  box-shadow:         1px 1px 3px 2px #07a649; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a649


Comments

No comments written yet.

Please login to write comment.