COLOR #73BD7E

HEX: #73BD7E
RGB: (115,189,126)

Color info

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

RGB color model

#73BD7E color RGB value is (115,189,126).

  • red value is 115;
  • green value is 189;
  • blue value is 126.
RGB:
(115,189,126)
(45%,74%,49%)

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 126 of 255 = 49%

115
189
126

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

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 126 = 430 (100%)
R 115 of 430 ~ 26.74%
G 189 of 430 ~ 43.95%
B 126 of 430 ~ 29.3%

%26.74
%43.95
%29.3

CMYK color model

#73BD7E color CMYK value is (39,0,33,26).

  • cyan value is 39.15%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(39,0,33,26)
C39M0Y33K26 
(39%,0%,33%,26%)
(0.39/0.00/0.33/0.26)	

CMYK percentages

%39.15
%0
%33.33
%25.88

Codes

Color #73BD7E in popluar color models

73BD7E
RGB115189126
HSL129°35.92%59.61%
HSB/HSV129°39.15%74.12%
CMYK39.15%0.00%33.33%
25.88%

Color #73BD7E in popluar number systems.

HEX73BD7E
Decimal115189126
Binary1110011101111011111110
Octal163275176

Shades and tints

Shades of #73BD7E

#73BD7E
(115,189,126)
#69AC73
(105,172,115)
#5F9B68
(95,155,104)
#558A5D
(85,138,93)
#4B7952
(75,121,82)
#416847
(65,104,71)
#37573C
(55,87,60)
#2D4631
(45,70,49)
#233526
(35,53,38)
#19241B
(25,36,27)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #73BD7E

#73BD7E
(115,189,126)
#7FC389
(127,195,137)
#8BC994
(139,201,148)
#97CF9F
(151,207,159)
#A3D5AA
(163,213,170)
#AFDBB5
(175,219,181)
#BBE1C0
(187,225,192)
#C7E7CB
(199,231,203)
#D3EDD6
(211,237,214)
#DFF3E1
(223,243,225)
#EBF9EC
(235,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BD7E color. Also use rgb(115,189,126) instead hex code.

Text Font Color

.myTextColor { color: #73BD7E; }

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

This text font color is #73BD7E.


Background Color

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

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

This div background color is #73BD7E.


Border color

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

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

This div border color is #73BD7E.


Opacity

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

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

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

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

This text has shadow with #73BD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BD7E on black background.


Color preview on white background

This text has color #73BD7E on white background.



Black color preview on #73BD7E background

This text has black color on #73BD7E background.


White color preview on #73BD7E background

This text has white color on #73BD7E background.