HEX: #72BE6D
RGB: (114,190,109)
#72BE6D contains mainly green color. Web safe color of #72BE6D is #66CC66 (or #6C6).
#72BE6D color RGB value is (114,190,109).
RGB: (114,190,109)
(45%, 75%, 43%)
R 114 of 255 = 45%
G 190 of 255 = 75%
B 109 of 255 = 43%
R + G + B ~ 54%. #72BE6D is middle color (not dark and not light).
R + G + B = 114 + 190 + 109 = 413 (100%)
R 114 of 413 ~ 27.6%
G 190 of 413 ~ 46%
B 109 of 413 ~ 26.39'%
#72BE6D color CMYK value is (40,0,43,25).
CMYK: (40,0,43,25) C40M0Y43K25 (40%,0%,43%,25%) (0.40/0.00/0.43/0.25)
Color #72BE6D in popluar color models
72 | BE | 6D | |
---|---|---|---|
RGB | 114 | 190 | 109 |
HSL | 116° | 38.39% | 58.63% |
HSB/HSV | 116° | 42.63% | 74.51% |
CMYK | 40.00% | 0.00% | 42.63% |
25.49% |
Color #72BE6D in popluar number systems.
HEX | 72 | BE | 6D |
Decimal | 114 | 190 | 109 |
Binary | 1110010 | 10111110 | 1101101 |
Octal | 162 | 276 | 155 |
Shades of #72BE6D
Tints of #72BE6D
Examples of css and html codes for elements with #72BE6D color. Also use rgb(114,190,109) instead hex code.
.myTextColor { color: #72BE6D; }
<p style="color:#72BE6D">This sample text font color is #72BE6D.</p>
This text font color is #72BE6D.
.myBgColor { background-color: #72BE6D; }
<div style="background-color:#72BE6D">Inner text</div>
This div background color is #72BE6D.
.myBorderColor { border: 1px solid #72BE6D; }
<div style="border:3px solid #72BE6D">Div</div>
This div border color is #72BE6D.
.myOpacity80 { color: #72BE6D; opacity: 0.8; }
<p style="color:#72BE6D;opacity:0.8;">80%</p>
Text with #72BE6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72BE6D;}
<p style="text-shadow: 3px 3px 1px #72BE6D">Text here.</p>
This text has shadow with #72BE6D color.
.textShadow {text-shadow: 3px 3px 1px #72BE6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72BE6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #72BE6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72BE6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72BE6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #72BE6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #72BE6D;
-webkit-box-shadow: 1px 1px 3px 2px #72BE6D;
box-shadow: 1px 1px 3px 2px #72BE6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72BE6D; -webkit-box-shadow: 1px 1px 3px 2px #72BE6D; box-shadow:1px 1px 3px 2px #72BE6D;">
Div content here
</div>
This text has color #72BE6D on black background.
This text has color #72BE6D on white background.
This text has black color on #72BE6D background.
This text has white color on #72BE6D background.
Complementary color for #hex is #8D4192.