COLOR #77B642

HEX: #77B642 RGB: (119,182,66)

Color info

#77B642 contains mainly green color. Web safe color of #77B642 is #66CC33 (or #6C3).

RGB color model

#77B642 color RGB value is (119,182,66).

RGB: (119,182,66) (47%, 71%, 26%)

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 66 of 255 = 26%

119
182
66

R + G + B ~ 48%. #77B642 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%32.43
%49.59
%17.98

CMYK color model

#77B642 color CMYK value is (35,0,64,29).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 63.74%
  • key color value is 28.63%
CMYK: (35,0,64,29) C35M0Y64K29 (35%,0%,64%,29%) (0.35/0.00/0.64/0.29) 

CMYK percentages

%34.62
%0
%63.74
%28.63

Codes

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 and tints

Shades of #77B642

#77B642
(119,182,66)
#6DA63C
(109,166,60)
#639636
(99,150,54)
#598630
(89,134,48)
#4F762A
(79,118,42)
#456624
(69,102,36)
#3B561E
(59,86,30)
#314618
(49,70,24)
#273612
(39,54,18)
#1D260C
(29,38,12)
#131606
(19,22,6)
#000000
(0,0,0)

Tints of #77B642

#77B642
(119,182,66)
#83BC53
(131,188,83)
#8FC264
(143,194,100)
#9BC875
(155,200,117)
#A7CE86
(167,206,134)
#B3D497
(179,212,151)
#BFDAA8
(191,218,168)
#CBE0B9
(203,224,185)
#D7E6CA
(215,230,202)
#E3ECDB
(227,236,219)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B642 color. Also use rgb(119,182,66) instead hex code.

Text Font Color

.myTextColor { color: #77B642; }

<p style="color:#77B642">This sample text font color is #77B642.</p>

This text font color is #77B642.

Background Color

.myBgColor { background-color: #77B642; }

<div style="background-color:#77B642">Inner text</div>

This div background color is #77B642.

Border color

.myBorderColor { border: 1px solid #77B642; }

<div style="border:3px solid #77B642">Div</div>

This div border color is #77B642.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #77B642.

Preview

Color preview on black background

This text has color #77B642 on black background.


Color preview on white background

This text has color #77B642 on white background.


Black color preview on #77B642 background

This text has black color on #77B642 background.


White color preview on #77B642 background

This text has white color on #77B642 background.


Related colors

Complementary color

Complementary color for #hex is #8849BD.


I love getcolorcode.com

Triadic colors

1 #4277B6 and #B64277 with #77B642 are triadic colors.

2 #42B677 and #B67742 with #77B642 are triadic colors.