COLOR #7EAB6F

HEX: #7EAB6F RGB: (126,171,111)

Color info

#7EAB6F contains mainly red and green colors. Web safe color of #7EAB6F is #669966 (or #696).

RGB color model

#7EAB6F color RGB value is (126,171,111).

RGB: (126,171,111) (49%, 67%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 111 of 255 = 44%

126
171
111

R + G + B ~ 53%. #7EAB6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 171 + 111 = 408 (100%)
R 126 of 408 ~ 30.88%
G 171 of 408 ~ 41.91%
B 111 of 408 ~ 27.21'%

%30.88
%41.91
%27.21

CMYK color model

#7EAB6F color CMYK value is (26,0,35,33).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%

CMYK: (26,0,35,33)
C26M0Y35K33 (26%, 0%, 35%, 33%)
(0.26 / 0.00 / 0.35 / 0.33)

CMYK percentages

%26.32
%0
%35.09
%32.94

Codes

Color #7EAB6F in popluar color models

7E AB 6F
RGB 126 171 111
HSL 105° 26.32% 55.29%
HSB/HSV 105° 35.09% 67.06%
CMYK 26.32% 0.00% 35.09%
32.94%

Color #7EAB6F in popluar number systems.

HEX 7E AB 6F
Decimal 126 171 111
Binary 1111110 10101011 1101111
Octal 176 253 157

Shades and tints

Shades of #7EAB6F

#7EAB6F
(126,171,111)
#739C65
(115,156,101)
#688D5B
(104,141,91)
#5D7E51
(93,126,81)
#526F47
(82,111,71)
#47603D
(71,96,61)
#3C5133
(60,81,51)
#314229
(49,66,41)
#26331F
(38,51,31)
#1B2415
(27,36,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #7EAB6F

#7EAB6F
(126,171,111)
#89B27C
(137,178,124)
#94B989
(148,185,137)
#9FC096
(159,192,150)
#AAC7A3
(170,199,163)
#B5CEB0
(181,206,176)
#C0D5BD
(192,213,189)
#CBDCCA
(203,220,202)
#D6E3D7
(214,227,215)
#E1EAE4
(225,234,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAB6F color. Also use rgb(126,171,111) instead hex code.

Text Font Color

.myTextColor { color: #7EAB6F; }

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

This text font color is #7EAB6F.

Background Color

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

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

This div background color is #7EAB6F.

Border color

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

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

This div border color is #7EAB6F.

Opacity

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

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

Text with #7EAB6F 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 #7EAB6F;}

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

This text has shadow with #7EAB6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAB6F.

Preview

Color preview on black background

This text has color #7EAB6F on black background.


Color preview on white background

This text has color #7EAB6F on white background.


Black color preview on #7EAB6F background

This text has black color on #7EAB6F background.


White color preview on #7EAB6F background

This text has white color on #7EAB6F background.


Related colors

Complementary color

Complementary color for #hex is #815490.


I love getcolorcode.com

Triadic colors

1 #6F7EAB and #AB6F7E with #7EAB6F are triadic colors.

2 #6FAB7E and #AB7E6F with #7EAB6F are triadic colors.