HEX: #77B130
RGB: (119,177,48)
#77B130 contains mainly red and green colors. Web safe color of #77B130 is #669933 (or #693).
#77B130 color RGB value is (119,177,48).
RGB: (119,177,48)
(47%, 69%, 19%)
R 119 of 255 = 47%
G 177 of 255 = 69%
B 48 of 255 = 19%
R + G + B ~ 45%. #77B130 is middle color (not dark and not light).
R + G + B = 119 + 177 + 48 = 344 (100%)
R 119 of 344 ~ 34.59%
G 177 of 344 ~ 51.45%
B 48 of 344 ~ 13.95'%
#77B130 color CMYK value is (33,0,73,31).
CMYK: (33,0,73,31) C33M0Y73K31 (33%,0%,73%,31%) (0.33/0.00/0.73/0.31)
Color #77B130 in popluar color models
77 | B1 | 30 | |
---|---|---|---|
RGB | 119 | 177 | 48 |
HSL | 87° | 57.33% | 44.12% |
HSB/HSV | 87° | 72.88% | 69.41% |
CMYK | 32.77% | 0.00% | 72.88% |
30.59% |
Color #77B130 in popluar number systems.
HEX | 77 | B1 | 30 |
Decimal | 119 | 177 | 48 |
Binary | 1110111 | 10110001 | 110000 |
Octal | 167 | 261 | 60 |
Shades of #77B130
Tints of #77B130
Examples of css and html codes for elements with #77B130 color. Also use rgb(119,177,48) instead hex code.
.myTextColor { color: #77B130; }
<p style="color:#77B130">This sample text font color is #77B130.</p>
This text font color is #77B130.
.myBgColor { background-color: #77B130; }
<div style="background-color:#77B130">Inner text</div>
This div background color is #77B130.
.myBorderColor { border: 1px solid #77B130; }
<div style="border:3px solid #77B130">Div</div>
This div border color is #77B130.
.myOpacity80 { color: #77B130; opacity: 0.8; }
<p style="color:#77B130;opacity:0.8;">80%</p>
Text with #77B130 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B130;}
<p style="text-shadow: 3px 3px 1px #77B130">Text here.</p>
This text has shadow with #77B130 color.
.textShadow {text-shadow: 3px 3px 1px #77B130', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B130, 5px 5px 20px red">Text here.</p>
This text has shadow with #77B130 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B130, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B130, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B130 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77B130;
-webkit-box-shadow: 1px 1px 3px 2px #77B130;
box-shadow: 1px 1px 3px 2px #77B130;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B130; -webkit-box-shadow: 1px 1px 3px 2px #77B130; box-shadow:1px 1px 3px 2px #77B130;">
Div content here
</div>
This text has color #77B130 on black background.
This text has color #77B130 on white background.
This text has black color on #77B130 background.
This text has white color on #77B130 background.
Complementary color for #hex is #884ECF.