COLOR #7EC07C

HEX: #7EC07C
RGB: (126,192,124)

Renk bilgisi

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

RGB renk modeli

#7EC07C color RGB value is (126,192,124).

  • kırmız ton 126;
  • yeşil ton 192;
  • mavi ton 124.
RGB:
(126,192,124)
(49%,75%,49%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 192 of 255 = 75%
B 124 of 255 = 49%

126
192
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 192 + 124 = 442 (100%)
R 126 of 442 ~ 28.51%
G 192 of 442 ~ 43.44%
B 124 of 442 ~ 28.05%

%28.51
%43.44
%28.05

CMYK RENK MODELİ

#7EC07C rengi CMYK tonu (34,0,35,25).

  • camgöbeği tonu 34.38%
  • eflatun tonu 0.00%
  • sarı tonu 35.42%
  • ana renk tonu 24.71%
CMYK:
(34,0,35,25)
C34M0Y35K25 
(34%,0%,35%,25%)
(0.34/0.00/0.35/0.25)	

CMYK yüzdeleri

%34.38
%0
%35.42
%24.71

Codes

Color #7EC07C in popluar color models

7EC07C
RGB126192124
HSL118°35.05%61.96%
HSB/HSV118°35.42%75.29%
CMYK34.38%0.00%35.42%
24.71%

Color #7EC07C in popluar number systems.

HEX7EC07C
Decimal126192124
Binary1111110110000001111100
Octal176300174

Shades and tints

Shades of #7EC07C

#7EC07C
(126,192,124)
#73AF71
(115,175,113)
#689E66
(104,158,102)
#5D8D5B
(93,141,91)
#527C50
(82,124,80)
#476B45
(71,107,69)
#3C5A3A
(60,90,58)
#31492F
(49,73,47)
#263824
(38,56,36)
#1B2719
(27,39,25)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #7EC07C

#7EC07C
(126,192,124)
#89C587
(137,197,135)
#94CA92
(148,202,146)
#9FCF9D
(159,207,157)
#AAD4A8
(170,212,168)
#B5D9B3
(181,217,179)
#C0DEBE
(192,222,190)
#CBE3C9
(203,227,201)
#D6E8D4
(214,232,212)
#E1EDDF
(225,237,223)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC07C color. Also use rgb(126,192,124) instead hex code.

Text Font Color

.myTextColor { color: #7EC07C; }

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

This text font color is #7EC07C.


Background Color

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

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

This div background color is #7EC07C.


Border color

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

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

This div border color is #7EC07C.


Opacity

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

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

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

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

This text has shadow with #7EC07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC07C on black background.


Color preview on white background

This text has color #7EC07C on white background.



Black color preview on #7EC07C background

This text has black color on #7EC07C background.


White color preview on #7EC07C background

This text has white color on #7EC07C background.