COLOR #72C672

HEX: #72C672
RGB: (114,198,114)

Renk bilgisi

#72C672 contains mainly green color. #72C672 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#72C672 color RGB value is (114,198,114).

  • kırmız ton 114;
  • yeşil ton 198;
  • mavi ton 114.
RGB:
(114,198,114)
(45%,78%,45%)

RGB bağlantıları ve doygunluk

R 114 of 255 = 45%
G 198 of 255 = 78%
B 114 of 255 = 45%

114
198
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
114 + 198 + 114 = 426 (100%)
R 114 of 426 ~ 26.76%
G 198 of 426 ~ 46.48%
B 114 of 426 ~ 26.76%

%26.76
%46.48
%26.76

CMYK RENK MODELİ

#72C672 rengi CMYK tonu (42,0,42,22).

  • camgöbeği tonu 42.42%
  • eflatun tonu 0.00%
  • sarı tonu 42.42%
  • ana renk tonu 22.35%
CMYK:
(42,0,42,22)
C42M0Y42K22 
(42%,0%,42%,22%)
(0.42/0.00/0.42/0.22)	

CMYK yüzdeleri

%42.42
%0
%42.42
%22.35

Codes

Color #72C672 in popluar color models

72C672
RGB114198114
HSL120°42.42%61.18%
HSB/HSV120°42.42%77.65%
CMYK42.42%0.00%42.42%
22.35%

Color #72C672 in popluar number systems.

HEX72C672
Decimal114198114
Binary1110010110001101110010
Octal162306162

Shades and tints

Shades of #72C672

#72C672
(114,198,114)
#68B468
(104,180,104)
#5EA25E
(94,162,94)
#549054
(84,144,84)
#4A7E4A
(74,126,74)
#406C40
(64,108,64)
#365A36
(54,90,54)
#2C482C
(44,72,44)
#223622
(34,54,34)
#182418
(24,36,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #72C672

#72C672
(114,198,114)
#7ECB7E
(126,203,126)
#8AD08A
(138,208,138)
#96D596
(150,213,150)
#A2DAA2
(162,218,162)
#AEDFAE
(174,223,174)
#BAE4BA
(186,228,186)
#C6E9C6
(198,233,198)
#D2EED2
(210,238,210)
#DEF3DE
(222,243,222)
#EAF8EA
(234,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C672; }

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

This text font color is #72C672.


Background Color

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

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

This div background color is #72C672.


Border color

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

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

This div border color is #72C672.


Opacity

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

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

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

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

This text has shadow with #72C672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C672 on black background.


Color preview on white background

This text has color #72C672 on white background.



Black color preview on #72C672 background

This text has black color on #72C672 background.


White color preview on #72C672 background

This text has white color on #72C672 background.