COLOR #73A969

HEX: #73A969
RGB: (115,169,105)

Color info

#73A969 contains mainly red and green colors. Web safe color of #73A969 is #669966 (or #696).

RGB color model

#73A969 color RGB value is (115,169,105).

  • red value is 115;
  • green value is 169;
  • blue value is 105.
RGB:
(115,169,105)
(45%,66%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 169 of 255 = 66%
B 105 of 255 = 41%

115
169
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 169 + 105 = 389 (100%)
R 115 of 389 ~ 29.56%
G 169 of 389 ~ 43.44%
B 105 of 389 ~ 26.99%

%29.56
%43.44
%26.99

CMYK color model

#73A969 color CMYK value is (32,0,38,34).

  • cyan value is 31.95%
  • magenta value is 0.00%
  • yellow value is 37.87%
  • key color value is 33.73%
CMYK:
(32,0,38,34)
C32M0Y38K34 
(32%,0%,38%,34%)
(0.32/0.00/0.38/0.34)	

CMYK percentages

%31.95
%0
%37.87
%33.73

Codes

Color #73A969 in popluar color models

73A969
RGB115169105
HSL111°27.12%53.73%
HSB/HSV111°37.87%66.27%
CMYK31.95%0.00%37.87%
33.73%

Color #73A969 in popluar number systems.

HEX73A969
Decimal115169105
Binary1110011101010011101001
Octal163251151

Shades and tints

Shades of #73A969

#73A969
(115,169,105)
#699A60
(105,154,96)
#5F8B57
(95,139,87)
#557C4E
(85,124,78)
#4B6D45
(75,109,69)
#415E3C
(65,94,60)
#374F33
(55,79,51)
#2D402A
(45,64,42)
#233121
(35,49,33)
#192218
(25,34,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #73A969

#73A969
(115,169,105)
#7FB076
(127,176,118)
#8BB783
(139,183,131)
#97BE90
(151,190,144)
#A3C59D
(163,197,157)
#AFCCAA
(175,204,170)
#BBD3B7
(187,211,183)
#C7DAC4
(199,218,196)
#D3E1D1
(211,225,209)
#DFE8DE
(223,232,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A969 color. Also use rgb(115,169,105) instead hex code.

Text Font Color

.myTextColor { color: #73A969; }

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

This text font color is #73A969.


Background Color

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

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

This div background color is #73A969.


Border color

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

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

This div border color is #73A969.


Opacity

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

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

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

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

This text has shadow with #73A969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A969 on black background.


Color preview on white background

This text has color #73A969 on white background.



Black color preview on #73A969 background

This text has black color on #73A969 background.


White color preview on #73A969 background

This text has white color on #73A969 background.