COLOR #6AC79C

HEX: #6AC79C RGB: (106,199,156)

Color info

#6AC79C contains mainly green and blue colors. Web safe color of #6AC79C is #66CC99 (or #6C9).

RGB color model

#6AC79C color RGB value is (106,199,156).

RGB: (106,199,156) (42%, 78%, 61%)

RGB channels and saturation

R 106 of 255 = 42%
G 199 of 255 = 78%
B 156 of 255 = 61%

106
199
156

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

Portions of RGB colors in percentages

R + G + B = 106 + 199 + 156 = 461 (100%)
R 106 of 461 ~ 22.99%
G 199 of 461 ~ 43.17%
B 156 of 461 ~ 33.84'%

%22.99
%43.17
%33.84

CMYK color model

#6AC79C color CMYK value is (47,0,22,22).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK: (47,0,22,22) C47M0Y22K22 (47%,0%,22%,22%) (0.47/0.00/0.22/0.22) 

CMYK percentages

%46.73
%0
%21.61
%21.96

Codes

Color #6AC79C in popluar color models

6A C7 9C
RGB 106 199 156
HSL 152° 45.37% 59.80%
HSB/HSV 152° 46.73% 78.04%
CMYK 46.73% 0.00% 21.61%
21.96%

Color #6AC79C in popluar number systems.

HEX 6A C7 9C
Decimal 106 199 156
Binary 1101010 11000111 10011100
Octal 152 307 234

Shades and tints

Shades of #6AC79C

#6AC79C
(106,199,156)
#61B58E
(97,181,142)
#58A380
(88,163,128)
#4F9172
(79,145,114)
#467F64
(70,127,100)
#3D6D56
(61,109,86)
#345B48
(52,91,72)
#2B493A
(43,73,58)
#22372C
(34,55,44)
#19251E
(25,37,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #6AC79C

#6AC79C
(106,199,156)
#77CCA5
(119,204,165)
#84D1AE
(132,209,174)
#91D6B7
(145,214,183)
#9EDBC0
(158,219,192)
#ABE0C9
(171,224,201)
#B8E5D2
(184,229,210)
#C5EADB
(197,234,219)
#D2EFE4
(210,239,228)
#DFF4ED
(223,244,237)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC79C color. Also use rgb(106,199,156) instead hex code.

Text Font Color

.myTextColor { color: #6AC79C; }

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

This text font color is #6AC79C.

Background Color

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

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

This div background color is #6AC79C.

Border color

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

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

This div border color is #6AC79C.

Opacity

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

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

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

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

This text has shadow with #6AC79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC79C.

Preview

Color preview on black background

This text has color #6AC79C on black background.


Color preview on white background

This text has color #6AC79C on white background.


Black color preview on #6AC79C background

This text has black color on #6AC79C background.


White color preview on #6AC79C background

This text has white color on #6AC79C background.


Related colors

Complementary color

Complementary color for #hex is #953863.


I love getcolorcode.com

Triadic colors

1 #9C6AC7 and #C79C6A with #6AC79C are triadic colors.

2 #9CC76A and #C76A9C with #6AC79C are triadic colors.