COLOR #6EB46F

HEX: #6EB46F
RGB: (110,180,111)

Renk bilgisi

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

RGB renk modeli

#6EB46F color RGB value is (110,180,111).

  • kırmız ton 110;
  • yeşil ton 180;
  • mavi ton 111.
RGB:
(110,180,111)
(43%,71%,44%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 180 of 255 = 71%
B 111 of 255 = 44%

110
180
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 180 + 111 = 401 (100%)
R 110 of 401 ~ 27.43%
G 180 of 401 ~ 44.89%
B 111 of 401 ~ 27.68%

%27.43
%44.89
%27.68

CMYK RENK MODELİ

#6EB46F rengi CMYK tonu (39,0,38,29).

  • camgöbeği tonu 38.89%
  • eflatun tonu 0.00%
  • sarı tonu 38.33%
  • ana renk tonu 29.41%
CMYK:
(39,0,38,29)
C39M0Y38K29 
(39%,0%,38%,29%)
(0.39/0.00/0.38/0.29)	

CMYK yüzdeleri

%38.89
%0
%38.33
%29.41

Codes

Color #6EB46F in popluar color models

6EB46F
RGB110180111
HSL121°31.82%56.86%
HSB/HSV121°38.89%70.59%
CMYK38.89%0.00%38.33%
29.41%

Color #6EB46F in popluar number systems.

HEX6EB46F
Decimal110180111
Binary1101110101101001101111
Octal156264157

Shades and tints

Shades of #6EB46F

#6EB46F
(110,180,111)
#64A465
(100,164,101)
#5A945B
(90,148,91)
#508451
(80,132,81)
#467447
(70,116,71)
#3C643D
(60,100,61)
#325433
(50,84,51)
#284429
(40,68,41)
#1E341F
(30,52,31)
#142415
(20,36,21)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6EB46F

#6EB46F
(110,180,111)
#7BBA7C
(123,186,124)
#88C089
(136,192,137)
#95C696
(149,198,150)
#A2CCA3
(162,204,163)
#AFD2B0
(175,210,176)
#BCD8BD
(188,216,189)
#C9DECA
(201,222,202)
#D6E4D7
(214,228,215)
#E3EAE4
(227,234,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB46F color. Also use rgb(110,180,111) instead hex code.

Text Font Color

.myTextColor { color: #6EB46F; }

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

This text font color is #6EB46F.


Background Color

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

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

This div background color is #6EB46F.


Border color

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

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

This div border color is #6EB46F.


Opacity

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

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

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

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

This text has shadow with #6EB46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB46F on black background.


Color preview on white background

This text has color #6EB46F on white background.



Black color preview on #6EB46F background

This text has black color on #6EB46F background.


White color preview on #6EB46F background

This text has white color on #6EB46F background.