COLOR #77B130

HEX: #77B130 RGB: (119,177,48)

Color info

#77B130 contains mainly red and green colors. Web safe color of #77B130 is #669933 (or #693).

RGB color model

#77B130 color RGB value is (119,177,48).

RGB: (119,177,48) (47%, 69%, 19%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 48 of 255 = 19%

119
177
48

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

Portions of RGB colors in percentages

R + G + B = 119 + 177 + 48 = 344 (100%)
R 119 of 344 ~ 34.59%
G 177 of 344 ~ 51.45%
B 48 of 344 ~ 13.95'%

%34.59
%51.45
%13.95

CMYK color model

#77B130 color CMYK value is (33,0,73,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 72.88%
  • key color value is 30.59%
CMYK: (33,0,73,31) C33M0Y73K31 (33%,0%,73%,31%) (0.33/0.00/0.73/0.31) 

CMYK percentages

%32.77
%0
%72.88
%30.59

Codes

Color #77B130 in popluar color models

77 B1 30
RGB 119 177 48
HSL 87° 57.33% 44.12%
HSB/HSV 87° 72.88% 69.41%
CMYK 32.77% 0.00% 72.88%
30.59%

Color #77B130 in popluar number systems.

HEX 77 B1 30
Decimal 119 177 48
Binary 1110111 10110001 110000
Octal 167 261 60

Shades and tints

Shades of #77B130

#77B130
(119,177,48)
#6DA12C
(109,161,44)
#639128
(99,145,40)
#598124
(89,129,36)
#4F7120
(79,113,32)
#45611C
(69,97,28)
#3B5118
(59,81,24)
#314114
(49,65,20)
#273110
(39,49,16)
#1D210C
(29,33,12)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #77B130

#77B130
(119,177,48)
#83B842
(131,184,66)
#8FBF54
(143,191,84)
#9BC666
(155,198,102)
#A7CD78
(167,205,120)
#B3D48A
(179,212,138)
#BFDB9C
(191,219,156)
#CBE2AE
(203,226,174)
#D7E9C0
(215,233,192)
#E3F0D2
(227,240,210)
#EFF7E4
(239,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B130 color. Also use rgb(119,177,48) instead hex code.

Text Font Color

.myTextColor { color: #77B130; }

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

This text font color is #77B130.

Background Color

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

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

This div background color is #77B130.

Border color

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

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

This div border color is #77B130.

Opacity

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

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

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

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

This text has shadow with #77B130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B130.

Preview

Color preview on black background

This text has color #77B130 on black background.


Color preview on white background

This text has color #77B130 on white background.


Black color preview on #77B130 background

This text has black color on #77B130 background.


White color preview on #77B130 background

This text has white color on #77B130 background.


Related colors

Complementary color

Complementary color for #hex is #884ECF.


I love getcolorcode.com

Triadic colors

1 #3077B1 and #B13077 with #77B130 are triadic colors.

2 #30B177 and #B17730 with #77B130 are triadic colors.