COLOR #6DAB52

HEX: #6DAB52 RGB: (109,171,82)

Color info

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

RGB color model

#6DAB52 color RGB value is (109,171,82).

RGB: (109,171,82) (43%, 67%, 32%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 82 of 255 = 32%

109
171
82

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

Portions of RGB colors in percentages

R + G + B = 109 + 171 + 82 = 362 (100%)
R 109 of 362 ~ 30.11%
G 171 of 362 ~ 47.24%
B 82 of 362 ~ 22.65'%

%30.11
%47.24
%22.65

CMYK color model

#6DAB52 color CMYK value is (36,0,52,33).

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

CMYK: (36,0,52,33)
C36M0Y52K33 (36%, 0%, 52%, 33%)
(0.36 / 0.00 / 0.52 / 0.33)

CMYK percentages

%36.26
%0
%52.05
%32.94

Codes

Color #6DAB52 in popluar color models

6D AB 52
RGB 109 171 82
HSL 102° 35.18% 49.61%
HSB/HSV 102° 52.05% 67.06%
CMYK 36.26% 0.00% 52.05%
32.94%

Color #6DAB52 in popluar number systems.

HEX 6D AB 52
Decimal 109 171 82
Binary 1101101 10101011 1010010
Octal 155 253 122

Shades and tints

Shades of #6DAB52

#6DAB52
(109,171,82)
#649C4B
(100,156,75)
#5B8D44
(91,141,68)
#527E3D
(82,126,61)
#496F36
(73,111,54)
#40602F
(64,96,47)
#375128
(55,81,40)
#2E4221
(46,66,33)
#25331A
(37,51,26)
#1C2413
(28,36,19)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #6DAB52

#6DAB52
(109,171,82)
#7AB261
(122,178,97)
#87B970
(135,185,112)
#94C07F
(148,192,127)
#A1C78E
(161,199,142)
#AECE9D
(174,206,157)
#BBD5AC
(187,213,172)
#C8DCBB
(200,220,187)
#D5E3CA
(213,227,202)
#E2EAD9
(226,234,217)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAB52; }

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

This text font color is #6DAB52.

Background Color

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

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

This div background color is #6DAB52.

Border color

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

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

This div border color is #6DAB52.

Opacity

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

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

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

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

This text has shadow with #6DAB52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAB52.

Preview

Color preview on black background

This text has color #6DAB52 on black background.


Color preview on white background

This text has color #6DAB52 on white background.


Black color preview on #6DAB52 background

This text has black color on #6DAB52 background.


White color preview on #6DAB52 background

This text has white color on #6DAB52 background.


Related colors

Complementary color

Complementary color for #hex is #9254AD.


I love getcolorcode.com

Triadic colors

1 #526DAB and #AB526D with #6DAB52 are triadic colors.

2 #52AB6D and #AB6D52 with #6DAB52 are triadic colors.