COLOR #77B063

HEX: #77B063 RGB: (119,176,99)

Color info

#77B063 contains mainly red and green colors. Web safe color of #77B063 is #669966 (or #696).

RGB color model

#77B063 color RGB value is (119,176,99).

RGB: (119,176,99) (47%, 69%, 39%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 99 of 255 = 39%

119
176
99

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

Portions of RGB colors in percentages

R + G + B = 119 + 176 + 99 = 394 (100%)
R 119 of 394 ~ 30.2%
G 176 of 394 ~ 44.67%
B 99 of 394 ~ 25.13'%

%30.2
%44.67
%25.13

CMYK color model

#77B063 color CMYK value is (32,0,44,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%

CMYK: (32,0,44,31)
C32M0Y44K31 (32%, 0%, 44%, 31%)
(0.32 / 0.00 / 0.44 / 0.31)

CMYK percentages

%32.39
%0
%43.75
%30.98

Codes

Color #77B063 in popluar color models

77 B0 63
RGB 119 176 99
HSL 104° 32.77% 53.92%
HSB/HSV 104° 43.75% 69.02%
CMYK 32.39% 0.00% 43.75%
30.98%

Color #77B063 in popluar number systems.

HEX 77 B0 63
Decimal 119 176 99
Binary 1110111 10110000 1100011
Octal 167 260 143

Shades and tints

Shades of #77B063

#77B063
(119,176,99)
#6DA05A
(109,160,90)
#639051
(99,144,81)
#598048
(89,128,72)
#4F703F
(79,112,63)
#456036
(69,96,54)
#3B502D
(59,80,45)
#314024
(49,64,36)
#27301B
(39,48,27)
#1D2012
(29,32,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #77B063

#77B063
(119,176,99)
#83B771
(131,183,113)
#8FBE7F
(143,190,127)
#9BC58D
(155,197,141)
#A7CC9B
(167,204,155)
#B3D3A9
(179,211,169)
#BFDAB7
(191,218,183)
#CBE1C5
(203,225,197)
#D7E8D3
(215,232,211)
#E3EFE1
(227,239,225)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B063 color. Also use rgb(119,176,99) instead hex code.

Text Font Color

.myTextColor { color: #77B063; }

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

This text font color is #77B063.

Background Color

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

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

This div background color is #77B063.

Border color

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

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

This div border color is #77B063.

Opacity

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

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

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

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

This text has shadow with #77B063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B063.

Preview

Color preview on black background

This text has color #77B063 on black background.


Color preview on white background

This text has color #77B063 on white background.


Black color preview on #77B063 background

This text has black color on #77B063 background.


White color preview on #77B063 background

This text has white color on #77B063 background.


Related colors

Complementary color

Complementary color for #hex is #884F9C.


I love getcolorcode.com

Triadic colors

1 #6377B0 and #B06377 with #77B063 are triadic colors.

2 #63B077 and #B07763 with #77B063 are triadic colors.