COLOR #73CA76

HEX: #73CA76
RGB: (115,202,118)

Color info

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

RGB color model

#73CA76 color RGB value is (115,202,118).

  • red value is 115;
  • green value is 202;
  • blue value is 118.
RGB:
(115,202,118)
(45%,79%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 202 of 255 = 79%
B 118 of 255 = 46%

115
202
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 202 + 118 = 435 (100%)
R 115 of 435 ~ 26.44%
G 202 of 435 ~ 46.44%
B 118 of 435 ~ 27.13%

%26.44
%46.44
%27.13

CMYK color model

#73CA76 color CMYK value is (43,0,42,21).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 20.78%
CMYK:
(43,0,42,21)
C43M0Y42K21 
(43%,0%,42%,21%)
(0.43/0.00/0.42/0.21)	

CMYK percentages

%43.07
%0
%41.58
%20.78

Codes

Color #73CA76 in popluar color models

73CA76
RGB115202118
HSL122°45.08%62.16%
HSB/HSV122°43.07%79.22%
CMYK43.07%0.00%41.58%
20.78%

Color #73CA76 in popluar number systems.

HEX73CA76
Decimal115202118
Binary1110011110010101110110
Octal163312166

Shades and tints

Shades of #73CA76

#73CA76
(115,202,118)
#69B86C
(105,184,108)
#5FA662
(95,166,98)
#559458
(85,148,88)
#4B824E
(75,130,78)
#417044
(65,112,68)
#375E3A
(55,94,58)
#2D4C30
(45,76,48)
#233A26
(35,58,38)
#19281C
(25,40,28)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #73CA76

#73CA76
(115,202,118)
#7FCE82
(127,206,130)
#8BD28E
(139,210,142)
#97D69A
(151,214,154)
#A3DAA6
(163,218,166)
#AFDEB2
(175,222,178)
#BBE2BE
(187,226,190)
#C7E6CA
(199,230,202)
#D3EAD6
(211,234,214)
#DFEEE2
(223,238,226)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CA76 color. Also use rgb(115,202,118) instead hex code.

Text Font Color

.myTextColor { color: #73CA76; }

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

This text font color is #73CA76.


Background Color

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

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

This div background color is #73CA76.


Border color

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

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

This div border color is #73CA76.


Opacity

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

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

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

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

This text has shadow with #73CA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CA76 on black background.


Color preview on white background

This text has color #73CA76 on white background.



Black color preview on #73CA76 background

This text has black color on #73CA76 background.


White color preview on #73CA76 background

This text has white color on #73CA76 background.