COLOR #7EBC73

HEX: #7EBC73
RGB: (126,188,115)

Renk bilgisi

#7EBC73 contains mainly green color. #7EBC73 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7EBC73 color RGB value is (126,188,115).

  • kırmız ton 126;
  • yeşil ton 188;
  • mavi ton 115.
RGB:
(126,188,115)
(49%,74%,45%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 188 of 255 = 74%
B 115 of 255 = 45%

126
188
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 188 + 115 = 429 (100%)
R 126 of 429 ~ 29.37%
G 188 of 429 ~ 43.82%
B 115 of 429 ~ 26.81%

%29.37
%43.82
%26.81

CMYK RENK MODELİ

#7EBC73 rengi CMYK tonu (33,0,39,26).

  • camgöbeği tonu 32.98%
  • eflatun tonu 0.00%
  • sarı tonu 38.83%
  • ana renk tonu 26.27%
CMYK:
(33,0,39,26)
C33M0Y39K26 
(33%,0%,39%,26%)
(0.33/0.00/0.39/0.26)	

CMYK yüzdeleri

%32.98
%0
%38.83
%26.27

Codes

Color #7EBC73 in popluar color models

7EBC73
RGB126188115
HSL111°35.27%59.41%
HSB/HSV111°38.83%73.73%
CMYK32.98%0.00%38.83%
26.27%

Color #7EBC73 in popluar number systems.

HEX7EBC73
Decimal126188115
Binary1111110101111001110011
Octal176274163

Shades and tints

Shades of #7EBC73

#7EBC73
(126,188,115)
#73AB69
(115,171,105)
#689A5F
(104,154,95)
#5D8955
(93,137,85)
#52784B
(82,120,75)
#476741
(71,103,65)
#3C5637
(60,86,55)
#31452D
(49,69,45)
#263423
(38,52,35)
#1B2319
(27,35,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7EBC73

#7EBC73
(126,188,115)
#89C27F
(137,194,127)
#94C88B
(148,200,139)
#9FCE97
(159,206,151)
#AAD4A3
(170,212,163)
#B5DAAF
(181,218,175)
#C0E0BB
(192,224,187)
#CBE6C7
(203,230,199)
#D6ECD3
(214,236,211)
#E1F2DF
(225,242,223)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBC73 color. Also use rgb(126,188,115) instead hex code.

Text Font Color

.myTextColor { color: #7EBC73; }

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

This text font color is #7EBC73.


Background Color

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

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

This div background color is #7EBC73.


Border color

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

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

This div border color is #7EBC73.


Opacity

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

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

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

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

This text has shadow with #7EBC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBC73 on black background.


Color preview on white background

This text has color #7EBC73 on white background.



Black color preview on #7EBC73 background

This text has black color on #7EBC73 background.


White color preview on #7EBC73 background

This text has white color on #7EBC73 background.