COLOR #6AC873

HEX: #6AC873 RGB: (106,200,115)

Color info

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

RGB color model

#6AC873 color RGB value is (106,200,115).

RGB: (106,200,115) (42%, 78%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 200 of 255 = 78%
B 115 of 255 = 45%

106
200
115

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

Portions of RGB colors in percentages

R + G + B = 106 + 200 + 115 = 421 (100%)
R 106 of 421 ~ 25.18%
G 200 of 421 ~ 47.51%
B 115 of 421 ~ 27.32'%

%25.18
%47.51
%27.32

CMYK color model

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

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 21.57%

CMYK: (47,0,43,22)
C47M0Y43K22 (47%, 0%, 43%, 22%)
(0.47 / 0.00 / 0.43 / 0.22)

CMYK percentages

%47
%0
%42.5
%21.57

Codes

Color #6AC873 in popluar color models

6A C8 73
RGB 106 200 115
HSL 126° 46.08% 60.00%
HSB/HSV 126° 47.00% 78.43%
CMYK 47.00% 0.00% 42.50%
21.57%

Color #6AC873 in popluar number systems.

HEX 6A C8 73
Decimal 106 200 115
Binary 1101010 11001000 1110011
Octal 152 310 163

Shades and tints

Shades of #6AC873

#6AC873
(106,200,115)
#61B669
(97,182,105)
#58A45F
(88,164,95)
#4F9255
(79,146,85)
#46804B
(70,128,75)
#3D6E41
(61,110,65)
#345C37
(52,92,55)
#2B4A2D
(43,74,45)
#223823
(34,56,35)
#192619
(25,38,25)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #6AC873

#6AC873
(106,200,115)
#77CD7F
(119,205,127)
#84D28B
(132,210,139)
#91D797
(145,215,151)
#9EDCA3
(158,220,163)
#ABE1AF
(171,225,175)
#B8E6BB
(184,230,187)
#C5EBC7
(197,235,199)
#D2F0D3
(210,240,211)
#DFF5DF
(223,245,223)
#ECFAEB
(236,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC873 color. Also use rgb(106,200,115) instead hex code.

Text Font Color

.myTextColor { color: #6AC873; }

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

This text font color is #6AC873.

Background Color

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

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

This div background color is #6AC873.

Border color

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

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

This div border color is #6AC873.

Opacity

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

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

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

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

This text has shadow with #6AC873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC873.

Preview

Color preview on black background

This text has color #6AC873 on black background.


Color preview on white background

This text has color #6AC873 on white background.


Black color preview on #6AC873 background

This text has black color on #6AC873 background.


White color preview on #6AC873 background

This text has white color on #6AC873 background.


Related colors

Complementary color

Complementary color for #hex is #95378C.


I love getcolorcode.com

Triadic colors

1 #736AC8 and #C8736A with #6AC873 are triadic colors.

2 #73C86A and #C86A73 with #6AC873 are triadic colors.