COLOR #73B675

HEX: #73B675 RGB: (115,182,117)

Color info

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

RGB color model

#73B675 color RGB value is (115,182,117).

RGB: (115,182,117) (45%, 71%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 117 of 255 = 46%

115
182
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 182 + 117 = 414 (100%)
R 115 of 414 ~ 27.78%
G 182 of 414 ~ 43.96%
B 117 of 414 ~ 28.26'%

%27.78
%43.96
%28.26

CMYK color model

#73B675 color CMYK value is (37,0,36,29).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%

CMYK: (37,0,36,29)
C37M0Y36K29 (37%, 0%, 36%, 29%)
(0.37 / 0.00 / 0.36 / 0.29)

CMYK percentages

%36.81
%0
%35.71
%28.63

Codes

Color #73B675 in popluar color models

73 B6 75
RGB 115 182 117
HSL 122° 31.46% 58.24%
HSB/HSV 122° 36.81% 71.37%
CMYK 36.81% 0.00% 35.71%
28.63%

Color #73B675 in popluar number systems.

HEX 73 B6 75
Decimal 115 182 117
Binary 1110011 10110110 1110101
Octal 163 266 165

Shades and tints

Shades of #73B675

#73B675
(115,182,117)
#69A66B
(105,166,107)
#5F9661
(95,150,97)
#558657
(85,134,87)
#4B764D
(75,118,77)
#416643
(65,102,67)
#375639
(55,86,57)
#2D462F
(45,70,47)
#233625
(35,54,37)
#19261B
(25,38,27)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #73B675

#73B675
(115,182,117)
#7FBC81
(127,188,129)
#8BC28D
(139,194,141)
#97C899
(151,200,153)
#A3CEA5
(163,206,165)
#AFD4B1
(175,212,177)
#BBDABD
(187,218,189)
#C7E0C9
(199,224,201)
#D3E6D5
(211,230,213)
#DFECE1
(223,236,225)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B675 color. Also use rgb(115,182,117) instead hex code.

Text Font Color

.myTextColor { color: #73B675; }

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

This text font color is #73B675.

Background Color

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

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

This div background color is #73B675.

Border color

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

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

This div border color is #73B675.

Opacity

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

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

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

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

This text has shadow with #73B675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B675.

Preview

Color preview on black background

This text has color #73B675 on black background.


Color preview on white background

This text has color #73B675 on white background.


Black color preview on #73B675 background

This text has black color on #73B675 background.


White color preview on #73B675 background

This text has white color on #73B675 background.


Related colors

Complementary color

Complementary color for #hex is #8C498A.


I love getcolorcode.com

Triadic colors

1 #7573B6 and #B67573 with #73B675 are triadic colors.

2 #75B673 and #B67375 with #73B675 are triadic colors.