COLOR #6EBE7F

HEX: #6EBE7F
RGB: (110,190,127)

Renk bilgisi

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

RGB renk modeli

#6EBE7F color RGB value is (110,190,127).

  • kırmız ton 110;
  • yeşil ton 190;
  • mavi ton 127.
RGB:
(110,190,127)
(43%,75%,50%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 190 of 255 = 75%
B 127 of 255 = 50%

110
190
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 190 + 127 = 427 (100%)
R 110 of 427 ~ 25.76%
G 190 of 427 ~ 44.5%
B 127 of 427 ~ 29.74%

%25.76
%44.5
%29.74

CMYK RENK MODELİ

#6EBE7F rengi CMYK tonu (42,0,33,25).

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 33.16%
  • ana renk tonu 25.49%
CMYK:
(42,0,33,25)
C42M0Y33K25 
(42%,0%,33%,25%)
(0.42/0.00/0.33/0.25)	

CMYK yüzdeleri

%42.11
%0
%33.16
%25.49

Codes

Color #6EBE7F in popluar color models

6EBE7F
RGB110190127
HSL133°38.10%58.82%
HSB/HSV133°42.11%74.51%
CMYK42.11%0.00%33.16%
25.49%

Color #6EBE7F in popluar number systems.

HEX6EBE7F
Decimal110190127
Binary1101110101111101111111
Octal156276177

Shades and tints

Shades of #6EBE7F

#6EBE7F
(110,190,127)
#64AD74
(100,173,116)
#5A9C69
(90,156,105)
#508B5E
(80,139,94)
#467A53
(70,122,83)
#3C6948
(60,105,72)
#32583D
(50,88,61)
#284732
(40,71,50)
#1E3627
(30,54,39)
#14251C
(20,37,28)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #6EBE7F

#6EBE7F
(110,190,127)
#7BC38A
(123,195,138)
#88C895
(136,200,149)
#95CDA0
(149,205,160)
#A2D2AB
(162,210,171)
#AFD7B6
(175,215,182)
#BCDCC1
(188,220,193)
#C9E1CC
(201,225,204)
#D6E6D7
(214,230,215)
#E3EBE2
(227,235,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBE7F color. Also use rgb(110,190,127) instead hex code.

Text Font Color

.myTextColor { color: #6EBE7F; }

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

This text font color is #6EBE7F.


Background Color

.myBgColor { background-color: #6EBE7F; }

<div style="background-color:#6EBE7F">Inner text</div>

This div background color is #6EBE7F.


Border color

.myBorderColor { border: 1px solid #6EBE7F; }

<div style="border:3px solid #6EBE7F">Div</div>

This div border color is #6EBE7F.


Opacity

.myOpacity80 { color: #6EBE7F; opacity: 0.8; }

<p style="color:#6EBE7F;opacity:0.8;">80%</p>

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

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

This text has shadow with #6EBE7F color.

.textShadow {text-shadow: 3px 3px 1px #6EBE7F, 3px 3px 1px red;}

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

This text has shadow with #6EBE7F primary color and red secondary color.


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

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

This text has shadow with #6EBE7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBE7F on black background.


Color preview on white background

This text has color #6EBE7F on white background.



Black color preview on #6EBE7F background

This text has black color on #6EBE7F background.


White color preview on #6EBE7F background

This text has white color on #6EBE7F background.