COLOR #7EBB70

HEX: #7EBB70
RGB: (126,187,112)

Renk bilgisi

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

RGB renk modeli

#7EBB70 color RGB value is (126,187,112).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 187 of 255 = 73%
B 112 of 255 = 44%

126
187
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 187 + 112 = 425 (100%)
R 126 of 425 ~ 29.65%
G 187 of 425 ~ 44%
B 112 of 425 ~ 26.35%

%29.65
%44
%26.35

CMYK RENK MODELİ

#7EBB70 rengi CMYK tonu (33,0,40,27).

  • camgöbeği tonu 32.62%
  • eflatun tonu 0.00%
  • sarı tonu 40.11%
  • ana renk tonu 26.67%
CMYK:
(33,0,40,27)
C33M0Y40K27 
(33%,0%,40%,27%)
(0.33/0.00/0.40/0.27)	

CMYK yüzdeleri

%32.62
%0
%40.11
%26.67

Codes

Color #7EBB70 in popluar color models

7EBB70
RGB126187112
HSL109°35.55%58.63%
HSB/HSV109°40.11%73.33%
CMYK32.62%0.00%40.11%
26.67%

Color #7EBB70 in popluar number systems.

HEX7EBB70
Decimal126187112
Binary1111110101110111110000
Octal176273160

Shades and tints

Shades of #7EBB70

#7EBB70
(126,187,112)
#73AA66
(115,170,102)
#68995C
(104,153,92)
#5D8852
(93,136,82)
#527748
(82,119,72)
#47663E
(71,102,62)
#3C5534
(60,85,52)
#31442A
(49,68,42)
#263320
(38,51,32)
#1B2216
(27,34,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7EBB70

#7EBB70
(126,187,112)
#89C17D
(137,193,125)
#94C78A
(148,199,138)
#9FCD97
(159,205,151)
#AAD3A4
(170,211,164)
#B5D9B1
(181,217,177)
#C0DFBE
(192,223,190)
#CBE5CB
(203,229,203)
#D6EBD8
(214,235,216)
#E1F1E5
(225,241,229)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBB70; }

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

This text font color is #7EBB70.


Background Color

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

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

This div background color is #7EBB70.


Border color

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

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

This div border color is #7EBB70.


Opacity

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

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

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

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

This text has shadow with #7EBB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB70 on black background.


Color preview on white background

This text has color #7EBB70 on white background.



Black color preview on #7EBB70 background

This text has black color on #7EBB70 background.


White color preview on #7EBB70 background

This text has white color on #7EBB70 background.