COLOR #73B781

HEX: #73B781
RGB: (115,183,129)

Color info

#73B781 contains mainly green and blue colors. Web safe color of #73B781 is #66CC99 (or #6C9).

RGB color model

#73B781 color RGB value is (115,183,129).

  • red value is 115;
  • green value is 183;
  • blue value is 129.
RGB:
(115,183,129)
(45%,72%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 183 of 255 = 72%
B 129 of 255 = 51%

115
183
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 183 + 129 = 427 (100%)
R 115 of 427 ~ 26.93%
G 183 of 427 ~ 42.86%
B 129 of 427 ~ 30.21%

%26.93
%42.86
%30.21

CMYK color model

#73B781 color CMYK value is (37,0,30,28).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 28.24%
CMYK:
(37,0,30,28)
C37M0Y30K28 
(37%,0%,30%,28%)
(0.37/0.00/0.30/0.28)	

CMYK percentages

%37.16
%0
%29.51
%28.24

Codes

Color #73B781 in popluar color models

73B781
RGB115183129
HSL132°32.08%58.43%
HSB/HSV132°37.16%71.76%
CMYK37.16%0.00%29.51%
28.24%

Color #73B781 in popluar number systems.

HEX73B781
Decimal115183129
Binary11100111011011110000001
Octal163267201

Shades and tints

Shades of #73B781

#73B781
(115,183,129)
#69A776
(105,167,118)
#5F976B
(95,151,107)
#558760
(85,135,96)
#4B7755
(75,119,85)
#41674A
(65,103,74)
#37573F
(55,87,63)
#2D4734
(45,71,52)
#233729
(35,55,41)
#19271E
(25,39,30)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #73B781

#73B781
(115,183,129)
#7FBD8C
(127,189,140)
#8BC397
(139,195,151)
#97C9A2
(151,201,162)
#A3CFAD
(163,207,173)
#AFD5B8
(175,213,184)
#BBDBC3
(187,219,195)
#C7E1CE
(199,225,206)
#D3E7D9
(211,231,217)
#DFEDE4
(223,237,228)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B781 color. Also use rgb(115,183,129) instead hex code.

Text Font Color

.myTextColor { color: #73B781; }

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

This text font color is #73B781.


Background Color

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

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

This div background color is #73B781.


Border color

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

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

This div border color is #73B781.


Opacity

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

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

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

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

This text has shadow with #73B781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B781 on black background.


Color preview on white background

This text has color #73B781 on white background.



Black color preview on #73B781 background

This text has black color on #73B781 background.


White color preview on #73B781 background

This text has white color on #73B781 background.