COLOR #7EBB41

HEX: #7EBB41
RGB: (126,187,65)

Renk bilgisi

#7EBB41 contains mainly green color. #7EBB41 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#7EBB41 color RGB value is (126,187,65).

  • kırmız ton 126;
  • yeşil ton 187;
  • mavi ton 65.
RGB:
(126,187,65)
(49%,73%,25%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 187 of 255 = 73%
B 65 of 255 = 25%

126
187
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 187 + 65 = 378 (100%)
R 126 of 378 ~ 33.33%
G 187 of 378 ~ 49.47%
B 65 of 378 ~ 17.2%

%33.33
%49.47
%17.2

CMYK RENK MODELİ

#7EBB41 rengi CMYK tonu (33,0,65,27).

  • camgöbeği tonu 32.62%
  • eflatun tonu 0.00%
  • sarı tonu 65.24%
  • ana renk tonu 26.67%
CMYK:
(33,0,65,27)
C33M0Y65K27 
(33%,0%,65%,27%)
(0.33/0.00/0.65/0.27)	

CMYK yüzdeleri

%32.62
%0
%65.24
%26.67

Codes

Color #7EBB41 in popluar color models

7EBB41
RGB12618765
HSL90°48.41%49.41%
HSB/HSV90°65.24%73.33%
CMYK32.62%0.00%65.24%
26.67%

Color #7EBB41 in popluar number systems.

HEX7EBB41
Decimal12618765
Binary1111110101110111000001
Octal176273101

Shades and tints

Shades of #7EBB41

#7EBB41
(126,187,65)
#73AA3C
(115,170,60)
#689937
(104,153,55)
#5D8832
(93,136,50)
#52772D
(82,119,45)
#476628
(71,102,40)
#3C5523
(60,85,35)
#31441E
(49,68,30)
#263319
(38,51,25)
#1B2214
(27,34,20)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7EBB41

#7EBB41
(126,187,65)
#89C152
(137,193,82)
#94C763
(148,199,99)
#9FCD74
(159,205,116)
#AAD385
(170,211,133)
#B5D996
(181,217,150)
#C0DFA7
(192,223,167)
#CBE5B8
(203,229,184)
#D6EBC9
(214,235,201)
#E1F1DA
(225,241,218)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB41 color. Also use rgb(126,187,65) instead hex code.

Text Font Color

.myTextColor { color: #7EBB41; }

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

This text font color is #7EBB41.


Background Color

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

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

This div background color is #7EBB41.


Border color

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

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

This div border color is #7EBB41.


Opacity

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

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

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

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

This text has shadow with #7EBB41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB41 on black background.


Color preview on white background

This text has color #7EBB41 on white background.



Black color preview on #7EBB41 background

This text has black color on #7EBB41 background.


White color preview on #7EBB41 background

This text has white color on #7EBB41 background.