COLOR #6AA67E

HEX: #6AA67E RGB: (106,166,126)

Color info

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

RGB color model

#6AA67E color RGB value is (106,166,126).

RGB: (106,166,126) (42%, 65%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 166 of 255 = 65%
B 126 of 255 = 49%

106
166
126

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

Portions of RGB colors in percentages

R + G + B = 106 + 166 + 126 = 398 (100%)
R 106 of 398 ~ 26.63%
G 166 of 398 ~ 41.71%
B 126 of 398 ~ 31.66'%

%26.63
%41.71
%31.66

CMYK color model

#6AA67E color CMYK value is (36,0,24,35).

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK: (36,0,24,35) C36M0Y24K35 (36%,0%,24%,35%) (0.36/0.00/0.24/0.35) 

CMYK percentages

%36.14
%0
%24.1
%34.9

Codes

Color #6AA67E in popluar color models

6A A6 7E
RGB 106 166 126
HSL 140° 25.21% 53.33%
HSB/HSV 140° 36.14% 65.10%
CMYK 36.14% 0.00% 24.10%
34.90%

Color #6AA67E in popluar number systems.

HEX 6A A6 7E
Decimal 106 166 126
Binary 1101010 10100110 1111110
Octal 152 246 176

Shades and tints

Shades of #6AA67E

#6AA67E
(106,166,126)
#619773
(97,151,115)
#588868
(88,136,104)
#4F795D
(79,121,93)
#466A52
(70,106,82)
#3D5B47
(61,91,71)
#344C3C
(52,76,60)
#2B3D31
(43,61,49)
#222E26
(34,46,38)
#191F1B
(25,31,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6AA67E

#6AA67E
(106,166,126)
#77AE89
(119,174,137)
#84B694
(132,182,148)
#91BE9F
(145,190,159)
#9EC6AA
(158,198,170)
#ABCEB5
(171,206,181)
#B8D6C0
(184,214,192)
#C5DECB
(197,222,203)
#D2E6D6
(210,230,214)
#DFEEE1
(223,238,225)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA67E color. Also use rgb(106,166,126) instead hex code.

Text Font Color

.myTextColor { color: #6AA67E; }

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

This text font color is #6AA67E.

Background Color

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

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

This div background color is #6AA67E.

Border color

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

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

This div border color is #6AA67E.

Opacity

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

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

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

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

This text has shadow with #6AA67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA67E.

Preview

Color preview on black background

This text has color #6AA67E on black background.


Color preview on white background

This text has color #6AA67E on white background.


Black color preview on #6AA67E background

This text has black color on #6AA67E background.


White color preview on #6AA67E background

This text has white color on #6AA67E background.


Related colors

Complementary color

Complementary color for #hex is #955981.


I love getcolorcode.com

Triadic colors

1 #7E6AA6 and #A67E6A with #6AA67E are triadic colors.

2 #7EA66A and #A66A7E with #6AA67E are triadic colors.