COLOR #6AA78F

HEX: #6AA78F RGB: (106,167,143)

Color info

#6AA78F contains mainly green and blue colors. Web safe color of #6AA78F is #669999 (or #699).

RGB color model

#6AA78F color RGB value is (106,167,143).

RGB: (106,167,143) (42%, 65%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 143 of 255 = 56%

106
167
143

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

Portions of RGB colors in percentages

R + G + B = 106 + 167 + 143 = 416 (100%)
R 106 of 416 ~ 25.48%
G 167 of 416 ~ 40.14%
B 143 of 416 ~ 34.38'%

%25.48
%40.14
%34.38

CMYK color model

#6AA78F color CMYK value is (37,0,14,35).

  • cyan value is 36.53%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 34.51%

CMYK: (37,0,14,35)
C37M0Y14K35 (37%, 0%, 14%, 35%)
(0.37 / 0.00 / 0.14 / 0.35)

CMYK percentages

%36.53
%0
%14.37
%34.51

Codes

Color #6AA78F in popluar color models

6A A7 8F
RGB 106 167 143
HSL 156° 25.74% 53.53%
HSB/HSV 156° 36.53% 65.49%
CMYK 36.53% 0.00% 14.37%
34.51%

Color #6AA78F in popluar number systems.

HEX 6A A7 8F
Decimal 106 167 143
Binary 1101010 10100111 10001111
Octal 152 247 217

Shades and tints

Shades of #6AA78F

#6AA78F
(106,167,143)
#619882
(97,152,130)
#588975
(88,137,117)
#4F7A68
(79,122,104)
#466B5B
(70,107,91)
#3D5C4E
(61,92,78)
#344D41
(52,77,65)
#2B3E34
(43,62,52)
#222F27
(34,47,39)
#19201A
(25,32,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6AA78F

#6AA78F
(106,167,143)
#77AF99
(119,175,153)
#84B7A3
(132,183,163)
#91BFAD
(145,191,173)
#9EC7B7
(158,199,183)
#ABCFC1
(171,207,193)
#B8D7CB
(184,215,203)
#C5DFD5
(197,223,213)
#D2E7DF
(210,231,223)
#DFEFE9
(223,239,233)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA78F color. Also use rgb(106,167,143) instead hex code.

Text Font Color

.myTextColor { color: #6AA78F; }

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

This text font color is #6AA78F.

Background Color

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

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

This div background color is #6AA78F.

Border color

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

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

This div border color is #6AA78F.

Opacity

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

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

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

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

This text has shadow with #6AA78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA78F.

Preview

Color preview on black background

This text has color #6AA78F on black background.


Color preview on white background

This text has color #6AA78F on white background.


Black color preview on #6AA78F background

This text has black color on #6AA78F background.


White color preview on #6AA78F background

This text has white color on #6AA78F background.


Related colors

Complementary color

Complementary color for #hex is #955870.


I love getcolorcode.com

Triadic colors

1 #8F6AA7 and #A78F6A with #6AA78F are triadic colors.

2 #8FA76A and #A76A8F with #6AA78F are triadic colors.