COLOR #73BC61

HEX: #73BC61 RGB: (115,188,97)

Color info

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

RGB color model

#73BC61 color RGB value is (115,188,97).

RGB: (115,188,97) (45%, 74%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 188 of 255 = 74%
B 97 of 255 = 38%

115
188
97

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

Portions of RGB colors in percentages

R + G + B = 115 + 188 + 97 = 400 (100%)
R 115 of 400 ~ 28.75%
G 188 of 400 ~ 47%
B 97 of 400 ~ 24.25'%

%28.75
%47
%24.25

CMYK color model

#73BC61 color CMYK value is (39,0,48,26).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 26.27%

CMYK: (39,0,48,26)
C39M0Y48K26 (39%, 0%, 48%, 26%)
(0.39 / 0.00 / 0.48 / 0.26)

CMYK percentages

%38.83
%0
%48.4
%26.27

Codes

Color #73BC61 in popluar color models

73 BC 61
RGB 115 188 97
HSL 108° 40.44% 55.88%
HSB/HSV 108° 48.40% 73.73%
CMYK 38.83% 0.00% 48.40%
26.27%

Color #73BC61 in popluar number systems.

HEX 73 BC 61
Decimal 115 188 97
Binary 1110011 10111100 1100001
Octal 163 274 141

Shades and tints

Shades of #73BC61

#73BC61
(115,188,97)
#69AB59
(105,171,89)
#5F9A51
(95,154,81)
#558949
(85,137,73)
#4B7841
(75,120,65)
#416739
(65,103,57)
#375631
(55,86,49)
#2D4529
(45,69,41)
#233421
(35,52,33)
#192319
(25,35,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73BC61

#73BC61
(115,188,97)
#7FC26F
(127,194,111)
#8BC87D
(139,200,125)
#97CE8B
(151,206,139)
#A3D499
(163,212,153)
#AFDAA7
(175,218,167)
#BBE0B5
(187,224,181)
#C7E6C3
(199,230,195)
#D3ECD1
(211,236,209)
#DFF2DF
(223,242,223)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BC61 color. Also use rgb(115,188,97) instead hex code.

Text Font Color

.myTextColor { color: #73BC61; }

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

This text font color is #73BC61.

Background Color

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

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

This div background color is #73BC61.

Border color

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

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

This div border color is #73BC61.

Opacity

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

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

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

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

This text has shadow with #73BC61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BC61.

Preview

Color preview on black background

This text has color #73BC61 on black background.


Color preview on white background

This text has color #73BC61 on white background.


Black color preview on #73BC61 background

This text has black color on #73BC61 background.


White color preview on #73BC61 background

This text has white color on #73BC61 background.


Related colors

Complementary color

Complementary color for #hex is #8C439E.


I love getcolorcode.com

Triadic colors

1 #6173BC and #BC6173 with #73BC61 are triadic colors.

2 #61BC73 and #BC7361 with #73BC61 are triadic colors.