COLOR #6AA57C

HEX: #6AA57C
RGB: (106,165,124)

Color info

#6AA57C contains red, green and blue colors in about the same proportion. Web safe color of #6AA57C is #669966 (or #696).

RGB color model

#6AA57C color RGB value is (106,165,124).

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

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 124 of 255 = 49%

106
165
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 124 = 395 (100%)
R 106 of 395 ~ 26.84%
G 165 of 395 ~ 41.77%
B 124 of 395 ~ 31.39%

%26.84
%41.77
%31.39

CMYK color model

#6AA57C color CMYK value is (36,0,25,35).

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(36,0,25,35)
C36M0Y25K35 
(36%,0%,25%,35%)
(0.36/0.00/0.25/0.35)	

CMYK percentages

%35.76
%0
%24.85
%35.29

Codes

Color #6AA57C in popluar color models

6AA57C
RGB106165124
HSL138°24.69%53.14%
HSB/HSV138°35.76%64.71%
CMYK35.76%0.00%24.85%
35.29%

Color #6AA57C in popluar number systems.

HEX6AA57C
Decimal106165124
Binary1101010101001011111100
Octal152245174

Shades and tints

Shades of #6AA57C

#6AA57C
(106,165,124)
#619671
(97,150,113)
#588766
(88,135,102)
#4F785B
(79,120,91)
#466950
(70,105,80)
#3D5A45
(61,90,69)
#344B3A
(52,75,58)
#2B3C2F
(43,60,47)
#222D24
(34,45,36)
#191E19
(25,30,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6AA57C

#6AA57C
(106,165,124)
#77AD87
(119,173,135)
#84B592
(132,181,146)
#91BD9D
(145,189,157)
#9EC5A8
(158,197,168)
#ABCDB3
(171,205,179)
#B8D5BE
(184,213,190)
#C5DDC9
(197,221,201)
#D2E5D4
(210,229,212)
#DFEDDF
(223,237,223)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA57C; }

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

This text font color is #6AA57C.


Background Color

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

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

This div background color is #6AA57C.


Border color

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

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

This div border color is #6AA57C.


Opacity

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

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

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

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

This text has shadow with #6AA57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA57C on black background.


Color preview on white background

This text has color #6AA57C on white background.



Black color preview on #6AA57C background

This text has black color on #6AA57C background.


White color preview on #6AA57C background

This text has white color on #6AA57C background.