COLOR #6AAA7A

HEX: #6AAA7A RGB: (106,170,122)

Color info

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

RGB color model

#6AAA7A color RGB value is (106,170,122).

RGB: (106,170,122) (42%, 67%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 122 of 255 = 48%

106
170
122

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

Portions of RGB colors in percentages

R + G + B = 106 + 170 + 122 = 398 (100%)
R 106 of 398 ~ 26.63%
G 170 of 398 ~ 42.71%
B 122 of 398 ~ 30.65'%

%26.63
%42.71
%30.65

CMYK color model

#6AAA7A color CMYK value is (38,0,28,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (38,0,28,33)
C38M0Y28K33 (38%, 0%, 28%, 33%)
(0.38 / 0.00 / 0.28 / 0.33)

CMYK percentages

%37.65
%0
%28.24
%33.33

Codes

Color #6AAA7A in popluar color models

6A AA 7A
RGB 106 170 122
HSL 135° 27.35% 54.12%
HSB/HSV 135° 37.65% 66.67%
CMYK 37.65% 0.00% 28.24%
33.33%

Color #6AAA7A in popluar number systems.

HEX 6A AA 7A
Decimal 106 170 122
Binary 1101010 10101010 1111010
Octal 152 252 172

Shades and tints

Shades of #6AAA7A

#6AAA7A
(106,170,122)
#619B6F
(97,155,111)
#588C64
(88,140,100)
#4F7D59
(79,125,89)
#466E4E
(70,110,78)
#3D5F43
(61,95,67)
#345038
(52,80,56)
#2B412D
(43,65,45)
#223222
(34,50,34)
#192317
(25,35,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #6AAA7A

#6AAA7A
(106,170,122)
#77B186
(119,177,134)
#84B892
(132,184,146)
#91BF9E
(145,191,158)
#9EC6AA
(158,198,170)
#ABCDB6
(171,205,182)
#B8D4C2
(184,212,194)
#C5DBCE
(197,219,206)
#D2E2DA
(210,226,218)
#DFE9E6
(223,233,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAA7A color. Also use rgb(106,170,122) instead hex code.

Text Font Color

.myTextColor { color: #6AAA7A; }

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

This text font color is #6AAA7A.

Background Color

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

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

This div background color is #6AAA7A.

Border color

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

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

This div border color is #6AAA7A.

Opacity

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

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

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

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

This text has shadow with #6AAA7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAA7A.

Preview

Color preview on black background

This text has color #6AAA7A on black background.


Color preview on white background

This text has color #6AAA7A on white background.


Black color preview on #6AAA7A background

This text has black color on #6AAA7A background.


White color preview on #6AAA7A background

This text has white color on #6AAA7A background.


Related colors

Complementary color

Complementary color for #hex is #955585.


I love getcolorcode.com

Triadic colors

1 #7A6AAA and #AA7A6A with #6AAA7A are triadic colors.

2 #7AAA6A and #AA6A7A with #6AAA7A are triadic colors.