COLOR #73AC6C

HEX: #73AC6C
RGB: (115,172,108)

Color info

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

RGB color model

#73AC6C color RGB value is (115,172,108).

  • red value is 115;
  • green value is 172;
  • blue value is 108.
RGB:
(115,172,108)
(45%,67%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 172 of 255 = 67%
B 108 of 255 = 42%

115
172
108

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

Portions of RGB colors in percentages

R + G + B =
115 + 172 + 108 = 395 (100%)
R 115 of 395 ~ 29.11%
G 172 of 395 ~ 43.54%
B 108 of 395 ~ 27.34%

%29.11
%43.54
%27.34

CMYK color model

#73AC6C color CMYK value is (33,0,37,33).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(33,0,37,33)
C33M0Y37K33 
(33%,0%,37%,33%)
(0.33/0.00/0.37/0.33)	

CMYK percentages

%33.14
%0
%37.21
%32.55

Codes

Color #73AC6C in popluar color models

73AC6C
RGB115172108
HSL113°27.83%54.90%
HSB/HSV113°37.21%67.45%
CMYK33.14%0.00%37.21%
32.55%

Color #73AC6C in popluar number systems.

HEX73AC6C
Decimal115172108
Binary1110011101011001101100
Octal163254154

Shades and tints

Shades of #73AC6C

#73AC6C
(115,172,108)
#699D63
(105,157,99)
#5F8E5A
(95,142,90)
#557F51
(85,127,81)
#4B7048
(75,112,72)
#41613F
(65,97,63)
#375236
(55,82,54)
#2D432D
(45,67,45)
#233424
(35,52,36)
#19251B
(25,37,27)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #73AC6C

#73AC6C
(115,172,108)
#7FB379
(127,179,121)
#8BBA86
(139,186,134)
#97C193
(151,193,147)
#A3C8A0
(163,200,160)
#AFCFAD
(175,207,173)
#BBD6BA
(187,214,186)
#C7DDC7
(199,221,199)
#D3E4D4
(211,228,212)
#DFEBE1
(223,235,225)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AC6C color. Also use rgb(115,172,108) instead hex code.

Text Font Color

.myTextColor { color: #73AC6C; }

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

This text font color is #73AC6C.


Background Color

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

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

This div background color is #73AC6C.


Border color

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

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

This div border color is #73AC6C.


Opacity

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

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

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

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

This text has shadow with #73AC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AC6C on black background.


Color preview on white background

This text has color #73AC6C on white background.



Black color preview on #73AC6C background

This text has black color on #73AC6C background.


White color preview on #73AC6C background

This text has white color on #73AC6C background.