COLOR #72BB90

HEX: #72BB90
RGB: (114,187,144)

Color info

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

RGB color model

#72BB90 color RGB value is (114,187,144).

  • red value is 114;
  • green value is 187;
  • blue value is 144.
RGB:
(114,187,144)
(45%,73%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 187 of 255 = 73%
B 144 of 255 = 56%

114
187
144

R + G + B ~ 58%. #72BB90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 187 + 144 = 445 (100%)
R 114 of 445 ~ 25.62%
G 187 of 445 ~ 42.02%
B 144 of 445 ~ 32.36%

%25.62
%42.02
%32.36

CMYK color model

#72BB90 color CMYK value is (39,0,23,27).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(39,0,23,27)
C39M0Y23K27 
(39%,0%,23%,27%)
(0.39/0.00/0.23/0.27)	

CMYK percentages

%39.04
%0
%22.99
%26.67

Codes

Color #72BB90 in popluar color models

72BB90
RGB114187144
HSL145°34.93%59.02%
HSB/HSV145°39.04%73.33%
CMYK39.04%0.00%22.99%
26.67%

Color #72BB90 in popluar number systems.

HEX72BB90
Decimal114187144
Binary11100101011101110010000
Octal162273220

Shades and tints

Shades of #72BB90

#72BB90
(114,187,144)
#68AA83
(104,170,131)
#5E9976
(94,153,118)
#548869
(84,136,105)
#4A775C
(74,119,92)
#40664F
(64,102,79)
#365542
(54,85,66)
#2C4435
(44,68,53)
#223328
(34,51,40)
#18221B
(24,34,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #72BB90

#72BB90
(114,187,144)
#7EC19A
(126,193,154)
#8AC7A4
(138,199,164)
#96CDAE
(150,205,174)
#A2D3B8
(162,211,184)
#AED9C2
(174,217,194)
#BADFCC
(186,223,204)
#C6E5D6
(198,229,214)
#D2EBE0
(210,235,224)
#DEF1EA
(222,241,234)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BB90 color. Also use rgb(114,187,144) instead hex code.

Text Font Color

.myTextColor { color: #72BB90; }

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

This text font color is #72BB90.


Background Color

.myBgColor { background-color: #72BB90; }

<div style="background-color:#72BB90">Inner text</div>

This div background color is #72BB90.


Border color

.myBorderColor { border: 1px solid #72BB90; }

<div style="border:3px solid #72BB90">Div</div>

This div border color is #72BB90.


Opacity

.myOpacity80 { color: #72BB90; opacity: 0.8; }

<p style="color:#72BB90;opacity:0.8;">80%</p>

Text with #72BB90 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 #72BB90;}

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

This text has shadow with #72BB90 color.

.textShadow {text-shadow: 3px 3px 1px #72BB90, 3px 3px 1px red;}

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

This text has shadow with #72BB90 primary color and red secondary color.


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

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

This text has shadow with #72BB90 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BB90 on black background.


Color preview on white background

This text has color #72BB90 on white background.



Black color preview on #72BB90 background

This text has black color on #72BB90 background.


White color preview on #72BB90 background

This text has white color on #72BB90 background.