COLOR #6DAF66

HEX: #6DAF66
RGB: (109,175,102)

Renk bilgisi

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

RGB renk modeli

#6DAF66 color RGB value is (109,175,102).

  • kırmız ton 109;
  • yeşil ton 175;
  • mavi ton 102.
RGB:
(109,175,102)
(43%,69%,40%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 175 of 255 = 69%
B 102 of 255 = 40%

109
175
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 175 + 102 = 386 (100%)
R 109 of 386 ~ 28.24%
G 175 of 386 ~ 45.34%
B 102 of 386 ~ 26.42%

%28.24
%45.34
%26.42

CMYK RENK MODELİ

#6DAF66 rengi CMYK tonu (38,0,42,31).

  • camgöbeği tonu 37.71%
  • eflatun tonu 0.00%
  • sarı tonu 41.71%
  • ana renk tonu 31.37%
CMYK:
(38,0,42,31)
C38M0Y42K31 
(38%,0%,42%,31%)
(0.38/0.00/0.42/0.31)	

CMYK yüzdeleri

%37.71
%0
%41.71
%31.37

Codes

Color #6DAF66 in popluar color models

6DAF66
RGB109175102
HSL114°31.33%54.31%
HSB/HSV114°41.71%68.63%
CMYK37.71%0.00%41.71%
31.37%

Color #6DAF66 in popluar number systems.

HEX6DAF66
Decimal109175102
Binary1101101101011111100110
Octal155257146

Shades and tints

Shades of #6DAF66

#6DAF66
(109,175,102)
#64A05D
(100,160,93)
#5B9154
(91,145,84)
#52824B
(82,130,75)
#497342
(73,115,66)
#406439
(64,100,57)
#375530
(55,85,48)
#2E4627
(46,70,39)
#25371E
(37,55,30)
#1C2815
(28,40,21)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #6DAF66

#6DAF66
(109,175,102)
#7AB673
(122,182,115)
#87BD80
(135,189,128)
#94C48D
(148,196,141)
#A1CB9A
(161,203,154)
#AED2A7
(174,210,167)
#BBD9B4
(187,217,180)
#C8E0C1
(200,224,193)
#D5E7CE
(213,231,206)
#E2EEDB
(226,238,219)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAF66 color. Also use rgb(109,175,102) instead hex code.

Text Font Color

.myTextColor { color: #6DAF66; }

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

This text font color is #6DAF66.


Background Color

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

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

This div background color is #6DAF66.


Border color

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

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

This div border color is #6DAF66.


Opacity

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

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

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

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

This text has shadow with #6DAF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAF66 on black background.


Color preview on white background

This text has color #6DAF66 on white background.



Black color preview on #6DAF66 background

This text has black color on #6DAF66 background.


White color preview on #6DAF66 background

This text has white color on #6DAF66 background.