COLOR #6AA57B

HEX: #6AA57B
RGB: (106,165,123)

Color info

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

RGB color model

#6AA57B color RGB value is (106,165,123).

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

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 123 of 255 = 48%

106
165
123

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 123 = 394 (100%)
R 106 of 394 ~ 26.9%
G 165 of 394 ~ 41.88%
B 123 of 394 ~ 31.22%

%26.9
%41.88
%31.22

CMYK color model

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

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • 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
%25.45
%35.29

Codes

Color #6AA57B in popluar color models

6AA57B
RGB106165123
HSL137°24.69%53.14%
HSB/HSV137°35.76%64.71%
CMYK35.76%0.00%25.45%
35.29%

Color #6AA57B in popluar number systems.

HEX6AA57B
Decimal106165123
Binary1101010101001011111011
Octal152245173

Shades and tints

Shades of #6AA57B

#6AA57B
(106,165,123)
#619670
(97,150,112)
#588765
(88,135,101)
#4F785A
(79,120,90)
#46694F
(70,105,79)
#3D5A44
(61,90,68)
#344B39
(52,75,57)
#2B3C2E
(43,60,46)
#222D23
(34,45,35)
#191E18
(25,30,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6AA57B

#6AA57B
(106,165,123)
#77AD87
(119,173,135)
#84B593
(132,181,147)
#91BD9F
(145,189,159)
#9EC5AB
(158,197,171)
#ABCDB7
(171,205,183)
#B8D5C3
(184,213,195)
#C5DDCF
(197,221,207)
#D2E5DB
(210,229,219)
#DFEDE7
(223,237,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA57B; }

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

This text font color is #6AA57B.


Background Color

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

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

This div background color is #6AA57B.


Border color

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

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

This div border color is #6AA57B.


Opacity

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

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

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

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

This text has shadow with #6AA57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA57B on black background.


Color preview on white background

This text has color #6AA57B on white background.



Black color preview on #6AA57B background

This text has black color on #6AA57B background.


White color preview on #6AA57B background

This text has white color on #6AA57B background.