COLOR #6DAB60

HEX: #6DAB60 RGB: (109,171,96)

Color info

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

RGB color model

#6DAB60 color RGB value is (109,171,96).

RGB: (109,171,96) (43%, 67%, 38%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 96 of 255 = 38%

109
171
96

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

Portions of RGB colors in percentages

R + G + B = 109 + 171 + 96 = 376 (100%)
R 109 of 376 ~ 28.99%
G 171 of 376 ~ 45.48%
B 96 of 376 ~ 25.53'%

%28.99
%45.48
%25.53

CMYK color model

#6DAB60 color CMYK value is (36,0,44,33).

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

CMYK: (36,0,44,33)
C36M0Y44K33 (36%, 0%, 44%, 33%)
(0.36 / 0.00 / 0.44 / 0.33)

CMYK percentages

%36.26
%0
%43.86
%32.94

Codes

Color #6DAB60 in popluar color models

6D AB 60
RGB 109 171 96
HSL 110° 30.86% 52.35%
HSB/HSV 110° 43.86% 67.06%
CMYK 36.26% 0.00% 43.86%
32.94%

Color #6DAB60 in popluar number systems.

HEX 6D AB 60
Decimal 109 171 96
Binary 1101101 10101011 1100000
Octal 155 253 140

Shades and tints

Shades of #6DAB60

#6DAB60
(109,171,96)
#649C58
(100,156,88)
#5B8D50
(91,141,80)
#527E48
(82,126,72)
#496F40
(73,111,64)
#406038
(64,96,56)
#375130
(55,81,48)
#2E4228
(46,66,40)
#253320
(37,51,32)
#1C2418
(28,36,24)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #6DAB60

#6DAB60
(109,171,96)
#7AB26E
(122,178,110)
#87B97C
(135,185,124)
#94C08A
(148,192,138)
#A1C798
(161,199,152)
#AECEA6
(174,206,166)
#BBD5B4
(187,213,180)
#C8DCC2
(200,220,194)
#D5E3D0
(213,227,208)
#E2EADE
(226,234,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAB60; }

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

This text font color is #6DAB60.

Background Color

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

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

This div background color is #6DAB60.

Border color

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

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

This div border color is #6DAB60.

Opacity

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

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

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

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

This text has shadow with #6DAB60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAB60.

Preview

Color preview on black background

This text has color #6DAB60 on black background.


Color preview on white background

This text has color #6DAB60 on white background.


Black color preview on #6DAB60 background

This text has black color on #6DAB60 background.


White color preview on #6DAB60 background

This text has white color on #6DAB60 background.


Related colors

Complementary color

Complementary color for #hex is #92549F.


I love getcolorcode.com

Triadic colors

1 #606DAB and #AB606D with #6DAB60 are triadic colors.

2 #60AB6D and #AB6D60 with #6DAB60 are triadic colors.