HEX: #7CC09B
RGB: (124,192,155)
#7CC09B contains mainly green and blue colors. Web safe color of #7CC09B is #66CC99 (or #6C9).
#7CC09B color RGB value is (124,192,155).
RGB: (124,192,155)
(49%, 75%, 61%)
R 124 of 255 = 49%
G 192 of 255 = 75%
B 155 of 255 = 61%
R + G + B ~ 62%. #7CC09B is quite light color.
R + G + B = 124 + 192 + 155 = 471 (100%)
R 124 of 471 ~ 26.33%
G 192 of 471 ~ 40.76%
B 155 of 471 ~ 32.91'%
#7CC09B color CMYK value is (35,0,19,25).
CMYK: (35,0,19,25)
C35M0Y19K25 (35%, 0%, 19%, 25%)
(0.35 / 0.00 / 0.19 / 0.25)
Color #7CC09B in popluar color models
7C | C0 | 9B | |
---|---|---|---|
RGB | 124 | 192 | 155 |
HSL | 147° | 35.05% | 61.96% |
HSB/HSV | 147° | 35.42% | 75.29% |
CMYK | 35.42% | 0.00% | 19.27% |
24.71% |
Color #7CC09B in popluar number systems.
HEX | 7C | C0 | 9B |
Decimal | 124 | 192 | 155 |
Binary | 1111100 | 11000000 | 10011011 |
Octal | 174 | 300 | 233 |
Shades of #7CC09B
Tints of #7CC09B
Examples of css and html codes for elements with #7CC09B color. Also use rgb(124,192,155) instead hex code.
.myTextColor { color: #7CC09B; }
<p style="color:#7CC09B">This sample text font color is #7CC09B.</p>
This text font color is #7CC09B.
.myBgColor { background-color: #7CC09B; }
<div style="background-color:#7CC09B">Inner text</div>
This div background color is #7CC09B.
.myBorderColor { border: 1px solid #7CC09B; }
<div style="border:3px solid #7CC09B">Div</div>
This div border color is #7CC09B.
.myOpacity80 { color: #7CC09B; opacity: 0.8; }
<p style="color:#7CC09B;opacity:0.8;">80%</p>
Text with #7CC09B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CC09B;}
<p style="text-shadow: 3px 3px 1px #7CC09B">Text here.</p>
This text has shadow with #7CC09B color.
.textShadow {text-shadow: 3px 3px 1px #7CC09B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7CC09B, 5px 5px 20px red">Text here.</p>
This text has shadow with #7CC09B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CC09B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7CC09B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7CC09B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7CC09B;
-webkit-box-shadow: 1px 1px 3px 2px #7CC09B;
box-shadow: 1px 1px 3px 2px #7CC09B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7CC09B; -webkit-box-shadow: 1px 1px 3px 2px #7CC09B; box-shadow:1px 1px 3px 2px #7CC09B;">
Div content here
</div>
This text has color #7CC09B on black background.
This text has color #7CC09B on white background.
This text has black color on #7CC09B background.
This text has white color on #7CC09B background.
Complementary color for #hex is #833F64.