COLOR #73C05A

HEX: #73C05A RGB: (115,192,90)

Color info

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

RGB color model

#73C05A color RGB value is (115,192,90).

RGB: (115,192,90) (45%, 75%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 192 of 255 = 75%
B 90 of 255 = 35%

115
192
90

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

Portions of RGB colors in percentages

R + G + B = 115 + 192 + 90 = 397 (100%)
R 115 of 397 ~ 28.97%
G 192 of 397 ~ 48.36%
B 90 of 397 ~ 22.67'%

%28.97
%48.36
%22.67

CMYK color model

#73C05A color CMYK value is (40,0,53,25).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 24.71%

CMYK: (40,0,53,25)
C40M0Y53K25 (40%, 0%, 53%, 25%)
(0.40 / 0.00 / 0.53 / 0.25)

CMYK percentages

%40.1
%0
%53.13
%24.71

Codes

Color #73C05A in popluar color models

73 C0 5A
RGB 115 192 90
HSL 105° 44.74% 55.29%
HSB/HSV 105° 53.13% 75.29%
CMYK 40.10% 0.00% 53.13%
24.71%

Color #73C05A in popluar number systems.

HEX 73 C0 5A
Decimal 115 192 90
Binary 1110011 11000000 1011010
Octal 163 300 132

Shades and tints

Shades of #73C05A

#73C05A
(115,192,90)
#69AF52
(105,175,82)
#5F9E4A
(95,158,74)
#558D42
(85,141,66)
#4B7C3A
(75,124,58)
#416B32
(65,107,50)
#375A2A
(55,90,42)
#2D4922
(45,73,34)
#23381A
(35,56,26)
#192712
(25,39,18)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #73C05A

#73C05A
(115,192,90)
#7FC569
(127,197,105)
#8BCA78
(139,202,120)
#97CF87
(151,207,135)
#A3D496
(163,212,150)
#AFD9A5
(175,217,165)
#BBDEB4
(187,222,180)
#C7E3C3
(199,227,195)
#D3E8D2
(211,232,210)
#DFEDE1
(223,237,225)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C05A; }

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

This text font color is #73C05A.

Background Color

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

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

This div background color is #73C05A.

Border color

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

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

This div border color is #73C05A.

Opacity

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

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

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

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

This text has shadow with #73C05A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C05A.

Preview

Color preview on black background

This text has color #73C05A on black background.


Color preview on white background

This text has color #73C05A on white background.


Black color preview on #73C05A background

This text has black color on #73C05A background.


White color preview on #73C05A background

This text has white color on #73C05A background.


Related colors

Complementary color

Complementary color for #hex is #8C3FA5.


I love getcolorcode.com

Triadic colors

1 #5A73C0 and #C05A73 with #73C05A are triadic colors.

2 #5AC073 and #C0735A with #73C05A are triadic colors.