COLOR #7EA971

HEX: #7EA971
RGB: (126,169,113)

Renk bilgisi

#7EA971 contains red, green and blue colors in about the same proportion. #7EA971 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7EA971 color RGB value is (126,169,113).

  • kırmız ton 126;
  • yeşil ton 169;
  • mavi ton 113.
RGB:
(126,169,113)
(49%,66%,44%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 169 of 255 = 66%
B 113 of 255 = 44%

126
169
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 169 + 113 = 408 (100%)
R 126 of 408 ~ 30.88%
G 169 of 408 ~ 41.42%
B 113 of 408 ~ 27.7%

%30.88
%41.42
%27.7

CMYK RENK MODELİ

#7EA971 rengi CMYK tonu (25,0,33,34).

  • camgöbeği tonu 25.44%
  • eflatun tonu 0.00%
  • sarı tonu 33.14%
  • ana renk tonu 33.73%
CMYK:
(25,0,33,34)
C25M0Y33K34 
(25%,0%,33%,34%)
(0.25/0.00/0.33/0.34)	

CMYK yüzdeleri

%25.44
%0
%33.14
%33.73

Codes

Color #7EA971 in popluar color models

7EA971
RGB126169113
HSL106°24.56%55.29%
HSB/HSV106°33.14%66.27%
CMYK25.44%0.00%33.14%
33.73%

Color #7EA971 in popluar number systems.

HEX7EA971
Decimal126169113
Binary1111110101010011110001
Octal176251161

Shades and tints

Shades of #7EA971

#7EA971
(126,169,113)
#739A67
(115,154,103)
#688B5D
(104,139,93)
#5D7C53
(93,124,83)
#526D49
(82,109,73)
#475E3F
(71,94,63)
#3C4F35
(60,79,53)
#31402B
(49,64,43)
#263121
(38,49,33)
#1B2217
(27,34,23)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7EA971

#7EA971
(126,169,113)
#89B07D
(137,176,125)
#94B789
(148,183,137)
#9FBE95
(159,190,149)
#AAC5A1
(170,197,161)
#B5CCAD
(181,204,173)
#C0D3B9
(192,211,185)
#CBDAC5
(203,218,197)
#D6E1D1
(214,225,209)
#E1E8DD
(225,232,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA971 color. Also use rgb(126,169,113) instead hex code.

Text Font Color

.myTextColor { color: #7EA971; }

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

This text font color is #7EA971.


Background Color

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

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

This div background color is #7EA971.


Border color

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

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

This div border color is #7EA971.


Opacity

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

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

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

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

This text has shadow with #7EA971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA971 on black background.


Color preview on white background

This text has color #7EA971 on white background.



Black color preview on #7EA971 background

This text has black color on #7EA971 background.


White color preview on #7EA971 background

This text has white color on #7EA971 background.