COLOR #73A026

HEX: #73A026 RGB: (115,160,38)

Color info

#73A026 contains mainly red and green colors. Web safe color of #73A026 is #669933 (or #693).

RGB color model

#73A026 color RGB value is (115,160,38).

RGB: (115,160,38) (45%, 63%, 15%)

RGB channels and saturation

R 115 of 255 = 45%
G 160 of 255 = 63%
B 38 of 255 = 15%

115
160
38

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

Portions of RGB colors in percentages

R + G + B = 115 + 160 + 38 = 313 (100%)
R 115 of 313 ~ 36.74%
G 160 of 313 ~ 51.12%
B 38 of 313 ~ 12.14'%

%36.74
%51.12
%12.14

CMYK color model

#73A026 color CMYK value is (28,0,76,37).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 37.25%

CMYK: (28,0,76,37)
C28M0Y76K37 (28%, 0%, 76%, 37%)
(0.28 / 0.00 / 0.76 / 0.37)

CMYK percentages

%28.13
%0
%76.25
%37.25

Codes

Color #73A026 in popluar color models

73 A0 26
RGB 115 160 38
HSL 82° 61.62% 38.82%
HSB/HSV 82° 76.25% 62.75%
CMYK 28.13% 0.00% 76.25%
37.25%

Color #73A026 in popluar number systems.

HEX 73 A0 26
Decimal 115 160 38
Binary 1110011 10100000 100110
Octal 163 240 46

Shades and tints

Shades of #73A026

#73A026
(115,160,38)
#699223
(105,146,35)
#5F8420
(95,132,32)
#55761D
(85,118,29)
#4B681A
(75,104,26)
#415A17
(65,90,23)
#374C14
(55,76,20)
#2D3E11
(45,62,17)
#23300E
(35,48,14)
#19220B
(25,34,11)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #73A026

#73A026
(115,160,38)
#7FA839
(127,168,57)
#8BB04C
(139,176,76)
#97B85F
(151,184,95)
#A3C072
(163,192,114)
#AFC885
(175,200,133)
#BBD098
(187,208,152)
#C7D8AB
(199,216,171)
#D3E0BE
(211,224,190)
#DFE8D1
(223,232,209)
#EBF0E4
(235,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A026 color. Also use rgb(115,160,38) instead hex code.

Text Font Color

.myTextColor { color: #73A026; }

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

This text font color is #73A026.

Background Color

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

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

This div background color is #73A026.

Border color

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

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

This div border color is #73A026.

Opacity

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

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

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

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

This text has shadow with #73A026 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73A026.

Preview

Color preview on black background

This text has color #73A026 on black background.


Color preview on white background

This text has color #73A026 on white background.


Black color preview on #73A026 background

This text has black color on #73A026 background.


White color preview on #73A026 background

This text has white color on #73A026 background.


Related colors

Complementary color

Complementary color for #hex is #8C5FD9.


I love getcolorcode.com

Triadic colors

1 #2673A0 and #A02673 with #73A026 are triadic colors.

2 #26A073 and #A07326 with #73A026 are triadic colors.