COLOR #72B284

HEX: #72B284
RGB: (114,178,132)

Color info

#72B284 contains mainly green and blue colors. Web safe color of #72B284 is #669999 (or #699).

RGB color model

#72B284 color RGB value is (114,178,132).

  • red value is 114;
  • green value is 178;
  • blue value is 132.
RGB:
(114,178,132)
(45%,70%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 178 of 255 = 70%
B 132 of 255 = 52%

114
178
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 178 + 132 = 424 (100%)
R 114 of 424 ~ 26.89%
G 178 of 424 ~ 41.98%
B 132 of 424 ~ 31.13%

%26.89
%41.98
%31.13

CMYK color model

#72B284 color CMYK value is (36,0,26,30).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(36,0,26,30)
C36M0Y26K30 
(36%,0%,26%,30%)
(0.36/0.00/0.26/0.30)	

CMYK percentages

%35.96
%0
%25.84
%30.2

Codes

Color #72B284 in popluar color models

72B284
RGB114178132
HSL137°29.36%57.25%
HSB/HSV137°35.96%69.80%
CMYK35.96%0.00%25.84%
30.20%

Color #72B284 in popluar number systems.

HEX72B284
Decimal114178132
Binary11100101011001010000100
Octal162262204

Shades and tints

Shades of #72B284

#72B284
(114,178,132)
#68A278
(104,162,120)
#5E926C
(94,146,108)
#548260
(84,130,96)
#4A7254
(74,114,84)
#406248
(64,98,72)
#36523C
(54,82,60)
#2C4230
(44,66,48)
#223224
(34,50,36)
#182218
(24,34,24)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #72B284

#72B284
(114,178,132)
#7EB98F
(126,185,143)
#8AC09A
(138,192,154)
#96C7A5
(150,199,165)
#A2CEB0
(162,206,176)
#AED5BB
(174,213,187)
#BADCC6
(186,220,198)
#C6E3D1
(198,227,209)
#D2EADC
(210,234,220)
#DEF1E7
(222,241,231)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B284 color. Also use rgb(114,178,132) instead hex code.

Text Font Color

.myTextColor { color: #72B284; }

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

This text font color is #72B284.


Background Color

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

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

This div background color is #72B284.


Border color

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

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

This div border color is #72B284.


Opacity

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

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

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

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

This text has shadow with #72B284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B284 on black background.


Color preview on white background

This text has color #72B284 on white background.



Black color preview on #72B284 background

This text has black color on #72B284 background.


White color preview on #72B284 background

This text has white color on #72B284 background.