COLOR #77B46D

HEX: #77B46D
RGB: (119,180,109)

Color info

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

RGB color model

#77B46D color RGB value is (119,180,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 109 of 255 = 43%

119
180
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 180 + 109 = 408 (100%)
R 119 of 408 ~ 29.17%
G 180 of 408 ~ 44.12%
B 109 of 408 ~ 26.72%

%29.17
%44.12
%26.72

CMYK color model

#77B46D color CMYK value is (34,0,39,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(34,0,39,29)
C34M0Y39K29 
(34%,0%,39%,29%)
(0.34/0.00/0.39/0.29)	

CMYK percentages

%33.89
%0
%39.44
%29.41

Codes

Color #77B46D in popluar color models

77B46D
RGB119180109
HSL112°32.13%56.67%
HSB/HSV112°39.44%70.59%
CMYK33.89%0.00%39.44%
29.41%

Color #77B46D in popluar number systems.

HEX77B46D
Decimal119180109
Binary1110111101101001101101
Octal167264155

Shades and tints

Shades of #77B46D

#77B46D
(119,180,109)
#6DA464
(109,164,100)
#63945B
(99,148,91)
#598452
(89,132,82)
#4F7449
(79,116,73)
#456440
(69,100,64)
#3B5437
(59,84,55)
#31442E
(49,68,46)
#273425
(39,52,37)
#1D241C
(29,36,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #77B46D

#77B46D
(119,180,109)
#83BA7A
(131,186,122)
#8FC087
(143,192,135)
#9BC694
(155,198,148)
#A7CCA1
(167,204,161)
#B3D2AE
(179,210,174)
#BFD8BB
(191,216,187)
#CBDEC8
(203,222,200)
#D7E4D5
(215,228,213)
#E3EAE2
(227,234,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B46D; }

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

This text font color is #77B46D.


Background Color

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

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

This div background color is #77B46D.


Border color

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

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

This div border color is #77B46D.


Opacity

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

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

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

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

This text has shadow with #77B46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B46D on black background.


Color preview on white background

This text has color #77B46D on white background.



Black color preview on #77B46D background

This text has black color on #77B46D background.


White color preview on #77B46D background

This text has white color on #77B46D background.