COLOR #6EC060

HEX: #6EC060
RGB: (110,192,96)

Renk bilgisi

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

RGB renk modeli

#6EC060 color RGB value is (110,192,96).

  • kırmız ton 110;
  • yeşil ton 192;
  • mavi ton 96.
RGB:
(110,192,96)
(43%,75%,38%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 192 of 255 = 75%
B 96 of 255 = 38%

110
192
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 192 + 96 = 398 (100%)
R 110 of 398 ~ 27.64%
G 192 of 398 ~ 48.24%
B 96 of 398 ~ 24.12%

%27.64
%48.24
%24.12

CMYK RENK MODELİ

#6EC060 rengi CMYK tonu (43,0,50,25).

  • camgöbeği tonu 42.71%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 24.71%
CMYK:
(43,0,50,25)
C43M0Y50K25 
(43%,0%,50%,25%)
(0.43/0.00/0.50/0.25)	

CMYK yüzdeleri

%42.71
%0
%50
%24.71

Codes

Color #6EC060 in popluar color models

6EC060
RGB11019296
HSL111°43.24%56.47%
HSB/HSV111°50.00%75.29%
CMYK42.71%0.00%50.00%
24.71%

Color #6EC060 in popluar number systems.

HEX6EC060
Decimal11019296
Binary1101110110000001100000
Octal156300140

Shades and tints

Shades of #6EC060

#6EC060
(110,192,96)
#64AF58
(100,175,88)
#5A9E50
(90,158,80)
#508D48
(80,141,72)
#467C40
(70,124,64)
#3C6B38
(60,107,56)
#325A30
(50,90,48)
#284928
(40,73,40)
#1E3820
(30,56,32)
#142718
(20,39,24)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #6EC060

#6EC060
(110,192,96)
#7BC56E
(123,197,110)
#88CA7C
(136,202,124)
#95CF8A
(149,207,138)
#A2D498
(162,212,152)
#AFD9A6
(175,217,166)
#BCDEB4
(188,222,180)
#C9E3C2
(201,227,194)
#D6E8D0
(214,232,208)
#E3EDDE
(227,237,222)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC060 color. Also use rgb(110,192,96) instead hex code.

Text Font Color

.myTextColor { color: #6EC060; }

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

This text font color is #6EC060.


Background Color

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

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

This div background color is #6EC060.


Border color

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

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

This div border color is #6EC060.


Opacity

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

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

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

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

This text has shadow with #6EC060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC060 on black background.


Color preview on white background

This text has color #6EC060 on white background.



Black color preview on #6EC060 background

This text has black color on #6EC060 background.


White color preview on #6EC060 background

This text has white color on #6EC060 background.