COLOR #73C086

HEX: #73C086
RGB: (115,192,134)

Color info

#73C086 contains mainly green and blue colors. Web safe color of #73C086 is #66CC99 (or #6C9).

RGB color model

#73C086 color RGB value is (115,192,134).

  • red value is 115;
  • green value is 192;
  • blue value is 134.
RGB:
(115,192,134)
(45%,75%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 192 of 255 = 75%
B 134 of 255 = 53%

115
192
134

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

Portions of RGB colors in percentages

R + G + B =
115 + 192 + 134 = 441 (100%)
R 115 of 441 ~ 26.08%
G 192 of 441 ~ 43.54%
B 134 of 441 ~ 30.39%

%26.08
%43.54
%30.39

CMYK color model

#73C086 color CMYK value is (40,0,30,25).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK:
(40,0,30,25)
C40M0Y30K25 
(40%,0%,30%,25%)
(0.40/0.00/0.30/0.25)	

CMYK percentages

%40.1
%0
%30.21
%24.71

Codes

Color #73C086 in popluar color models

73C086
RGB115192134
HSL135°37.93%60.20%
HSB/HSV135°40.10%75.29%
CMYK40.10%0.00%30.21%
24.71%

Color #73C086 in popluar number systems.

HEX73C086
Decimal115192134
Binary11100111100000010000110
Octal163300206

Shades and tints

Shades of #73C086

#73C086
(115,192,134)
#69AF7A
(105,175,122)
#5F9E6E
(95,158,110)
#558D62
(85,141,98)
#4B7C56
(75,124,86)
#416B4A
(65,107,74)
#375A3E
(55,90,62)
#2D4932
(45,73,50)
#233826
(35,56,38)
#19271A
(25,39,26)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #73C086

#73C086
(115,192,134)
#7FC591
(127,197,145)
#8BCA9C
(139,202,156)
#97CFA7
(151,207,167)
#A3D4B2
(163,212,178)
#AFD9BD
(175,217,189)
#BBDEC8
(187,222,200)
#C7E3D3
(199,227,211)
#D3E8DE
(211,232,222)
#DFEDE9
(223,237,233)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C086 color. Also use rgb(115,192,134) instead hex code.

Text Font Color

.myTextColor { color: #73C086; }

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

This text font color is #73C086.


Background Color

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

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

This div background color is #73C086.


Border color

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

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

This div border color is #73C086.


Opacity

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

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

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

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

This text has shadow with #73C086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C086 on black background.


Color preview on white background

This text has color #73C086 on white background.



Black color preview on #73C086 background

This text has black color on #73C086 background.


White color preview on #73C086 background

This text has white color on #73C086 background.