COLOR #6DB159

HEX: #6DB159
RGB: (109,177,89)

Renk bilgisi

#6DB159 contains mainly green color. #6DB159 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6DB159 color RGB value is (109,177,89).

  • kırmız ton 109;
  • yeşil ton 177;
  • mavi ton 89.
RGB:
(109,177,89)
(43%,69%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 177 of 255 = 69%
B 89 of 255 = 35%

109
177
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 177 + 89 = 375 (100%)
R 109 of 375 ~ 29.07%
G 177 of 375 ~ 47.2%
B 89 of 375 ~ 23.73%

%29.07
%47.2
%23.73

CMYK RENK MODELİ

#6DB159 rengi CMYK tonu (38,0,50,31).

  • camgöbeği tonu 38.42%
  • eflatun tonu 0.00%
  • sarı tonu 49.72%
  • ana renk tonu 30.59%
CMYK:
(38,0,50,31)
C38M0Y50K31 
(38%,0%,50%,31%)
(0.38/0.00/0.50/0.31)	

CMYK yüzdeleri

%38.42
%0
%49.72
%30.59

Codes

Color #6DB159 in popluar color models

6DB159
RGB10917789
HSL106°36.07%52.16%
HSB/HSV106°49.72%69.41%
CMYK38.42%0.00%49.72%
30.59%

Color #6DB159 in popluar number systems.

HEX6DB159
Decimal10917789
Binary1101101101100011011001
Octal155261131

Shades and tints

Shades of #6DB159

#6DB159
(109,177,89)
#64A151
(100,161,81)
#5B9149
(91,145,73)
#528141
(82,129,65)
#497139
(73,113,57)
#406131
(64,97,49)
#375129
(55,81,41)
#2E4121
(46,65,33)
#253119
(37,49,25)
#1C2111
(28,33,17)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #6DB159

#6DB159
(109,177,89)
#7AB868
(122,184,104)
#87BF77
(135,191,119)
#94C686
(148,198,134)
#A1CD95
(161,205,149)
#AED4A4
(174,212,164)
#BBDBB3
(187,219,179)
#C8E2C2
(200,226,194)
#D5E9D1
(213,233,209)
#E2F0E0
(226,240,224)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB159 color. Also use rgb(109,177,89) instead hex code.

Text Font Color

.myTextColor { color: #6DB159; }

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

This text font color is #6DB159.


Background Color

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

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

This div background color is #6DB159.


Border color

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

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

This div border color is #6DB159.


Opacity

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

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

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

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

This text has shadow with #6DB159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB159 on black background.


Color preview on white background

This text has color #6DB159 on white background.



Black color preview on #6DB159 background

This text has black color on #6DB159 background.


White color preview on #6DB159 background

This text has white color on #6DB159 background.