COLOR #6DAF68

HEX: #6DAF68
RGB: (109,175,104)

Renk bilgisi

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

RGB renk modeli

#6DAF68 color RGB value is (109,175,104).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 175 of 255 = 69%
B 104 of 255 = 41%

109
175
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 175 + 104 = 388 (100%)
R 109 of 388 ~ 28.09%
G 175 of 388 ~ 45.1%
B 104 of 388 ~ 26.8%

%28.09
%45.1
%26.8

CMYK RENK MODELİ

#6DAF68 rengi CMYK tonu (38,0,41,31).

  • camgöbeği tonu 37.71%
  • eflatun tonu 0.00%
  • sarı tonu 40.57%
  • ana renk tonu 31.37%
CMYK:
(38,0,41,31)
C38M0Y41K31 
(38%,0%,41%,31%)
(0.38/0.00/0.41/0.31)	

CMYK yüzdeleri

%37.71
%0
%40.57
%31.37

Codes

Color #6DAF68 in popluar color models

6DAF68
RGB109175104
HSL116°30.74%54.71%
HSB/HSV116°40.57%68.63%
CMYK37.71%0.00%40.57%
31.37%

Color #6DAF68 in popluar number systems.

HEX6DAF68
Decimal109175104
Binary1101101101011111101000
Octal155257150

Shades and tints

Shades of #6DAF68

#6DAF68
(109,175,104)
#64A05F
(100,160,95)
#5B9156
(91,145,86)
#52824D
(82,130,77)
#497344
(73,115,68)
#40643B
(64,100,59)
#375532
(55,85,50)
#2E4629
(46,70,41)
#253720
(37,55,32)
#1C2817
(28,40,23)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #6DAF68

#6DAF68
(109,175,104)
#7AB675
(122,182,117)
#87BD82
(135,189,130)
#94C48F
(148,196,143)
#A1CB9C
(161,203,156)
#AED2A9
(174,210,169)
#BBD9B6
(187,217,182)
#C8E0C3
(200,224,195)
#D5E7D0
(213,231,208)
#E2EEDD
(226,238,221)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAF68; }

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

This text font color is #6DAF68.


Background Color

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

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

This div background color is #6DAF68.


Border color

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

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

This div border color is #6DAF68.


Opacity

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

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

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

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

This text has shadow with #6DAF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAF68 on black background.


Color preview on white background

This text has color #6DAF68 on white background.



Black color preview on #6DAF68 background

This text has black color on #6DAF68 background.


White color preview on #6DAF68 background

This text has white color on #6DAF68 background.