Color Hex Logo

#077b04 Color Hex

#077B04
(7,123,4)
0 Favorites   0 Comments

Color spaces of #077b04

RGB 71234
HSL0.330.940.25
HSV118°97°48°
CMYK 0.940.000.97   0.52
XYZ7.192514.21992.4805
Yxy14.21990.30100.5952
Hunter Lab37.7093-31.945022.4964
CIE-Lab44.5467-49.489947.6943

#077b04 color RGB value is (7,123,4).

#077b04 hex color red value is 7, green value is 123 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #077b04 hue: 0.33 , saturation: 0.94 and the lightness value of 077b04 is 0.25.

The process color (four color CMYK) of #077b04 color hex is 0.94, 0.00, 0.97, 0.52. Web safe color of #077b04 is #006600. Color #077b04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111011 00000100
Octal 7 173 4
Decimal 7 123 4
Hex 7 7B 4

RGB Percentages of Color #077b04

%5.22
%91.79
%2.99

CMYK Percentages of Color #077b04

%94
%0
%97
%52

Triadic Colors of #077b04

#077b04 #04077b #7b0407

Analogous Colors of #077b04

#077b04 #047b3d #427b04

Monochromatic Colors of #077b04

#077b04

Complementary Color

#077b04 #78047b

#077b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077b04 Color CSS Codes

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

#077b04 Text Font Color

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

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


#077b04 Background Color

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

This div background color is #077b04


#077b04 Border Color

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

This div border color is #077b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077b04


Comments

No comments written yet.

Please login to write comment.