COLOR #6EBD6E

HEX: #6EBD6E
RGB: (110,189,110)

Renk bilgisi

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

RGB renk modeli

#6EBD6E color RGB value is (110,189,110).

  • kırmız ton 110;
  • yeşil ton 189;
  • mavi ton 110.
RGB:
(110,189,110)
(43%,74%,43%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 189 of 255 = 74%
B 110 of 255 = 43%

110
189
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 189 + 110 = 409 (100%)
R 110 of 409 ~ 26.89%
G 189 of 409 ~ 46.21%
B 110 of 409 ~ 26.89%

%26.89
%46.21
%26.89

CMYK RENK MODELİ

#6EBD6E rengi CMYK tonu (42,0,42,26).

  • camgöbeği tonu 41.80%
  • eflatun tonu 0.00%
  • sarı tonu 41.80%
  • ana renk tonu 25.88%
CMYK:
(42,0,42,26)
C42M0Y42K26 
(42%,0%,42%,26%)
(0.42/0.00/0.42/0.26)	

CMYK yüzdeleri

%41.8
%0
%41.8
%25.88

Codes

Color #6EBD6E in popluar color models

6EBD6E
RGB110189110
HSL120°37.44%58.63%
HSB/HSV120°41.80%74.12%
CMYK41.80%0.00%41.80%
25.88%

Color #6EBD6E in popluar number systems.

HEX6EBD6E
Decimal110189110
Binary1101110101111011101110
Octal156275156

Shades and tints

Shades of #6EBD6E

#6EBD6E
(110,189,110)
#64AC64
(100,172,100)
#5A9B5A
(90,155,90)
#508A50
(80,138,80)
#467946
(70,121,70)
#3C683C
(60,104,60)
#325732
(50,87,50)
#284628
(40,70,40)
#1E351E
(30,53,30)
#142414
(20,36,20)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #6EBD6E

#6EBD6E
(110,189,110)
#7BC37B
(123,195,123)
#88C988
(136,201,136)
#95CF95
(149,207,149)
#A2D5A2
(162,213,162)
#AFDBAF
(175,219,175)
#BCE1BC
(188,225,188)
#C9E7C9
(201,231,201)
#D6EDD6
(214,237,214)
#E3F3E3
(227,243,227)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBD6E; }

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

This text font color is #6EBD6E.


Background Color

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

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

This div background color is #6EBD6E.


Border color

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

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

This div border color is #6EBD6E.


Opacity

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

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

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

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

This text has shadow with #6EBD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBD6E on black background.


Color preview on white background

This text has color #6EBD6E on white background.



Black color preview on #6EBD6E background

This text has black color on #6EBD6E background.


White color preview on #6EBD6E background

This text has white color on #6EBD6E background.