COLOR #6AAA5E

HEX: #6AAA5E
RGB: (106,170,94)

Color info

#6AAA5E contains mainly green color. Web safe color of #6AAA5E is #669966 (or #696).

RGB color model

#6AAA5E color RGB value is (106,170,94).

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

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 94 of 255 = 37%

106
170
94

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 94 = 370 (100%)
R 106 of 370 ~ 28.65%
G 170 of 370 ~ 45.95%
B 94 of 370 ~ 25.41%

%28.65
%45.95
%25.41

CMYK color model

#6AAA5E color CMYK value is (38,0,45,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(38,0,45,33)
C38M0Y45K33 
(38%,0%,45%,33%)
(0.38/0.00/0.45/0.33)	

CMYK percentages

%37.65
%0
%44.71
%33.33

Codes

Color #6AAA5E in popluar color models

6AAA5E
RGB10617094
HSL111°30.89%51.76%
HSB/HSV111°44.71%66.67%
CMYK37.65%0.00%44.71%
33.33%

Color #6AAA5E in popluar number systems.

HEX6AAA5E
Decimal10617094
Binary1101010101010101011110
Octal152252136

Shades and tints

Shades of #6AAA5E

#6AAA5E
(106,170,94)
#619B56
(97,155,86)
#588C4E
(88,140,78)
#4F7D46
(79,125,70)
#466E3E
(70,110,62)
#3D5F36
(61,95,54)
#34502E
(52,80,46)
#2B4126
(43,65,38)
#22321E
(34,50,30)
#192316
(25,35,22)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6AAA5E

#6AAA5E
(106,170,94)
#77B16C
(119,177,108)
#84B87A
(132,184,122)
#91BF88
(145,191,136)
#9EC696
(158,198,150)
#ABCDA4
(171,205,164)
#B8D4B2
(184,212,178)
#C5DBC0
(197,219,192)
#D2E2CE
(210,226,206)
#DFE9DC
(223,233,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAA5E; }

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

This text font color is #6AAA5E.


Background Color

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

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

This div background color is #6AAA5E.


Border color

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

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

This div border color is #6AAA5E.


Opacity

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

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

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

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

This text has shadow with #6AAA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA5E on black background.


Color preview on white background

This text has color #6AAA5E on white background.



Black color preview on #6AAA5E background

This text has black color on #6AAA5E background.


White color preview on #6AAA5E background

This text has white color on #6AAA5E background.