COLOR #6DAB64

HEX: #6DAB64 RGB: (109,171,100)

Color info

#6DAB64 contains mainly green color. Web safe color of #6DAB64 is #669966 (or #696).

RGB color model

#6DAB64 color RGB value is (109,171,100).

RGB: (109,171,100) (43%, 67%, 39%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 100 of 255 = 39%

109
171
100

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

Portions of RGB colors in percentages

R + G + B = 109 + 171 + 100 = 380 (100%)
R 109 of 380 ~ 28.68%
G 171 of 380 ~ 45%
B 100 of 380 ~ 26.32'%

%28.68
%45
%26.32

CMYK color model

#6DAB64 color CMYK value is (36,0,42,33).

  • cyan value is 36.26%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 32.94%

CMYK: (36,0,42,33)
C36M0Y42K33 (36%, 0%, 42%, 33%)
(0.36 / 0.00 / 0.42 / 0.33)

CMYK percentages

%36.26
%0
%41.52
%32.94

Codes

Color #6DAB64 in popluar color models

6D AB 64
RGB 109 171 100
HSL 112° 29.71% 53.14%
HSB/HSV 112° 41.52% 67.06%
CMYK 36.26% 0.00% 41.52%
32.94%

Color #6DAB64 in popluar number systems.

HEX 6D AB 64
Decimal 109 171 100
Binary 1101101 10101011 1100100
Octal 155 253 144

Shades and tints

Shades of #6DAB64

#6DAB64
(109,171,100)
#649C5B
(100,156,91)
#5B8D52
(91,141,82)
#527E49
(82,126,73)
#496F40
(73,111,64)
#406037
(64,96,55)
#37512E
(55,81,46)
#2E4225
(46,66,37)
#25331C
(37,51,28)
#1C2413
(28,36,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #6DAB64

#6DAB64
(109,171,100)
#7AB272
(122,178,114)
#87B980
(135,185,128)
#94C08E
(148,192,142)
#A1C79C
(161,199,156)
#AECEAA
(174,206,170)
#BBD5B8
(187,213,184)
#C8DCC6
(200,220,198)
#D5E3D4
(213,227,212)
#E2EAE2
(226,234,226)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAB64; }

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

This text font color is #6DAB64.

Background Color

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

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

This div background color is #6DAB64.

Border color

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

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

This div border color is #6DAB64.

Opacity

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

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

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

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

This text has shadow with #6DAB64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAB64.

Preview

Color preview on black background

This text has color #6DAB64 on black background.


Color preview on white background

This text has color #6DAB64 on white background.


Black color preview on #6DAB64 background

This text has black color on #6DAB64 background.


White color preview on #6DAB64 background

This text has white color on #6DAB64 background.


Related colors

Complementary color

Complementary color for #hex is #92549B.


I love getcolorcode.com

Triadic colors

1 #646DAB and #AB646D with #6DAB64 are triadic colors.

2 #64AB6D and #AB6D64 with #6DAB64 are triadic colors.