COLOR #6AAB7C

HEX: #6AAB7C
RGB: (106,171,124)

Color info

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

RGB color model

#6AAB7C color RGB value is (106,171,124).

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

RGB channels and saturation

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

106
171
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 124 = 401 (100%)
R 106 of 401 ~ 26.43%
G 171 of 401 ~ 42.64%
B 124 of 401 ~ 30.92%

%26.43
%42.64
%30.92

CMYK color model

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

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

CMYK percentages

%38.01
%0
%27.49
%32.94

Codes

Color #6AAB7C in popluar color models

6AAB7C
RGB106171124
HSL137°27.90%54.31%
HSB/HSV137°38.01%67.06%
CMYK38.01%0.00%27.49%
32.94%

Color #6AAB7C in popluar number systems.

HEX6AAB7C
Decimal106171124
Binary1101010101010111111100
Octal152253174

Shades and tints

Shades of #6AAB7C

#6AAB7C
(106,171,124)
#619C71
(97,156,113)
#588D66
(88,141,102)
#4F7E5B
(79,126,91)
#466F50
(70,111,80)
#3D6045
(61,96,69)
#34513A
(52,81,58)
#2B422F
(43,66,47)
#223324
(34,51,36)
#192419
(25,36,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6AAB7C

#6AAB7C
(106,171,124)
#77B287
(119,178,135)
#84B992
(132,185,146)
#91C09D
(145,192,157)
#9EC7A8
(158,199,168)
#ABCEB3
(171,206,179)
#B8D5BE
(184,213,190)
#C5DCC9
(197,220,201)
#D2E3D4
(210,227,212)
#DFEADF
(223,234,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAB7C; }

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

This text font color is #6AAB7C.


Background Color

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

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

This div background color is #6AAB7C.


Border color

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

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

This div border color is #6AAB7C.


Opacity

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

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

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

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

This text has shadow with #6AAB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAB7C on black background.


Color preview on white background

This text has color #6AAB7C on white background.



Black color preview on #6AAB7C background

This text has black color on #6AAB7C background.


White color preview on #6AAB7C background

This text has white color on #6AAB7C background.