COLOR #77AD0A

HEX: #77AD0A RGB: (119,173,10)

Color info

#77AD0A contains mainly red and green colors. Web safe color of #77AD0A is #669900 (or #690).

RGB color model

#77AD0A color RGB value is (119,173,10).

RGB: (119,173,10) (47%, 68%, 4%)

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 10 of 255 = 4%

119
173
10

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

Portions of RGB colors in percentages

R + G + B = 119 + 173 + 10 = 302 (100%)
R 119 of 302 ~ 39.4%
G 173 of 302 ~ 57.28%
B 10 of 302 ~ 3.31'%

%39.4
%57.28

CMYK color model

#77AD0A color CMYK value is (31,0,94,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 94.22%
  • key color value is 32.16%

CMYK: (31,0,94,32)
C31M0Y94K32 (31%, 0%, 94%, 32%)
(0.31 / 0.00 / 0.94 / 0.32)

CMYK percentages

%31.21
%0
%94.22
%32.16

Codes

Color #77AD0A in popluar color models

77 AD 0A
RGB 119 173 10
HSL 80° 89.07% 35.88%
HSB/HSV 80° 94.22% 67.84%
CMYK 31.21% 0.00% 94.22%
32.16%

Color #77AD0A in popluar number systems.

HEX 77 AD 0A
Decimal 119 173 10
Binary 1110111 10101101 1010
Octal 167 255 12

Shades and tints

Shades of #77AD0A

#77AD0A
(119,173,10)
#6D9E0A
(109,158,10)
#638F0A
(99,143,10)
#59800A
(89,128,10)
#4F710A
(79,113,10)
#45620A
(69,98,10)
#3B530A
(59,83,10)
#31440A
(49,68,10)
#27350A
(39,53,10)
#1D260A
(29,38,10)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #77AD0A

#77AD0A
(119,173,10)
#83B420
(131,180,32)
#8FBB36
(143,187,54)
#9BC24C
(155,194,76)
#A7C962
(167,201,98)
#B3D078
(179,208,120)
#BFD78E
(191,215,142)
#CBDEA4
(203,222,164)
#D7E5BA
(215,229,186)
#E3ECD0
(227,236,208)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AD0A color. Also use rgb(119,173,10) instead hex code.

Text Font Color

.myTextColor { color: #77AD0A; }

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

This text font color is #77AD0A.

Background Color

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

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

This div background color is #77AD0A.

Border color

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

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

This div border color is #77AD0A.

Opacity

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

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

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

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

This text has shadow with #77AD0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AD0A.

Preview

Color preview on black background

This text has color #77AD0A on black background.


Color preview on white background

This text has color #77AD0A on white background.


Black color preview on #77AD0A background

This text has black color on #77AD0A background.


White color preview on #77AD0A background

This text has white color on #77AD0A background.


Related colors

Complementary color

Complementary color for #hex is #8852F5.


I love getcolorcode.com

Triadic colors

1 #0A77AD and #AD0A77 with #77AD0A are triadic colors.

2 #0AAD77 and #AD770A with #77AD0A are triadic colors.