COLOR #77AB03

HEX: #77AB03
RGB: (119,171,3)

Color info

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

RGB color model

#77AB03 color RGB value is (119,171,3).

  • red value is 119;
  • green value is 171;
  • blue value is 3.
RGB:
(119,171,3)
(47%,67%,1%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 3 of 255 = 1%

119
171
3

R + G + B ~ 38%. #77AB03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 171 + 3 = 293 (100%)
R 119 of 293 ~ 40.61%
G 171 of 293 ~ 58.36%
B 3 of 293 ~ 1.02%

%40.61
%58.36

CMYK color model

#77AB03 color CMYK value is (30,0,98,33).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 98.25%
  • key color value is 32.94%
CMYK:
(30,0,98,33)
C30M0Y98K33 
(30%,0%,98%,33%)
(0.30/0.00/0.98/0.33)	

CMYK percentages

%30.41
%0
%98.25
%32.94

Codes

Color #77AB03 in popluar color models

77AB03
RGB1191713
HSL79°96.55%34.12%
HSB/HSV79°98.25%67.06%
CMYK30.41%0.00%98.25%
32.94%

Color #77AB03 in popluar number systems.

HEX77AB03
Decimal1191713
Binary11101111010101111
Octal1672533

Shades and tints

Shades of #77AB03

#77AB03
(119,171,3)
#6D9C03
(109,156,3)
#638D03
(99,141,3)
#597E03
(89,126,3)
#4F6F03
(79,111,3)
#456003
(69,96,3)
#3B5103
(59,81,3)
#314203
(49,66,3)
#273303
(39,51,3)
#1D2403
(29,36,3)
#131503
(19,21,3)
#000000
(0,0,0)

Tints of #77AB03

#77AB03
(119,171,3)
#83B219
(131,178,25)
#8FB92F
(143,185,47)
#9BC045
(155,192,69)
#A7C75B
(167,199,91)
#B3CE71
(179,206,113)
#BFD587
(191,213,135)
#CBDC9D
(203,220,157)
#D7E3B3
(215,227,179)
#E3EAC9
(227,234,201)
#EFF1DF
(239,241,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AB03; }

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

This text font color is #77AB03.


Background Color

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

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

This div background color is #77AB03.


Border color

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

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

This div border color is #77AB03.


Opacity

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

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

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

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

This text has shadow with #77AB03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AB03 on black background.


Color preview on white background

This text has color #77AB03 on white background.



Black color preview on #77AB03 background

This text has black color on #77AB03 background.


White color preview on #77AB03 background

This text has white color on #77AB03 background.