COLOR #6AA44F

HEX: #6AA44F RGB: (106,164,79)

Color info

#6AA44F contains mainly red and green colors. Web safe color of #6AA44F is #669966 (or #696).

RGB color model

#6AA44F color RGB value is (106,164,79).

RGB: (106,164,79) (42%, 64%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 164 of 255 = 64%
B 79 of 255 = 31%

106
164
79

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

Portions of RGB colors in percentages

R + G + B = 106 + 164 + 79 = 349 (100%)
R 106 of 349 ~ 30.37%
G 164 of 349 ~ 46.99%
B 79 of 349 ~ 22.64'%

%30.37
%46.99
%22.64

CMYK color model

#6AA44F color CMYK value is (35,0,52,36).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 51.83%
  • key color value is 35.69%

CMYK: (35,0,52,36)
C35M0Y52K36 (35%, 0%, 52%, 36%)
(0.35 / 0.00 / 0.52 / 0.36)

CMYK percentages

%35.37
%0
%51.83
%35.69

Codes

Color #6AA44F in popluar color models

6A A4 4F
RGB 106 164 79
HSL 101° 34.98% 47.65%
HSB/HSV 101° 51.83% 64.31%
CMYK 35.37% 0.00% 51.83%
35.69%

Color #6AA44F in popluar number systems.

HEX 6A A4 4F
Decimal 106 164 79
Binary 1101010 10100100 1001111
Octal 152 244 117

Shades and tints

Shades of #6AA44F

#6AA44F
(106,164,79)
#619648
(97,150,72)
#588841
(88,136,65)
#4F7A3A
(79,122,58)
#466C33
(70,108,51)
#3D5E2C
(61,94,44)
#345025
(52,80,37)
#2B421E
(43,66,30)
#223417
(34,52,23)
#192610
(25,38,16)
#101809
(16,24,9)
#000000
(0,0,0)

Tints of #6AA44F

#6AA44F
(106,164,79)
#77AC5F
(119,172,95)
#84B46F
(132,180,111)
#91BC7F
(145,188,127)
#9EC48F
(158,196,143)
#ABCC9F
(171,204,159)
#B8D4AF
(184,212,175)
#C5DCBF
(197,220,191)
#D2E4CF
(210,228,207)
#DFECDF
(223,236,223)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA44F color. Also use rgb(106,164,79) instead hex code.

Text Font Color

.myTextColor { color: #6AA44F; }

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

This text font color is #6AA44F.

Background Color

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

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

This div background color is #6AA44F.

Border color

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

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

This div border color is #6AA44F.

Opacity

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

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

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

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

This text has shadow with #6AA44F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA44F.

Preview

Color preview on black background

This text has color #6AA44F on black background.


Color preview on white background

This text has color #6AA44F on white background.


Black color preview on #6AA44F background

This text has black color on #6AA44F background.


White color preview on #6AA44F background

This text has white color on #6AA44F background.


Related colors

Complementary color

Complementary color for #hex is #955BB0.


I love getcolorcode.com

Triadic colors

1 #4F6AA4 and #A44F6A with #6AA44F are triadic colors.

2 #4FA46A and #A46A4F with #6AA44F are triadic colors.