Color Hex Logo

#7e901e Color Hex

#7E901E
(126,144,30)
0 Favorites   0 Comments

Color spaces of #7e901e

RGB 12614430
HSL0.190.660.34
HSV69°79°56°
CMYK 0.130.000.79   0.44
XYZ18.811824.47594.9611
Yxy24.47590.38990.5073
Hunter Lab49.4731-18.704628.6857
CIE-Lab56.5612-21.378553.6718

#7e901e color RGB value is (126,144,30).

#7e901e hex color red value is 126, green value is 144 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #7e901e hue: 0.19 , saturation: 0.66 and the lightness value of 7e901e is 0.34.

The process color (four color CMYK) of #7e901e color hex is 0.13, 0.00, 0.79, 0.44. Web safe color of #7e901e is #669933. Color #7e901e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010000 00011110
Octal 176 220 36
Decimal 126 144 30
Hex 7E 90 1E

RGB Percentages of Color #7e901e

%42.00
%48.00
%10.00

CMYK Percentages of Color #7e901e

%13
%0
%79
%44

Triadic Colors of #7e901e

#7e901e #1e7e90 #901e7e

Analogous Colors of #7e901e

#7e901e #45901e #90691e

Monochromatic Colors of #7e901e

#7e901e

Complementary Color

#7e901e #301e90

#7e901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e901e Color CSS Codes

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

#7e901e Text Font Color

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

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


#7e901e Background Color

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

This div background color is #7e901e


#7e901e Border Color

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

This div border color is #7e901e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,144,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e901e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e901e;
  -webkit-box-shadow: 1px 1px 3px 2px #7e901e;
  box-shadow:         1px 1px 3px 2px #7e901e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e901e


Comments

No comments written yet.

Please login to write comment.