COLOR #73B969

HEX: #73B969 RGB: (115,185,105)

Color info

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

RGB color model

#73B969 color RGB value is (115,185,105).

RGB: (115,185,105) (45%, 73%, 41%)

RGB channels and saturation

R 115 of 255 = 45%
G 185 of 255 = 73%
B 105 of 255 = 41%

115
185
105

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

Portions of RGB colors in percentages

R + G + B = 115 + 185 + 105 = 405 (100%)
R 115 of 405 ~ 28.4%
G 185 of 405 ~ 45.68%
B 105 of 405 ~ 25.93'%

%28.4
%45.68
%25.93

CMYK color model

#73B969 color CMYK value is (38,0,43,27).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 27.45%

CMYK: (38,0,43,27)
C38M0Y43K27 (38%, 0%, 43%, 27%)
(0.38 / 0.00 / 0.43 / 0.27)

CMYK percentages

%37.84
%0
%43.24
%27.45

Codes

Color #73B969 in popluar color models

73 B9 69
RGB 115 185 105
HSL 113° 36.36% 56.86%
HSB/HSV 113° 43.24% 72.55%
CMYK 37.84% 0.00% 43.24%
27.45%

Color #73B969 in popluar number systems.

HEX 73 B9 69
Decimal 115 185 105
Binary 1110011 10111001 1101001
Octal 163 271 151

Shades and tints

Shades of #73B969

#73B969
(115,185,105)
#69A960
(105,169,96)
#5F9957
(95,153,87)
#55894E
(85,137,78)
#4B7945
(75,121,69)
#41693C
(65,105,60)
#375933
(55,89,51)
#2D492A
(45,73,42)
#233921
(35,57,33)
#192918
(25,41,24)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #73B969

#73B969
(115,185,105)
#7FBF76
(127,191,118)
#8BC583
(139,197,131)
#97CB90
(151,203,144)
#A3D19D
(163,209,157)
#AFD7AA
(175,215,170)
#BBDDB7
(187,221,183)
#C7E3C4
(199,227,196)
#D3E9D1
(211,233,209)
#DFEFDE
(223,239,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B969 color. Also use rgb(115,185,105) instead hex code.

Text Font Color

.myTextColor { color: #73B969; }

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

This text font color is #73B969.

Background Color

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

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

This div background color is #73B969.

Border color

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

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

This div border color is #73B969.

Opacity

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

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

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

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

This text has shadow with #73B969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B969.

Preview

Color preview on black background

This text has color #73B969 on black background.


Color preview on white background

This text has color #73B969 on white background.


Black color preview on #73B969 background

This text has black color on #73B969 background.


White color preview on #73B969 background

This text has white color on #73B969 background.


Related colors

Complementary color

Complementary color for #hex is #8C4696.


I love getcolorcode.com

Triadic colors

1 #6973B9 and #B96973 with #73B969 are triadic colors.

2 #69B973 and #B97369 with #73B969 are triadic colors.