COLOR #73C684

HEX: #73C684 RGB: (115,198,132)

Color info

#73C684 contains mainly green color. Web safe color of #73C684 is #66CC99 (or #6C9).

RGB color model

#73C684 color RGB value is (115,198,132).

RGB: (115,198,132) (45%, 78%, 52%)

RGB channels and saturation

R 115 of 255 = 45%
G 198 of 255 = 78%
B 132 of 255 = 52%

115
198
132

R + G + B ~ 58%. #73C684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 198 + 132 = 445 (100%)
R 115 of 445 ~ 25.84%
G 198 of 445 ~ 44.49%
B 132 of 445 ~ 29.66'%

%25.84
%44.49
%29.66

CMYK color model

#73C684 color CMYK value is (42,0,33,22).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%

CMYK: (42,0,33,22)
C42M0Y33K22 (42%, 0%, 33%, 22%)
(0.42 / 0.00 / 0.33 / 0.22)

CMYK percentages

%41.92
%0
%33.33
%22.35

Codes

Color #73C684 in popluar color models

73 C6 84
RGB 115 198 132
HSL 132° 42.13% 61.37%
HSB/HSV 132° 41.92% 77.65%
CMYK 41.92% 0.00% 33.33%
22.35%

Color #73C684 in popluar number systems.

HEX 73 C6 84
Decimal 115 198 132
Binary 1110011 11000110 10000100
Octal 163 306 204

Shades and tints

Shades of #73C684

#73C684
(115,198,132)
#69B478
(105,180,120)
#5FA26C
(95,162,108)
#559060
(85,144,96)
#4B7E54
(75,126,84)
#416C48
(65,108,72)
#375A3C
(55,90,60)
#2D4830
(45,72,48)
#233624
(35,54,36)
#192418
(25,36,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #73C684

#73C684
(115,198,132)
#7FCB8F
(127,203,143)
#8BD09A
(139,208,154)
#97D5A5
(151,213,165)
#A3DAB0
(163,218,176)
#AFDFBB
(175,223,187)
#BBE4C6
(187,228,198)
#C7E9D1
(199,233,209)
#D3EEDC
(211,238,220)
#DFF3E7
(223,243,231)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C684 color. Also use rgb(115,198,132) instead hex code.

Text Font Color

.myTextColor { color: #73C684; }

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

This text font color is #73C684.

Background Color

.myBgColor { background-color: #73C684; }

<div style="background-color:#73C684">Inner text</div>

This div background color is #73C684.

Border color

.myBorderColor { border: 1px solid #73C684; }

<div style="border:3px solid #73C684">Div</div>

This div border color is #73C684.

Opacity

.myOpacity80 { color: #73C684; opacity: 0.8; }

<p style="color:#73C684;opacity:0.8;">80%</p>

Text with #73C684 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 #73C684;}

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

This text has shadow with #73C684 color.


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

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

This text has shadow with #73C684 primary color and red secondary color.


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

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

This text has shadow with #73C684 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73C684.

Preview

Color preview on black background

This text has color #73C684 on black background.


Color preview on white background

This text has color #73C684 on white background.


Black color preview on #73C684 background

This text has black color on #73C684 background.


White color preview on #73C684 background

This text has white color on #73C684 background.


Related colors

Complementary color

Complementary color for #hex is #8C397B.


I love getcolorcode.com

Triadic colors

1 #8473C6 and #C68473 with #73C684 are triadic colors.

2 #84C673 and #C67384 with #73C684 are triadic colors.