COLOR #73B275

HEX: #73B275
RGB: (115,178,117)

Color info

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

RGB color model

#73B275 color RGB value is (115,178,117).

  • red value is 115;
  • green value is 178;
  • blue value is 117.
RGB:
(115,178,117)
(45%,70%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 178 of 255 = 70%
B 117 of 255 = 46%

115
178
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 178 + 117 = 410 (100%)
R 115 of 410 ~ 28.05%
G 178 of 410 ~ 43.41%
B 117 of 410 ~ 28.54%

%28.05
%43.41
%28.54

CMYK color model

#73B275 color CMYK value is (35,0,34,30).

  • cyan value is 35.39%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 30.20%
CMYK:
(35,0,34,30)
C35M0Y34K30 
(35%,0%,34%,30%)
(0.35/0.00/0.34/0.30)	

CMYK percentages

%35.39
%0
%34.27
%30.2

Codes

Color #73B275 in popluar color models

73B275
RGB115178117
HSL122°29.03%57.45%
HSB/HSV122°35.39%69.80%
CMYK35.39%0.00%34.27%
30.20%

Color #73B275 in popluar number systems.

HEX73B275
Decimal115178117
Binary1110011101100101110101
Octal163262165

Shades and tints

Shades of #73B275

#73B275
(115,178,117)
#69A26B
(105,162,107)
#5F9261
(95,146,97)
#558257
(85,130,87)
#4B724D
(75,114,77)
#416243
(65,98,67)
#375239
(55,82,57)
#2D422F
(45,66,47)
#233225
(35,50,37)
#19221B
(25,34,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73B275

#73B275
(115,178,117)
#7FB981
(127,185,129)
#8BC08D
(139,192,141)
#97C799
(151,199,153)
#A3CEA5
(163,206,165)
#AFD5B1
(175,213,177)
#BBDCBD
(187,220,189)
#C7E3C9
(199,227,201)
#D3EAD5
(211,234,213)
#DFF1E1
(223,241,225)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B275; }

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

This text font color is #73B275.


Background Color

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

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

This div background color is #73B275.


Border color

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

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

This div border color is #73B275.


Opacity

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

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

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

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

This text has shadow with #73B275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B275 on black background.


Color preview on white background

This text has color #73B275 on white background.



Black color preview on #73B275 background

This text has black color on #73B275 background.


White color preview on #73B275 background

This text has white color on #73B275 background.