COLOR #77B31B

HEX: #77B31B
RGB: (119,179,27)

Color info

#77B31B contains mainly green color. Web safe color of #77B31B is #669933 (or #693).

RGB color model

#77B31B color RGB value is (119,179,27).

  • red value is 119;
  • green value is 179;
  • blue value is 27.
RGB:
(119,179,27)
(47%,70%,11%)

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 27 of 255 = 11%

119
179
27

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

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 27 = 325 (100%)
R 119 of 325 ~ 36.62%
G 179 of 325 ~ 55.08%
B 27 of 325 ~ 8.31%

%36.62
%55.08

CMYK color model

#77B31B color CMYK value is (34,0,85,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 84.92%
  • key color value is 29.80%
CMYK:
(34,0,85,30)
C34M0Y85K30 
(34%,0%,85%,30%)
(0.34/0.00/0.85/0.30)	

CMYK percentages

%33.52
%0
%84.92
%29.8

Codes

Color #77B31B in popluar color models

77B31B
RGB11917927
HSL84°73.79%40.39%
HSB/HSV84°84.92%70.20%
CMYK33.52%0.00%84.92%
29.80%

Color #77B31B in popluar number systems.

HEX77B31B
Decimal11917927
Binary11101111011001111011
Octal16726333

Shades and tints

Shades of #77B31B

#77B31B
(119,179,27)
#6DA319
(109,163,25)
#639317
(99,147,23)
#598315
(89,131,21)
#4F7313
(79,115,19)
#456311
(69,99,17)
#3B530F
(59,83,15)
#31430D
(49,67,13)
#27330B
(39,51,11)
#1D2309
(29,35,9)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #77B31B

#77B31B
(119,179,27)
#83B92F
(131,185,47)
#8FBF43
(143,191,67)
#9BC557
(155,197,87)
#A7CB6B
(167,203,107)
#B3D17F
(179,209,127)
#BFD793
(191,215,147)
#CBDDA7
(203,221,167)
#D7E3BB
(215,227,187)
#E3E9CF
(227,233,207)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B31B color. Also use rgb(119,179,27) instead hex code.

Text Font Color

.myTextColor { color: #77B31B; }

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

This text font color is #77B31B.


Background Color

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

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

This div background color is #77B31B.


Border color

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

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

This div border color is #77B31B.


Opacity

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

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

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

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

This text has shadow with #77B31B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B31B on black background.


Color preview on white background

This text has color #77B31B on white background.



Black color preview on #77B31B background

This text has black color on #77B31B background.


White color preview on #77B31B background

This text has white color on #77B31B background.