COLOR #6AC972

HEX: #6AC972 RGB: (106,201,114)

Color info

#6AC972 contains mainly green color. Web safe color of #6AC972 is #66CC66 (or #6C6).

RGB color model

#6AC972 color RGB value is (106,201,114).

RGB: (106,201,114) (42%, 79%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 201 of 255 = 79%
B 114 of 255 = 45%

106
201
114

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

Portions of RGB colors in percentages

R + G + B = 106 + 201 + 114 = 421 (100%)
R 106 of 421 ~ 25.18%
G 201 of 421 ~ 47.74%
B 114 of 421 ~ 27.08'%

%25.18
%47.74
%27.08

CMYK color model

#6AC972 color CMYK value is (47,0,43,21).

  • cyan value is 47.26%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 21.18%
CMYK: (47,0,43,21) C47M0Y43K21 (47%,0%,43%,21%) (0.47/0.00/0.43/0.21) 

CMYK percentages

%47.26
%0
%43.28
%21.18

Codes

Color #6AC972 in popluar color models

6A C9 72
RGB 106 201 114
HSL 125° 46.80% 60.20%
HSB/HSV 125° 47.26% 78.82%
CMYK 47.26% 0.00% 43.28%
21.18%

Color #6AC972 in popluar number systems.

HEX 6A C9 72
Decimal 106 201 114
Binary 1101010 11001001 1110010
Octal 152 311 162

Shades and tints

Shades of #6AC972

#6AC972
(106,201,114)
#61B768
(97,183,104)
#58A55E
(88,165,94)
#4F9354
(79,147,84)
#46814A
(70,129,74)
#3D6F40
(61,111,64)
#345D36
(52,93,54)
#2B4B2C
(43,75,44)
#223922
(34,57,34)
#192718
(25,39,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6AC972

#6AC972
(106,201,114)
#77CD7E
(119,205,126)
#84D18A
(132,209,138)
#91D596
(145,213,150)
#9ED9A2
(158,217,162)
#ABDDAE
(171,221,174)
#B8E1BA
(184,225,186)
#C5E5C6
(197,229,198)
#D2E9D2
(210,233,210)
#DFEDDE
(223,237,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC972 color. Also use rgb(106,201,114) instead hex code.

Text Font Color

.myTextColor { color: #6AC972; }

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

This text font color is #6AC972.

Background Color

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

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

This div background color is #6AC972.

Border color

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

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

This div border color is #6AC972.

Opacity

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

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

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

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

This text has shadow with #6AC972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC972.

Preview

Color preview on black background

This text has color #6AC972 on black background.


Color preview on white background

This text has color #6AC972 on white background.


Black color preview on #6AC972 background

This text has black color on #6AC972 background.


White color preview on #6AC972 background

This text has white color on #6AC972 background.


Related colors

Complementary color

Complementary color for #hex is #95368D.


I love getcolorcode.com

Triadic colors

1 #726AC9 and #C9726A with #6AC972 are triadic colors.

2 #72C96A and #C96A72 with #6AC972 are triadic colors.