COLOR #73CA79

HEX: #73CA79 RGB: (115,202,121)

Color info

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

RGB color model

#73CA79 color RGB value is (115,202,121).

RGB: (115,202,121) (45%, 79%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 202 of 255 = 79%
B 121 of 255 = 47%

115
202
121

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

Portions of RGB colors in percentages

R + G + B = 115 + 202 + 121 = 438 (100%)
R 115 of 438 ~ 26.26%
G 202 of 438 ~ 46.12%
B 121 of 438 ~ 27.63'%

%26.26
%46.12
%27.63

CMYK color model

#73CA79 color CMYK value is (43,0,40,21).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 20.78%

CMYK: (43,0,40,21)
C43M0Y40K21 (43%, 0%, 40%, 21%)
(0.43 / 0.00 / 0.40 / 0.21)

CMYK percentages

%43.07
%0
%40.1
%20.78

Codes

Color #73CA79 in popluar color models

73 CA 79
RGB 115 202 121
HSL 124° 45.08% 62.16%
HSB/HSV 124° 43.07% 79.22%
CMYK 43.07% 0.00% 40.10%
20.78%

Color #73CA79 in popluar number systems.

HEX 73 CA 79
Decimal 115 202 121
Binary 1110011 11001010 1111001
Octal 163 312 171

Shades and tints

Shades of #73CA79

#73CA79
(115,202,121)
#69B86E
(105,184,110)
#5FA663
(95,166,99)
#559458
(85,148,88)
#4B824D
(75,130,77)
#417042
(65,112,66)
#375E37
(55,94,55)
#2D4C2C
(45,76,44)
#233A21
(35,58,33)
#192816
(25,40,22)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #73CA79

#73CA79
(115,202,121)
#7FCE85
(127,206,133)
#8BD291
(139,210,145)
#97D69D
(151,214,157)
#A3DAA9
(163,218,169)
#AFDEB5
(175,222,181)
#BBE2C1
(187,226,193)
#C7E6CD
(199,230,205)
#D3EAD9
(211,234,217)
#DFEEE5
(223,238,229)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CA79; }

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

This text font color is #73CA79.

Background Color

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

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

This div background color is #73CA79.

Border color

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

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

This div border color is #73CA79.

Opacity

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

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

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

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

This text has shadow with #73CA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73CA79.

Preview

Color preview on black background

This text has color #73CA79 on black background.


Color preview on white background

This text has color #73CA79 on white background.


Black color preview on #73CA79 background

This text has black color on #73CA79 background.


White color preview on #73CA79 background

This text has white color on #73CA79 background.


Related colors

Complementary color

Complementary color for #hex is #8C3586.


I love getcolorcode.com

Triadic colors

1 #7973CA and #CA7973 with #73CA79 are triadic colors.

2 #79CA73 and #CA7379 with #73CA79 are triadic colors.