COLOR #6DAB66

HEX: #6DAB66
RGB: (109,171,102)

Renk bilgisi

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

RGB renk modeli

#6DAB66 color RGB value is (109,171,102).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 171 of 255 = 67%
B 102 of 255 = 40%

109
171
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 171 + 102 = 382 (100%)
R 109 of 382 ~ 28.53%
G 171 of 382 ~ 44.76%
B 102 of 382 ~ 26.7%

%28.53
%44.76
%26.7

CMYK RENK MODELİ

#6DAB66 rengi CMYK tonu (36,0,40,33).

  • camgöbeği tonu 36.26%
  • eflatun tonu 0.00%
  • sarı tonu 40.35%
  • ana renk tonu 32.94%
CMYK:
(36,0,40,33)
C36M0Y40K33 
(36%,0%,40%,33%)
(0.36/0.00/0.40/0.33)	

CMYK yüzdeleri

%36.26
%0
%40.35
%32.94

Codes

Color #6DAB66 in popluar color models

6DAB66
RGB109171102
HSL114°29.11%53.53%
HSB/HSV114°40.35%67.06%
CMYK36.26%0.00%40.35%
32.94%

Color #6DAB66 in popluar number systems.

HEX6DAB66
Decimal109171102
Binary1101101101010111100110
Octal155253146

Shades and tints

Shades of #6DAB66

#6DAB66
(109,171,102)
#649C5D
(100,156,93)
#5B8D54
(91,141,84)
#527E4B
(82,126,75)
#496F42
(73,111,66)
#406039
(64,96,57)
#375130
(55,81,48)
#2E4227
(46,66,39)
#25331E
(37,51,30)
#1C2415
(28,36,21)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #6DAB66

#6DAB66
(109,171,102)
#7AB273
(122,178,115)
#87B980
(135,185,128)
#94C08D
(148,192,141)
#A1C79A
(161,199,154)
#AECEA7
(174,206,167)
#BBD5B4
(187,213,180)
#C8DCC1
(200,220,193)
#D5E3CE
(213,227,206)
#E2EADB
(226,234,219)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAB66; }

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

This text font color is #6DAB66.


Background Color

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

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

This div background color is #6DAB66.


Border color

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

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

This div border color is #6DAB66.


Opacity

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

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

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

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

This text has shadow with #6DAB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAB66 on black background.


Color preview on white background

This text has color #6DAB66 on white background.



Black color preview on #6DAB66 background

This text has black color on #6DAB66 background.


White color preview on #6DAB66 background

This text has white color on #6DAB66 background.