COLOR #73A64B

HEX: #73A64B
RGB: (115,166,75)

Color info

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

RGB color model

#73A64B color RGB value is (115,166,75).

  • red value is 115;
  • green value is 166;
  • blue value is 75.
RGB:
(115,166,75)
(45%,65%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 166 of 255 = 65%
B 75 of 255 = 29%

115
166
75

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

Portions of RGB colors in percentages

R + G + B =
115 + 166 + 75 = 356 (100%)
R 115 of 356 ~ 32.3%
G 166 of 356 ~ 46.63%
B 75 of 356 ~ 21.07%

%32.3
%46.63
%21.07

CMYK color model

#73A64B color CMYK value is (31,0,55,35).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 54.82%
  • key color value is 34.90%
CMYK:
(31,0,55,35)
C31M0Y55K35 
(31%,0%,55%,35%)
(0.31/0.00/0.55/0.35)	

CMYK percentages

%30.72
%0
%54.82
%34.9

Codes

Color #73A64B in popluar color models

73A64B
RGB11516675
HSL94°37.76%47.25%
HSB/HSV94°54.82%65.10%
CMYK30.72%0.00%54.82%
34.90%

Color #73A64B in popluar number systems.

HEX73A64B
Decimal11516675
Binary1110011101001101001011
Octal163246113

Shades and tints

Shades of #73A64B

#73A64B
(115,166,75)
#699745
(105,151,69)
#5F883F
(95,136,63)
#557939
(85,121,57)
#4B6A33
(75,106,51)
#415B2D
(65,91,45)
#374C27
(55,76,39)
#2D3D21
(45,61,33)
#232E1B
(35,46,27)
#191F15
(25,31,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #73A64B

#73A64B
(115,166,75)
#7FAE5B
(127,174,91)
#8BB66B
(139,182,107)
#97BE7B
(151,190,123)
#A3C68B
(163,198,139)
#AFCE9B
(175,206,155)
#BBD6AB
(187,214,171)
#C7DEBB
(199,222,187)
#D3E6CB
(211,230,203)
#DFEEDB
(223,238,219)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A64B color. Also use rgb(115,166,75) instead hex code.

Text Font Color

.myTextColor { color: #73A64B; }

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

This text font color is #73A64B.


Background Color

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

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

This div background color is #73A64B.


Border color

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

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

This div border color is #73A64B.


Opacity

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

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

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

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

This text has shadow with #73A64B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A64B on black background.


Color preview on white background

This text has color #73A64B on white background.



Black color preview on #73A64B background

This text has black color on #73A64B background.


White color preview on #73A64B background

This text has white color on #73A64B background.