COLOR #77B468

HEX: #77B468
RGB: (119,180,104)

Color info

#77B468 contains mainly green color. Web safe color of #77B468 is #66CC66 (or #6C6).

RGB color model

#77B468 color RGB value is (119,180,104).

  • red value is 119;
  • green value is 180;
  • blue value is 104.
RGB:
(119,180,104)
(47%,71%,41%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 104 of 255 = 41%

119
180
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 104 = 403 (100%)
R 119 of 403 ~ 29.53%
G 180 of 403 ~ 44.67%
B 104 of 403 ~ 25.81%

%29.53
%44.67
%25.81

CMYK color model

#77B468 color CMYK value is (34,0,42,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK:
(34,0,42,29)
C34M0Y42K29 
(34%,0%,42%,29%)
(0.34/0.00/0.42/0.29)	

CMYK percentages

%33.89
%0
%42.22
%29.41

Codes

Color #77B468 in popluar color models

77B468
RGB119180104
HSL108°33.63%55.69%
HSB/HSV108°42.22%70.59%
CMYK33.89%0.00%42.22%
29.41%

Color #77B468 in popluar number systems.

HEX77B468
Decimal119180104
Binary1110111101101001101000
Octal167264150

Shades and tints

Shades of #77B468

#77B468
(119,180,104)
#6DA45F
(109,164,95)
#639456
(99,148,86)
#59844D
(89,132,77)
#4F7444
(79,116,68)
#45643B
(69,100,59)
#3B5432
(59,84,50)
#314429
(49,68,41)
#273420
(39,52,32)
#1D2417
(29,36,23)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77B468

#77B468
(119,180,104)
#83BA75
(131,186,117)
#8FC082
(143,192,130)
#9BC68F
(155,198,143)
#A7CC9C
(167,204,156)
#B3D2A9
(179,210,169)
#BFD8B6
(191,216,182)
#CBDEC3
(203,222,195)
#D7E4D0
(215,228,208)
#E3EADD
(227,234,221)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B468 color. Also use rgb(119,180,104) instead hex code.

Text Font Color

.myTextColor { color: #77B468; }

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

This text font color is #77B468.


Background Color

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

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

This div background color is #77B468.


Border color

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

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

This div border color is #77B468.


Opacity

.myOpacity80 { color: #77B468; opacity: 0.8; }

<p style="color:#77B468;opacity:0.8;">80%</p>

Text with #77B468 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 #77B468;}

<p style="text-shadow: 3px 3px 1px #77B468">Text here.</p>

This text has shadow with #77B468 color.

.textShadow {text-shadow: 3px 3px 1px #77B468, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #77B468, 5px 5px 20px red">Text here.</p>

This text has shadow with #77B468 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B468, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#77B468, Direction=45, Strength=4)">Text</p>

This text has shadow with #77B468 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #77B468;
  -webkit-box-shadow:	1px 1px 3px 2px #77B468;
  box-shadow:		1px 1px 3px 2px #77B468;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77B468;
-webkit-box-shadow: 1px 1px 3px 2px #77B468;
box-shadow:1px 1px 3px 2px #77B468;">
Div content here</div>
This div box has shadow with color #77B468.

Preview

Color preview on black background

This text has color #77B468 on black background.


Color preview on white background

This text has color #77B468 on white background.



Black color preview on #77B468 background

This text has black color on #77B468 background.


White color preview on #77B468 background

This text has white color on #77B468 background.