COLOR #73B864

HEX: #73B864
RGB: (115,184,100)

Color info

#73B864 contains mainly green color. Web safe color of #73B864 is #66CC66 (or #6C6).

RGB color model

#73B864 color RGB value is (115,184,100).

  • red value is 115;
  • green value is 184;
  • blue value is 100.
RGB:
(115,184,100)
(45%,72%,39%)

RGB channels and saturation

R 115 of 255 = 45%
G 184 of 255 = 72%
B 100 of 255 = 39%

115
184
100

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

Portions of RGB colors in percentages

R + G + B =
115 + 184 + 100 = 399 (100%)
R 115 of 399 ~ 28.82%
G 184 of 399 ~ 46.12%
B 100 of 399 ~ 25.06%

%28.82
%46.12
%25.06

CMYK color model

#73B864 color CMYK value is (38,0,46,28).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 27.84%
CMYK:
(38,0,46,28)
C38M0Y46K28 
(38%,0%,46%,28%)
(0.38/0.00/0.46/0.28)	

CMYK percentages

%37.5
%0
%45.65
%27.84

Codes

Color #73B864 in popluar color models

73B864
RGB115184100
HSL109°37.17%55.69%
HSB/HSV109°45.65%72.16%
CMYK37.50%0.00%45.65%
27.84%

Color #73B864 in popluar number systems.

HEX73B864
Decimal115184100
Binary1110011101110001100100
Octal163270144

Shades and tints

Shades of #73B864

#73B864
(115,184,100)
#69A85B
(105,168,91)
#5F9852
(95,152,82)
#558849
(85,136,73)
#4B7840
(75,120,64)
#416837
(65,104,55)
#37582E
(55,88,46)
#2D4825
(45,72,37)
#23381C
(35,56,28)
#192813
(25,40,19)
#0F180A
(15,24,10)
#000000
(0,0,0)

Tints of #73B864

#73B864
(115,184,100)
#7FBE72
(127,190,114)
#8BC480
(139,196,128)
#97CA8E
(151,202,142)
#A3D09C
(163,208,156)
#AFD6AA
(175,214,170)
#BBDCB8
(187,220,184)
#C7E2C6
(199,226,198)
#D3E8D4
(211,232,212)
#DFEEE2
(223,238,226)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B864 color. Also use rgb(115,184,100) instead hex code.

Text Font Color

.myTextColor { color: #73B864; }

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

This text font color is #73B864.


Background Color

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

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

This div background color is #73B864.


Border color

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

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

This div border color is #73B864.


Opacity

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

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

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

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

This text has shadow with #73B864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B864 on black background.


Color preview on white background

This text has color #73B864 on white background.



Black color preview on #73B864 background

This text has black color on #73B864 background.


White color preview on #73B864 background

This text has white color on #73B864 background.