COLOR #73BC7A

HEX: #73BC7A
RGB: (115,188,122)

Color info

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

RGB color model

#73BC7A color RGB value is (115,188,122).

  • red value is 115;
  • green value is 188;
  • blue value is 122.
RGB:
(115,188,122)
(45%,74%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 188 of 255 = 74%
B 122 of 255 = 48%

115
188
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 188 + 122 = 425 (100%)
R 115 of 425 ~ 27.06%
G 188 of 425 ~ 44.24%
B 122 of 425 ~ 28.71%

%27.06
%44.24
%28.71

CMYK color model

#73BC7A color CMYK value is (39,0,35,26).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 26.27%
CMYK:
(39,0,35,26)
C39M0Y35K26 
(39%,0%,35%,26%)
(0.39/0.00/0.35/0.26)	

CMYK percentages

%38.83
%0
%35.11
%26.27

Codes

Color #73BC7A in popluar color models

73BC7A
RGB115188122
HSL126°35.27%59.41%
HSB/HSV126°38.83%73.73%
CMYK38.83%0.00%35.11%
26.27%

Color #73BC7A in popluar number systems.

HEX73BC7A
Decimal115188122
Binary1110011101111001111010
Octal163274172

Shades and tints

Shades of #73BC7A

#73BC7A
(115,188,122)
#69AB6F
(105,171,111)
#5F9A64
(95,154,100)
#558959
(85,137,89)
#4B784E
(75,120,78)
#416743
(65,103,67)
#375638
(55,86,56)
#2D452D
(45,69,45)
#233422
(35,52,34)
#192317
(25,35,23)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #73BC7A

#73BC7A
(115,188,122)
#7FC286
(127,194,134)
#8BC892
(139,200,146)
#97CE9E
(151,206,158)
#A3D4AA
(163,212,170)
#AFDAB6
(175,218,182)
#BBE0C2
(187,224,194)
#C7E6CE
(199,230,206)
#D3ECDA
(211,236,218)
#DFF2E6
(223,242,230)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BC7A; }

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

This text font color is #73BC7A.


Background Color

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

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

This div background color is #73BC7A.


Border color

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

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

This div border color is #73BC7A.


Opacity

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

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

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

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

This text has shadow with #73BC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BC7A on black background.


Color preview on white background

This text has color #73BC7A on white background.



Black color preview on #73BC7A background

This text has black color on #73BC7A background.


White color preview on #73BC7A background

This text has white color on #73BC7A background.