COLOR #6DB775

HEX: #6DB775
RGB: (109,183,117)

Renk bilgisi

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

RGB renk modeli

#6DB775 color RGB value is (109,183,117).

  • kırmız ton 109;
  • yeşil ton 183;
  • mavi ton 117.
RGB:
(109,183,117)
(43%,72%,46%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 183 of 255 = 72%
B 117 of 255 = 46%

109
183
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 183 + 117 = 409 (100%)
R 109 of 409 ~ 26.65%
G 183 of 409 ~ 44.74%
B 117 of 409 ~ 28.61%

%26.65
%44.74
%28.61

CMYK RENK MODELİ

#6DB775 rengi CMYK tonu (40,0,36,28).

  • camgöbeği tonu 40.44%
  • eflatun tonu 0.00%
  • sarı tonu 36.07%
  • ana renk tonu 28.24%
CMYK:
(40,0,36,28)
C40M0Y36K28 
(40%,0%,36%,28%)
(0.40/0.00/0.36/0.28)	

CMYK yüzdeleri

%40.44
%0
%36.07
%28.24

Codes

Color #6DB775 in popluar color models

6DB775
RGB109183117
HSL126°33.94%57.25%
HSB/HSV126°40.44%71.76%
CMYK40.44%0.00%36.07%
28.24%

Color #6DB775 in popluar number systems.

HEX6DB775
Decimal109183117
Binary1101101101101111110101
Octal155267165

Shades and tints

Shades of #6DB775

#6DB775
(109,183,117)
#64A76B
(100,167,107)
#5B9761
(91,151,97)
#528757
(82,135,87)
#49774D
(73,119,77)
#406743
(64,103,67)
#375739
(55,87,57)
#2E472F
(46,71,47)
#253725
(37,55,37)
#1C271B
(28,39,27)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #6DB775

#6DB775
(109,183,117)
#7ABD81
(122,189,129)
#87C38D
(135,195,141)
#94C999
(148,201,153)
#A1CFA5
(161,207,165)
#AED5B1
(174,213,177)
#BBDBBD
(187,219,189)
#C8E1C9
(200,225,201)
#D5E7D5
(213,231,213)
#E2EDE1
(226,237,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB775 color. Also use rgb(109,183,117) instead hex code.

Text Font Color

.myTextColor { color: #6DB775; }

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

This text font color is #6DB775.


Background Color

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

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

This div background color is #6DB775.


Border color

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

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

This div border color is #6DB775.


Opacity

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

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

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

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

This text has shadow with #6DB775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB775 on black background.


Color preview on white background

This text has color #6DB775 on white background.



Black color preview on #6DB775 background

This text has black color on #6DB775 background.


White color preview on #6DB775 background

This text has white color on #6DB775 background.