HEX: #77B642
RGB: (119,182,66)
#77B642 contains mainly green color. Web safe color of #77B642 is #66CC33 (or #6C3).
#77B642 color RGB value is (119,182,66).
RGB: (119,182,66)
(47%, 71%, 26%)
R 119 of 255 = 47%
G 182 of 255 = 71%
B 66 of 255 = 26%
R + G + B ~ 48%. #77B642 is middle color (not dark and not light).
R + G + B = 119 + 182 + 66 = 367 (100%)
R 119 of 367 ~ 32.43%
G 182 of 367 ~ 49.59%
B 66 of 367 ~ 17.98'%
#77B642 color CMYK value is (35,0,64,29).
CMYK: (35,0,64,29) C35M0Y64K29 (35%,0%,64%,29%) (0.35/0.00/0.64/0.29)
Color #77B642 in popluar color models
77 | B6 | 42 | |
---|---|---|---|
RGB | 119 | 182 | 66 |
HSL | 93° | 46.77% | 48.63% |
HSB/HSV | 93° | 63.74% | 71.37% |
CMYK | 34.62% | 0.00% | 63.74% |
28.63% |
Color #77B642 in popluar number systems.
HEX | 77 | B6 | 42 |
Decimal | 119 | 182 | 66 |
Binary | 1110111 | 10110110 | 1000010 |
Octal | 167 | 266 | 102 |
Shades of #77B642
Tints of #77B642
Examples of css and html codes for elements with #77B642 color. Also use rgb(119,182,66) instead hex code.
.myTextColor { color: #77B642; }
<p style="color:#77B642">This sample text font color is #77B642.</p>
This text font color is #77B642.
.myBgColor { background-color: #77B642; }
<div style="background-color:#77B642">Inner text</div>
This div background color is #77B642.
.myBorderColor { border: 1px solid #77B642; }
<div style="border:3px solid #77B642">Div</div>
This div border color is #77B642.
.myOpacity80 { color: #77B642; opacity: 0.8; }
<p style="color:#77B642;opacity:0.8;">80%</p>
Text with #77B642 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B642;}
<p style="text-shadow: 3px 3px 1px #77B642">Text here.</p>
This text has shadow with #77B642 color.
.textShadow {text-shadow: 3px 3px 1px #77B642', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B642, 5px 5px 20px red">Text here.</p>
This text has shadow with #77B642 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B642, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B642, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B642 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77B642;
-webkit-box-shadow: 1px 1px 3px 2px #77B642;
box-shadow: 1px 1px 3px 2px #77B642;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B642; -webkit-box-shadow: 1px 1px 3px 2px #77B642; box-shadow:1px 1px 3px 2px #77B642;">
Div content here
</div>
This text has color #77B642 on black background.
This text has color #77B642 on white background.
This text has black color on #77B642 background.
This text has white color on #77B642 background.
Complementary color for #hex is #8849BD.