Color Hex Logo

#077246 Color Hex

#077246
(7,114,70)
0 Favorites   0 Comments

Color spaces of #077246

RGB 711470
HSL0.430.880.24
HSV155°94°45°
CMYK 0.940.000.39   0.55
XYZ7.210412.52207.8313
Yxy12.52200.26160.4543
Hunter Lab35.3864-25.554811.6492
CIE-Lab42.0340-38.484216.8846

#077246 color RGB value is (7,114,70).

#077246 hex color red value is 7, green value is 114 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #077246 hue: 0.43 , saturation: 0.88 and the lightness value of 077246 is 0.24.

The process color (four color CMYK) of #077246 color hex is 0.94, 0.00, 0.39, 0.55. Web safe color of #077246 is #006633. Color #077246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110010 01000110
Octal 7 162 106
Decimal 7 114 70
Hex 7 72 46

RGB Percentages of Color #077246

%3.66
%59.69
%36.65

CMYK Percentages of Color #077246

%94
%0
%39
%55

Triadic Colors of #077246

#077246 #460772 #724607

Analogous Colors of #077246

#077246 #076972 #077211

Monochromatic Colors of #077246

#077246

Complementary Color

#077246 #720733

#077246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077246 Color CSS Codes

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

#077246 Text Font Color

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

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


#077246 Background Color

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

This div background color is #077246


#077246 Border Color

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

This div border color is #077246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077246


Comments

No comments written yet.

Please login to write comment.