HEX: #77BF70
RGB: (119,191,112)
#77BF70 contains mainly green color. Web safe color of #77BF70 is #66CC66 (or #6C6).
#77BF70 color RGB value is (119,191,112).
RGB: (119,191,112)
(47%, 75%, 44%)
R 119 of 255 = 47%
G 191 of 255 = 75%
B 112 of 255 = 44%
R + G + B ~ 55%. #77BF70 is middle color (not dark and not light).
R + G + B = 119 + 191 + 112 = 422 (100%)
R 119 of 422 ~ 28.2%
G 191 of 422 ~ 45.26%
B 112 of 422 ~ 26.54'%
#77BF70 color CMYK value is (38,0,41,25).
CMYK: (38,0,41,25)
C38M0Y41K25 (38%, 0%, 41%, 25%)
(0.38 / 0.00 / 0.41 / 0.25)
Color #77BF70 in popluar color models
77 | BF | 70 | |
---|---|---|---|
RGB | 119 | 191 | 112 |
HSL | 115° | 38.16% | 59.41% |
HSB/HSV | 115° | 41.36% | 74.90% |
CMYK | 37.70% | 0.00% | 41.36% |
25.10% |
Color #77BF70 in popluar number systems.
HEX | 77 | BF | 70 |
Decimal | 119 | 191 | 112 |
Binary | 1110111 | 10111111 | 1110000 |
Octal | 167 | 277 | 160 |
Shades of #77BF70
Tints of #77BF70
Examples of css and html codes for elements with #77BF70 color. Also use rgb(119,191,112) instead hex code.
.myTextColor { color: #77BF70; }
<p style="color:#77BF70">This sample text font color is #77BF70.</p>
This text font color is #77BF70.
.myBgColor { background-color: #77BF70; }
<div style="background-color:#77BF70">Inner text</div>
This div background color is #77BF70.
.myBorderColor { border: 1px solid #77BF70; }
<div style="border:3px solid #77BF70">Div</div>
This div border color is #77BF70.
.myOpacity80 { color: #77BF70; opacity: 0.8; }
<p style="color:#77BF70;opacity:0.8;">80%</p>
Text with #77BF70 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77BF70;}
<p style="text-shadow: 3px 3px 1px #77BF70">Text here.</p>
This text has shadow with #77BF70 color.
.textShadow {text-shadow: 3px 3px 1px #77BF70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77BF70, 5px 5px 20px red">Text here.</p>
This text has shadow with #77BF70 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77BF70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77BF70, Direction=45, Strength=4)">Text</p>
This text has shadow with #77BF70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77BF70;
-webkit-box-shadow: 1px 1px 3px 2px #77BF70;
box-shadow: 1px 1px 3px 2px #77BF70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77BF70; -webkit-box-shadow: 1px 1px 3px 2px #77BF70; box-shadow:1px 1px 3px 2px #77BF70;">
Div content here
</div>
This text has color #77BF70 on black background.
This text has color #77BF70 on white background.
This text has black color on #77BF70 background.
This text has white color on #77BF70 background.
Complementary color for #hex is #88408F.