COLOR #6AAA6E

HEX: #6AAA6E
RGB: (106,170,110)

Color info

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

RGB color model

#6AAA6E color RGB value is (106,170,110).

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

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 110 of 255 = 43%

106
170
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 110 = 386 (100%)
R 106 of 386 ~ 27.46%
G 170 of 386 ~ 44.04%
B 110 of 386 ~ 28.5%

%27.46
%44.04
%28.5

CMYK color model

#6AAA6E color CMYK value is (38,0,35,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 33.33%
CMYK:
(38,0,35,33)
C38M0Y35K33 
(38%,0%,35%,33%)
(0.38/0.00/0.35/0.33)	

CMYK percentages

%37.65
%0
%35.29
%33.33

Codes

Color #6AAA6E in popluar color models

6AAA6E
RGB106170110
HSL124°27.35%54.12%
HSB/HSV124°37.65%66.67%
CMYK37.65%0.00%35.29%
33.33%

Color #6AAA6E in popluar number systems.

HEX6AAA6E
Decimal106170110
Binary1101010101010101101110
Octal152252156

Shades and tints

Shades of #6AAA6E

#6AAA6E
(106,170,110)
#619B64
(97,155,100)
#588C5A
(88,140,90)
#4F7D50
(79,125,80)
#466E46
(70,110,70)
#3D5F3C
(61,95,60)
#345032
(52,80,50)
#2B4128
(43,65,40)
#22321E
(34,50,30)
#192314
(25,35,20)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #6AAA6E

#6AAA6E
(106,170,110)
#77B17B
(119,177,123)
#84B888
(132,184,136)
#91BF95
(145,191,149)
#9EC6A2
(158,198,162)
#ABCDAF
(171,205,175)
#B8D4BC
(184,212,188)
#C5DBC9
(197,219,201)
#D2E2D6
(210,226,214)
#DFE9E3
(223,233,227)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAA6E; }

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

This text font color is #6AAA6E.


Background Color

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

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

This div background color is #6AAA6E.


Border color

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

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

This div border color is #6AAA6E.


Opacity

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

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

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

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

This text has shadow with #6AAA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA6E on black background.


Color preview on white background

This text has color #6AAA6E on white background.



Black color preview on #6AAA6E background

This text has black color on #6AAA6E background.


White color preview on #6AAA6E background

This text has white color on #6AAA6E background.