COLOR #73B370

HEX: #73B370
RGB: (115,179,112)

Color info

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

RGB color model

#73B370 color RGB value is (115,179,112).

  • red value is 115;
  • green value is 179;
  • blue value is 112.
RGB:
(115,179,112)
(45%,70%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 112 of 255 = 44%

115
179
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 179 + 112 = 406 (100%)
R 115 of 406 ~ 28.33%
G 179 of 406 ~ 44.09%
B 112 of 406 ~ 27.59%

%28.33
%44.09
%27.59

CMYK color model

#73B370 color CMYK value is (36,0,37,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 29.80%
CMYK:
(36,0,37,30)
C36M0Y37K30 
(36%,0%,37%,30%)
(0.36/0.00/0.37/0.30)	

CMYK percentages

%35.75
%0
%37.43
%29.8

Codes

Color #73B370 in popluar color models

73B370
RGB115179112
HSL117°30.59%57.06%
HSB/HSV117°37.43%70.20%
CMYK35.75%0.00%37.43%
29.80%

Color #73B370 in popluar number systems.

HEX73B370
Decimal115179112
Binary1110011101100111110000
Octal163263160

Shades and tints

Shades of #73B370

#73B370
(115,179,112)
#69A366
(105,163,102)
#5F935C
(95,147,92)
#558352
(85,131,82)
#4B7348
(75,115,72)
#41633E
(65,99,62)
#375334
(55,83,52)
#2D432A
(45,67,42)
#233320
(35,51,32)
#192316
(25,35,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #73B370

#73B370
(115,179,112)
#7FB97D
(127,185,125)
#8BBF8A
(139,191,138)
#97C597
(151,197,151)
#A3CBA4
(163,203,164)
#AFD1B1
(175,209,177)
#BBD7BE
(187,215,190)
#C7DDCB
(199,221,203)
#D3E3D8
(211,227,216)
#DFE9E5
(223,233,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B370 color. Also use rgb(115,179,112) instead hex code.

Text Font Color

.myTextColor { color: #73B370; }

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

This text font color is #73B370.


Background Color

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

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

This div background color is #73B370.


Border color

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

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

This div border color is #73B370.


Opacity

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

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

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

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

This text has shadow with #73B370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B370 on black background.


Color preview on white background

This text has color #73B370 on white background.



Black color preview on #73B370 background

This text has black color on #73B370 background.


White color preview on #73B370 background

This text has white color on #73B370 background.