COLOR #73AF69

HEX: #73AF69
RGB: (115,175,105)

Color info

#73AF69 contains mainly green color. Web safe color of #73AF69 is #669966 (or #696).

RGB color model

#73AF69 color RGB value is (115,175,105).

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

RGB channels and saturation

R 115 of 255 = 45%
G 175 of 255 = 69%
B 105 of 255 = 41%

115
175
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 175 + 105 = 395 (100%)
R 115 of 395 ~ 29.11%
G 175 of 395 ~ 44.3%
B 105 of 395 ~ 26.58%

%29.11
%44.3
%26.58

CMYK color model

#73AF69 color CMYK value is (34,0,40,31).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK:
(34,0,40,31)
C34M0Y40K31 
(34%,0%,40%,31%)
(0.34/0.00/0.40/0.31)	

CMYK percentages

%34.29
%0
%40
%31.37

Codes

Color #73AF69 in popluar color models

73AF69
RGB115175105
HSL111°30.43%54.90%
HSB/HSV111°40.00%68.63%
CMYK34.29%0.00%40.00%
31.37%

Color #73AF69 in popluar number systems.

HEX73AF69
Decimal115175105
Binary1110011101011111101001
Octal163257151

Shades and tints

Shades of #73AF69

#73AF69
(115,175,105)
#69A060
(105,160,96)
#5F9157
(95,145,87)
#55824E
(85,130,78)
#4B7345
(75,115,69)
#41643C
(65,100,60)
#375533
(55,85,51)
#2D462A
(45,70,42)
#233721
(35,55,33)
#192818
(25,40,24)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #73AF69

#73AF69
(115,175,105)
#7FB676
(127,182,118)
#8BBD83
(139,189,131)
#97C490
(151,196,144)
#A3CB9D
(163,203,157)
#AFD2AA
(175,210,170)
#BBD9B7
(187,217,183)
#C7E0C4
(199,224,196)
#D3E7D1
(211,231,209)
#DFEEDE
(223,238,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73AF69; }

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

This text font color is #73AF69.


Background Color

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

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

This div background color is #73AF69.


Border color

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

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

This div border color is #73AF69.


Opacity

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

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

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

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

This text has shadow with #73AF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AF69 on black background.


Color preview on white background

This text has color #73AF69 on white background.



Black color preview on #73AF69 background

This text has black color on #73AF69 background.


White color preview on #73AF69 background

This text has white color on #73AF69 background.