COLOR #7EA700

HEX: #7EA700
RGB: (126,167,0)

Color info

#7EA700 contains only red and green colors. Web safe color of #7EA700 is #669900 (or #690).

RGB color model

#7EA700 color RGB value is (126,167,0).

  • red value is 126;
  • green value is 167;
  • blue value is 0.
RGB:
(126,167,0)
(49%,65%,0%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 0 of 255 = 0%

126
167
0

R + G + B ~ 38%. #7EA700 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 167 + 0 = 293 (100%)
R 126 of 293 ~ 43%
G 167 of 293 ~ 57%
B 0 of 293 ~ 0%

%43
%57

CMYK color model

#7EA700 color CMYK value is (25,0,100,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 34.51%
CMYK:
(25,0,100,35)
C25M0Y100K35 
(25%,0%,100%,35%)
(0.25/0.00/1.00/0.35)	

CMYK percentages

%24.55
%0
%100
%34.51

Codes

Color #7EA700 in popluar color models

7EA700
RGB1261670
HSL75°100.00%32.75%
HSB/HSV75°100.00%65.49%
CMYK24.55%0.00%100.00%
34.51%

Color #7EA700 in popluar number systems.

HEX7EA700
Decimal1261670
Binary1111110101001110
Octal1762470

Shades and tints

Shades of #7EA700

#7EA700
(126,167,0)
#739800
(115,152,0)
#688900
(104,137,0)
#5D7A00
(93,122,0)
#526B00
(82,107,0)
#475C00
(71,92,0)
#3C4D00
(60,77,0)
#313E00
(49,62,0)
#262F00
(38,47,0)
#1B2000
(27,32,0)
#101100
(16,17,0)
#000000
(0,0,0)

Tints of #7EA700

#7EA700
(126,167,0)
#89AF17
(137,175,23)
#94B72E
(148,183,46)
#9FBF45
(159,191,69)
#AAC75C
(170,199,92)
#B5CF73
(181,207,115)
#C0D78A
(192,215,138)
#CBDFA1
(203,223,161)
#D6E7B8
(214,231,184)
#E1EFCF
(225,239,207)
#ECF7E6
(236,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA700 color. Also use rgb(126,167,0) instead hex code.

Text Font Color

.myTextColor { color: #7EA700; }

<p style="color:#7EA700">This sample text font color is #7EA700.</p>

This text font color is #7EA700.


Background Color

.myBgColor { background-color: #7EA700; }

<div style="background-color:#7EA700">Inner text</div>

This div background color is #7EA700.


Border color

.myBorderColor { border: 1px solid #7EA700; }

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

This div border color is #7EA700.


Opacity

.myOpacity80 { color: #7EA700; opacity: 0.8; }

<p style="color:#7EA700;opacity:0.8;">80%</p>

Text with #7EA700 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EA700;}

<p style="text-shadow: 3px 3px 1px #7EA700">Text here.</p>

This text has shadow with #7EA700 color.

.textShadow {text-shadow: 3px 3px 1px #7EA700, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EA700, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EA700 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA700, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EA700, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EA700 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7EA700;
  -webkit-box-shadow:	1px 1px 3px 2px #7EA700;
  box-shadow:		1px 1px 3px 2px #7EA700;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EA700;
-webkit-box-shadow: 1px 1px 3px 2px #7EA700;
box-shadow:1px 1px 3px 2px #7EA700;">
Div content here</div>
This div box has shadow with color #7EA700.

Preview

Color preview on black background

This text has color #7EA700 on black background.


Color preview on white background

This text has color #7EA700 on white background.



Black color preview on #7EA700 background

This text has black color on #7EA700 background.


White color preview on #7EA700 background

This text has white color on #7EA700 background.