COLOR #6AA981

HEX: #6AA981 RGB: (106,169,129)

Color info

#6AA981 contains mainly green and blue colors. Web safe color of #6AA981 is #669999 (or #699).

RGB color model

#6AA981 color RGB value is (106,169,129).

RGB: (106,169,129) (42%, 66%, 51%)

RGB channels and saturation

R 106 of 255 = 42%
G 169 of 255 = 66%
B 129 of 255 = 51%

106
169
129

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

Portions of RGB colors in percentages

R + G + B = 106 + 169 + 129 = 404 (100%)
R 106 of 404 ~ 26.24%
G 169 of 404 ~ 41.83%
B 129 of 404 ~ 31.93'%

%26.24
%41.83
%31.93

CMYK color model

#6AA981 color CMYK value is (37,0,24,34).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (37,0,24,34)
C37M0Y24K34 (37%, 0%, 24%, 34%)
(0.37 / 0.00 / 0.24 / 0.34)

CMYK percentages

%37.28
%0
%23.67
%33.73

Codes

Color #6AA981 in popluar color models

6A A9 81
RGB 106 169 129
HSL 142° 26.81% 53.92%
HSB/HSV 142° 37.28% 66.27%
CMYK 37.28% 0.00% 23.67%
33.73%

Color #6AA981 in popluar number systems.

HEX 6A A9 81
Decimal 106 169 129
Binary 1101010 10101001 10000001
Octal 152 251 201

Shades and tints

Shades of #6AA981

#6AA981
(106,169,129)
#619A76
(97,154,118)
#588B6B
(88,139,107)
#4F7C60
(79,124,96)
#466D55
(70,109,85)
#3D5E4A
(61,94,74)
#344F3F
(52,79,63)
#2B4034
(43,64,52)
#223129
(34,49,41)
#19221E
(25,34,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #6AA981

#6AA981
(106,169,129)
#77B08C
(119,176,140)
#84B797
(132,183,151)
#91BEA2
(145,190,162)
#9EC5AD
(158,197,173)
#ABCCB8
(171,204,184)
#B8D3C3
(184,211,195)
#C5DACE
(197,218,206)
#D2E1D9
(210,225,217)
#DFE8E4
(223,232,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA981 color. Also use rgb(106,169,129) instead hex code.

Text Font Color

.myTextColor { color: #6AA981; }

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

This text font color is #6AA981.

Background Color

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

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

This div background color is #6AA981.

Border color

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

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

This div border color is #6AA981.

Opacity

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

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

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

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

This text has shadow with #6AA981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA981.

Preview

Color preview on black background

This text has color #6AA981 on black background.


Color preview on white background

This text has color #6AA981 on white background.


Black color preview on #6AA981 background

This text has black color on #6AA981 background.


White color preview on #6AA981 background

This text has white color on #6AA981 background.


Related colors

Complementary color

Complementary color for #hex is #95567E.


I love getcolorcode.com

Triadic colors

1 #816AA9 and #A9816A with #6AA981 are triadic colors.

2 #81A96A and #A96A81 with #6AA981 are triadic colors.