COLOR #6BD289

HEX: #6BD289
RGB: (107,210,137)

Renk bilgisi

#6BD289 contains mainly green color. #6BD289 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6BD289 color RGB value is (107,210,137).

  • kırmız ton 107;
  • yeşil ton 210;
  • mavi ton 137.
RGB:
(107,210,137)
(42%,82%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 210 of 255 = 82%
B 137 of 255 = 54%

107
210
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 210 + 137 = 454 (100%)
R 107 of 454 ~ 23.57%
G 210 of 454 ~ 46.26%
B 137 of 454 ~ 30.18%

%23.57
%46.26
%30.18

CMYK RENK MODELİ

#6BD289 rengi CMYK tonu (49,0,35,18).

  • camgöbeği tonu 49.05%
  • eflatun tonu 0.00%
  • sarı tonu 34.76%
  • ana renk tonu 17.65%
CMYK:
(49,0,35,18)
C49M0Y35K18 
(49%,0%,35%,18%)
(0.49/0.00/0.35/0.18)	

CMYK yüzdeleri

%49.05
%0
%34.76
%17.65

Codes

Color #6BD289 in popluar color models

6BD289
RGB107210137
HSL137°53.37%62.16%
HSB/HSV137°49.05%82.35%
CMYK49.05%0.00%34.76%
17.65%

Color #6BD289 in popluar number systems.

HEX6BD289
Decimal107210137
Binary11010111101001010001001
Octal153322211

Shades and tints

Shades of #6BD289

#6BD289
(107,210,137)
#62BF7D
(98,191,125)
#59AC71
(89,172,113)
#509965
(80,153,101)
#478659
(71,134,89)
#3E734D
(62,115,77)
#356041
(53,96,65)
#2C4D35
(44,77,53)
#233A29
(35,58,41)
#1A271D
(26,39,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BD289

#6BD289
(107,210,137)
#78D693
(120,214,147)
#85DA9D
(133,218,157)
#92DEA7
(146,222,167)
#9FE2B1
(159,226,177)
#ACE6BB
(172,230,187)
#B9EAC5
(185,234,197)
#C6EECF
(198,238,207)
#D3F2D9
(211,242,217)
#E0F6E3
(224,246,227)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD289 color. Also use rgb(107,210,137) instead hex code.

Text Font Color

.myTextColor { color: #6BD289; }

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

This text font color is #6BD289.


Background Color

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

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

This div background color is #6BD289.


Border color

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

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

This div border color is #6BD289.


Opacity

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

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

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

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

This text has shadow with #6BD289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD289 on black background.


Color preview on white background

This text has color #6BD289 on white background.



Black color preview on #6BD289 background

This text has black color on #6BD289 background.


White color preview on #6BD289 background

This text has white color on #6BD289 background.