COLOR #73BA6E

HEX: #73BA6E
RGB: (115,186,110)

Color info

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

RGB color model

#73BA6E color RGB value is (115,186,110).

  • red value is 115;
  • green value is 186;
  • blue value is 110.
RGB:
(115,186,110)
(45%,73%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 110 of 255 = 43%

115
186
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 186 + 110 = 411 (100%)
R 115 of 411 ~ 27.98%
G 186 of 411 ~ 45.26%
B 110 of 411 ~ 26.76%

%27.98
%45.26
%26.76

CMYK color model

#73BA6E color CMYK value is (38,0,41,27).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 40.86%
  • key color value is 27.06%
CMYK:
(38,0,41,27)
C38M0Y41K27 
(38%,0%,41%,27%)
(0.38/0.00/0.41/0.27)	

CMYK percentages

%38.17
%0
%40.86
%27.06

Codes

Color #73BA6E in popluar color models

73BA6E
RGB115186110
HSL116°35.51%58.04%
HSB/HSV116°40.86%72.94%
CMYK38.17%0.00%40.86%
27.06%

Color #73BA6E in popluar number systems.

HEX73BA6E
Decimal115186110
Binary1110011101110101101110
Octal163272156

Shades and tints

Shades of #73BA6E

#73BA6E
(115,186,110)
#69AA64
(105,170,100)
#5F9A5A
(95,154,90)
#558A50
(85,138,80)
#4B7A46
(75,122,70)
#416A3C
(65,106,60)
#375A32
(55,90,50)
#2D4A28
(45,74,40)
#233A1E
(35,58,30)
#192A14
(25,42,20)
#0F1A0A
(15,26,10)
#000000
(0,0,0)

Tints of #73BA6E

#73BA6E
(115,186,110)
#7FC07B
(127,192,123)
#8BC688
(139,198,136)
#97CC95
(151,204,149)
#A3D2A2
(163,210,162)
#AFD8AF
(175,216,175)
#BBDEBC
(187,222,188)
#C7E4C9
(199,228,201)
#D3EAD6
(211,234,214)
#DFF0E3
(223,240,227)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BA6E color. Also use rgb(115,186,110) instead hex code.

Text Font Color

.myTextColor { color: #73BA6E; }

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

This text font color is #73BA6E.


Background Color

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

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

This div background color is #73BA6E.


Border color

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

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

This div border color is #73BA6E.


Opacity

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

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

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

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

This text has shadow with #73BA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BA6E on black background.


Color preview on white background

This text has color #73BA6E on white background.



Black color preview on #73BA6E background

This text has black color on #73BA6E background.


White color preview on #73BA6E background

This text has white color on #73BA6E background.