COLOR #77AE12

HEX: #77AE12 RGB: (119,174,18)

Color info

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

RGB color model

#77AE12 color RGB value is (119,174,18).

RGB: (119,174,18) (47%, 68%, 7%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 18 of 255 = 7%

119
174
18

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

Portions of RGB colors in percentages

R + G + B = 119 + 174 + 18 = 311 (100%)
R 119 of 311 ~ 38.26%
G 174 of 311 ~ 55.95%
B 18 of 311 ~ 5.79'%

%38.26
%55.95

CMYK color model

#77AE12 color CMYK value is (32,0,90,32).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 89.66%
  • key color value is 31.76%

CMYK: (32,0,90,32)
C32M0Y90K32 (32%, 0%, 90%, 32%)
(0.32 / 0.00 / 0.90 / 0.32)

CMYK percentages

%31.61
%0
%89.66
%31.76

Codes

Color #77AE12 in popluar color models

77 AE 12
RGB 119 174 18
HSL 81° 81.25% 37.65%
HSB/HSV 81° 89.66% 68.24%
CMYK 31.61% 0.00% 89.66%
31.76%

Color #77AE12 in popluar number systems.

HEX 77 AE 12
Decimal 119 174 18
Binary 1110111 10101110 10010
Octal 167 256 22

Shades and tints

Shades of #77AE12

#77AE12
(119,174,18)
#6D9F11
(109,159,17)
#639010
(99,144,16)
#59810F
(89,129,15)
#4F720E
(79,114,14)
#45630D
(69,99,13)
#3B540C
(59,84,12)
#31450B
(49,69,11)
#27360A
(39,54,10)
#1D2709
(29,39,9)
#131808
(19,24,8)
#000000
(0,0,0)

Tints of #77AE12

#77AE12
(119,174,18)
#83B527
(131,181,39)
#8FBC3C
(143,188,60)
#9BC351
(155,195,81)
#A7CA66
(167,202,102)
#B3D17B
(179,209,123)
#BFD890
(191,216,144)
#CBDFA5
(203,223,165)
#D7E6BA
(215,230,186)
#E3EDCF
(227,237,207)
#EFF4E4
(239,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AE12 color. Also use rgb(119,174,18) instead hex code.

Text Font Color

.myTextColor { color: #77AE12; }

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

This text font color is #77AE12.

Background Color

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

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

This div background color is #77AE12.

Border color

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

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

This div border color is #77AE12.

Opacity

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

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

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

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

This text has shadow with #77AE12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AE12.

Preview

Color preview on black background

This text has color #77AE12 on black background.


Color preview on white background

This text has color #77AE12 on white background.


Black color preview on #77AE12 background

This text has black color on #77AE12 background.


White color preview on #77AE12 background

This text has white color on #77AE12 background.


Related colors

Complementary color

Complementary color for #hex is #8851ED.


I love getcolorcode.com

Triadic colors

1 #1277AE and #AE1277 with #77AE12 are triadic colors.

2 #12AE77 and #AE7712 with #77AE12 are triadic colors.