COLOR #77AB41

HEX: #77AB41 RGB: (119,171,65)

Color info

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

RGB color model

#77AB41 color RGB value is (119,171,65).

RGB: (119,171,65) (47%, 67%, 25%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 65 of 255 = 25%

119
171
65

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

Portions of RGB colors in percentages

R + G + B = 119 + 171 + 65 = 355 (100%)
R 119 of 355 ~ 33.52%
G 171 of 355 ~ 48.17%
B 65 of 355 ~ 18.31'%

%33.52
%48.17
%18.31

CMYK color model

#77AB41 color CMYK value is (30,0,62,33).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 61.99%
  • key color value is 32.94%

CMYK: (30,0,62,33)
C30M0Y62K33 (30%, 0%, 62%, 33%)
(0.30 / 0.00 / 0.62 / 0.33)

CMYK percentages

%30.41
%0
%61.99
%32.94

Codes

Color #77AB41 in popluar color models

77 AB 41
RGB 119 171 65
HSL 89° 44.92% 46.27%
HSB/HSV 89° 61.99% 67.06%
CMYK 30.41% 0.00% 61.99%
32.94%

Color #77AB41 in popluar number systems.

HEX 77 AB 41
Decimal 119 171 65
Binary 1110111 10101011 1000001
Octal 167 253 101

Shades and tints

Shades of #77AB41

#77AB41
(119,171,65)
#6D9C3C
(109,156,60)
#638D37
(99,141,55)
#597E32
(89,126,50)
#4F6F2D
(79,111,45)
#456028
(69,96,40)
#3B5123
(59,81,35)
#31421E
(49,66,30)
#273319
(39,51,25)
#1D2414
(29,36,20)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #77AB41

#77AB41
(119,171,65)
#83B252
(131,178,82)
#8FB963
(143,185,99)
#9BC074
(155,192,116)
#A7C785
(167,199,133)
#B3CE96
(179,206,150)
#BFD5A7
(191,213,167)
#CBDCB8
(203,220,184)
#D7E3C9
(215,227,201)
#E3EADA
(227,234,218)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AB41 color. Also use rgb(119,171,65) instead hex code.

Text Font Color

.myTextColor { color: #77AB41; }

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

This text font color is #77AB41.

Background Color

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

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

This div background color is #77AB41.

Border color

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

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

This div border color is #77AB41.

Opacity

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

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

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

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

This text has shadow with #77AB41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AB41.

Preview

Color preview on black background

This text has color #77AB41 on black background.


Color preview on white background

This text has color #77AB41 on white background.


Black color preview on #77AB41 background

This text has black color on #77AB41 background.


White color preview on #77AB41 background

This text has white color on #77AB41 background.


Related colors

Complementary color

Complementary color for #hex is #8854BE.


I love getcolorcode.com

Triadic colors

1 #4177AB and #AB4177 with #77AB41 are triadic colors.

2 #41AB77 and #AB7741 with #77AB41 are triadic colors.