COLOR #77AF1E

HEX: #77AF1E RGB: (119,175,30)

Color info

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

RGB color model

#77AF1E color RGB value is (119,175,30).

RGB: (119,175,30) (47%, 69%, 12%)

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 30 of 255 = 12%

119
175
30

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

Portions of RGB colors in percentages

R + G + B = 119 + 175 + 30 = 324 (100%)
R 119 of 324 ~ 36.73%
G 175 of 324 ~ 54.01%
B 30 of 324 ~ 9.26'%

%36.73
%54.01

CMYK color model

#77AF1E color CMYK value is (32,0,83,31).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 82.86%
  • key color value is 31.37%

CMYK: (32,0,83,31)
C32M0Y83K31 (32%, 0%, 83%, 31%)
(0.32 / 0.00 / 0.83 / 0.31)

CMYK percentages

%32
%0
%82.86
%31.37

Codes

Color #77AF1E in popluar color models

77 AF 1E
RGB 119 175 30
HSL 83° 70.73% 40.20%
HSB/HSV 83° 82.86% 68.63%
CMYK 32.00% 0.00% 82.86%
31.37%

Color #77AF1E in popluar number systems.

HEX 77 AF 1E
Decimal 119 175 30
Binary 1110111 10101111 11110
Octal 167 257 36

Shades and tints

Shades of #77AF1E

#77AF1E
(119,175,30)
#6DA01C
(109,160,28)
#63911A
(99,145,26)
#598218
(89,130,24)
#4F7316
(79,115,22)
#456414
(69,100,20)
#3B5512
(59,85,18)
#314610
(49,70,16)
#27370E
(39,55,14)
#1D280C
(29,40,12)
#13190A
(19,25,10)
#000000
(0,0,0)

Tints of #77AF1E

#77AF1E
(119,175,30)
#83B632
(131,182,50)
#8FBD46
(143,189,70)
#9BC45A
(155,196,90)
#A7CB6E
(167,203,110)
#B3D282
(179,210,130)
#BFD996
(191,217,150)
#CBE0AA
(203,224,170)
#D7E7BE
(215,231,190)
#E3EED2
(227,238,210)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AF1E color. Also use rgb(119,175,30) instead hex code.

Text Font Color

.myTextColor { color: #77AF1E; }

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

This text font color is #77AF1E.

Background Color

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

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

This div background color is #77AF1E.

Border color

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

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

This div border color is #77AF1E.

Opacity

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

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

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

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

This text has shadow with #77AF1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AF1E.

Preview

Color preview on black background

This text has color #77AF1E on black background.


Color preview on white background

This text has color #77AF1E on white background.


Black color preview on #77AF1E background

This text has black color on #77AF1E background.


White color preview on #77AF1E background

This text has white color on #77AF1E background.


Related colors

Complementary color

Complementary color for #hex is #8850E1.


I love getcolorcode.com

Triadic colors

1 #1E77AF and #AF1E77 with #77AF1E are triadic colors.

2 #1EAF77 and #AF771E with #77AF1E are triadic colors.