COLOR #77BB66

HEX: #77BB66 RGB: (119,187,102)

Color info

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

RGB color model

#77BB66 color RGB value is (119,187,102).

RGB: (119,187,102) (47%, 73%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 187 of 255 = 73%
B 102 of 255 = 40%

119
187
102

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

Portions of RGB colors in percentages

R + G + B = 119 + 187 + 102 = 408 (100%)
R 119 of 408 ~ 29.17%
G 187 of 408 ~ 45.83%
B 102 of 408 ~ 25'%

%29.17
%45.83
%25

CMYK color model

#77BB66 color CMYK value is (36,0,45,27).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 26.67%

CMYK: (36,0,45,27)
C36M0Y45K27 (36%, 0%, 45%, 27%)
(0.36 / 0.00 / 0.45 / 0.27)

CMYK percentages

%36.36
%0
%45.45
%26.67

Codes

Color #77BB66 in popluar color models

77 BB 66
RGB 119 187 102
HSL 108° 38.46% 56.67%
HSB/HSV 108° 45.45% 73.33%
CMYK 36.36% 0.00% 45.45%
26.67%

Color #77BB66 in popluar number systems.

HEX 77 BB 66
Decimal 119 187 102
Binary 1110111 10111011 1100110
Octal 167 273 146

Shades and tints

Shades of #77BB66

#77BB66
(119,187,102)
#6DAA5D
(109,170,93)
#639954
(99,153,84)
#59884B
(89,136,75)
#4F7742
(79,119,66)
#456639
(69,102,57)
#3B5530
(59,85,48)
#314427
(49,68,39)
#27331E
(39,51,30)
#1D2215
(29,34,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #77BB66

#77BB66
(119,187,102)
#83C173
(131,193,115)
#8FC780
(143,199,128)
#9BCD8D
(155,205,141)
#A7D39A
(167,211,154)
#B3D9A7
(179,217,167)
#BFDFB4
(191,223,180)
#CBE5C1
(203,229,193)
#D7EBCE
(215,235,206)
#E3F1DB
(227,241,219)
#EFF7E8
(239,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BB66 color. Also use rgb(119,187,102) instead hex code.

Text Font Color

.myTextColor { color: #77BB66; }

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

This text font color is #77BB66.

Background Color

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

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

This div background color is #77BB66.

Border color

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

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

This div border color is #77BB66.

Opacity

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

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

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

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

This text has shadow with #77BB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BB66.

Preview

Color preview on black background

This text has color #77BB66 on black background.


Color preview on white background

This text has color #77BB66 on white background.


Black color preview on #77BB66 background

This text has black color on #77BB66 background.


White color preview on #77BB66 background

This text has white color on #77BB66 background.


Related colors

Complementary color

Complementary color for #hex is #884499.


I love getcolorcode.com

Triadic colors

1 #6677BB and #BB6677 with #77BB66 are triadic colors.

2 #66BB77 and #BB7766 with #77BB66 are triadic colors.