COLOR #6AAA7C

HEX: #6AAA7C
RGB: (106,170,124)

Color info

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

RGB color model

#6AAA7C color RGB value is (106,170,124).

  • red value is 106;
  • green value is 170;
  • blue value is 124.
RGB:
(106,170,124)
(42%,67%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 124 of 255 = 49%

106
170
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 124 = 400 (100%)
R 106 of 400 ~ 26.5%
G 170 of 400 ~ 42.5%
B 124 of 400 ~ 31%

%26.5
%42.5
%31

CMYK color model

#6AAA7C color CMYK value is (38,0,27,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(38,0,27,33)
C38M0Y27K33 
(38%,0%,27%,33%)
(0.38/0.00/0.27/0.33)	

CMYK percentages

%37.65
%0
%27.06
%33.33

Codes

Color #6AAA7C in popluar color models

6AAA7C
RGB106170124
HSL137°27.35%54.12%
HSB/HSV137°37.65%66.67%
CMYK37.65%0.00%27.06%
33.33%

Color #6AAA7C in popluar number systems.

HEX6AAA7C
Decimal106170124
Binary1101010101010101111100
Octal152252174

Shades and tints

Shades of #6AAA7C

#6AAA7C
(106,170,124)
#619B71
(97,155,113)
#588C66
(88,140,102)
#4F7D5B
(79,125,91)
#466E50
(70,110,80)
#3D5F45
(61,95,69)
#34503A
(52,80,58)
#2B412F
(43,65,47)
#223224
(34,50,36)
#192319
(25,35,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6AAA7C

#6AAA7C
(106,170,124)
#77B187
(119,177,135)
#84B892
(132,184,146)
#91BF9D
(145,191,157)
#9EC6A8
(158,198,168)
#ABCDB3
(171,205,179)
#B8D4BE
(184,212,190)
#C5DBC9
(197,219,201)
#D2E2D4
(210,226,212)
#DFE9DF
(223,233,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAA7C; }

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

This text font color is #6AAA7C.


Background Color

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

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

This div background color is #6AAA7C.


Border color

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

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

This div border color is #6AAA7C.


Opacity

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

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

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

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

This text has shadow with #6AAA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA7C on black background.


Color preview on white background

This text has color #6AAA7C on white background.



Black color preview on #6AAA7C background

This text has black color on #6AAA7C background.


White color preview on #6AAA7C background

This text has white color on #6AAA7C background.