COLOR #73AB7F

HEX: #73AB7F
RGB: (115,171,127)

Color info

#73AB7F contains red, green and blue colors in about the same proportion. Web safe color of #73AB7F is #669966 (or #696).

RGB color model

#73AB7F color RGB value is (115,171,127).

  • red value is 115;
  • green value is 171;
  • blue value is 127.
RGB:
(115,171,127)
(45%,67%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 171 of 255 = 67%
B 127 of 255 = 50%

115
171
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 171 + 127 = 413 (100%)
R 115 of 413 ~ 27.85%
G 171 of 413 ~ 41.4%
B 127 of 413 ~ 30.75%

%27.85
%41.4
%30.75

CMYK color model

#73AB7F color CMYK value is (33,0,26,33).

  • cyan value is 32.75%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(33,0,26,33)
C33M0Y26K33 
(33%,0%,26%,33%)
(0.33/0.00/0.26/0.33)	

CMYK percentages

%32.75
%0
%25.73
%32.94

Codes

Color #73AB7F in popluar color models

73AB7F
RGB115171127
HSL133°25.00%56.08%
HSB/HSV133°32.75%67.06%
CMYK32.75%0.00%25.73%
32.94%

Color #73AB7F in popluar number systems.

HEX73AB7F
Decimal115171127
Binary1110011101010111111111
Octal163253177

Shades and tints

Shades of #73AB7F

#73AB7F
(115,171,127)
#699C74
(105,156,116)
#5F8D69
(95,141,105)
#557E5E
(85,126,94)
#4B6F53
(75,111,83)
#416048
(65,96,72)
#37513D
(55,81,61)
#2D4232
(45,66,50)
#233327
(35,51,39)
#19241C
(25,36,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73AB7F

#73AB7F
(115,171,127)
#7FB28A
(127,178,138)
#8BB995
(139,185,149)
#97C0A0
(151,192,160)
#A3C7AB
(163,199,171)
#AFCEB6
(175,206,182)
#BBD5C1
(187,213,193)
#C7DCCC
(199,220,204)
#D3E3D7
(211,227,215)
#DFEAE2
(223,234,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AB7F color. Also use rgb(115,171,127) instead hex code.

Text Font Color

.myTextColor { color: #73AB7F; }

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

This text font color is #73AB7F.


Background Color

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

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

This div background color is #73AB7F.


Border color

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

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

This div border color is #73AB7F.


Opacity

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

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

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

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

This text has shadow with #73AB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73AB7F on black background.


Color preview on white background

This text has color #73AB7F on white background.



Black color preview on #73AB7F background

This text has black color on #73AB7F background.


White color preview on #73AB7F background

This text has white color on #73AB7F background.