COLOR #6AA17F

HEX: #6AA17F RGB: (106,161,127)

Color info

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

RGB color model

#6AA17F color RGB value is (106,161,127).

RGB: (106,161,127) (42%, 63%, 50%)

RGB channels and saturation

R 106 of 255 = 42%
G 161 of 255 = 63%
B 127 of 255 = 50%

106
161
127

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

Portions of RGB colors in percentages

R + G + B = 106 + 161 + 127 = 394 (100%)
R 106 of 394 ~ 26.9%
G 161 of 394 ~ 40.86%
B 127 of 394 ~ 32.23'%

%26.9
%40.86
%32.23

CMYK color model

#6AA17F color CMYK value is (34,0,21,37).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%

CMYK: (34,0,21,37)
C34M0Y21K37 (34%, 0%, 21%, 37%)
(0.34 / 0.00 / 0.21 / 0.37)

CMYK percentages

%34.16
%0
%21.12
%36.86

Codes

Color #6AA17F in popluar color models

6A A1 7F
RGB 106 161 127
HSL 143° 22.63% 52.35%
HSB/HSV 143° 34.16% 63.14%
CMYK 34.16% 0.00% 21.12%
36.86%

Color #6AA17F in popluar number systems.

HEX 6A A1 7F
Decimal 106 161 127
Binary 1101010 10100001 1111111
Octal 152 241 177

Shades and tints

Shades of #6AA17F

#6AA17F
(106,161,127)
#619374
(97,147,116)
#588569
(88,133,105)
#4F775E
(79,119,94)
#466953
(70,105,83)
#3D5B48
(61,91,72)
#344D3D
(52,77,61)
#2B3F32
(43,63,50)
#223127
(34,49,39)
#19231C
(25,35,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #6AA17F

#6AA17F
(106,161,127)
#77A98A
(119,169,138)
#84B195
(132,177,149)
#91B9A0
(145,185,160)
#9EC1AB
(158,193,171)
#ABC9B6
(171,201,182)
#B8D1C1
(184,209,193)
#C5D9CC
(197,217,204)
#D2E1D7
(210,225,215)
#DFE9E2
(223,233,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA17F color. Also use rgb(106,161,127) instead hex code.

Text Font Color

.myTextColor { color: #6AA17F; }

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

This text font color is #6AA17F.

Background Color

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

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

This div background color is #6AA17F.

Border color

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

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

This div border color is #6AA17F.

Opacity

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

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

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

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

This text has shadow with #6AA17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA17F.

Preview

Color preview on black background

This text has color #6AA17F on black background.


Color preview on white background

This text has color #6AA17F on white background.


Black color preview on #6AA17F background

This text has black color on #6AA17F background.


White color preview on #6AA17F background

This text has white color on #6AA17F background.


Related colors

Complementary color

Complementary color for #hex is #955E80.


I love getcolorcode.com

Triadic colors

1 #7F6AA1 and #A17F6A with #6AA17F are triadic colors.

2 #7FA16A and #A16A7F with #6AA17F are triadic colors.