COLOR #77B04B

HEX: #77B04B
RGB: (119,176,75)

Color info

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

RGB color model

#77B04B color RGB value is (119,176,75).

  • red value is 119;
  • green value is 176;
  • blue value is 75.
RGB:
(119,176,75)
(47%,69%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 75 of 255 = 29%

119
176
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 176 + 75 = 370 (100%)
R 119 of 370 ~ 32.16%
G 176 of 370 ~ 47.57%
B 75 of 370 ~ 20.27%

%32.16
%47.57
%20.27

CMYK color model

#77B04B color CMYK value is (32,0,57,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 57.39%
  • key color value is 30.98%
CMYK:
(32,0,57,31)
C32M0Y57K31 
(32%,0%,57%,31%)
(0.32/0.00/0.57/0.31)	

CMYK percentages

%32.39
%0
%57.39
%30.98

Codes

Color #77B04B in popluar color models

77B04B
RGB11917675
HSL94°40.24%49.22%
HSB/HSV94°57.39%69.02%
CMYK32.39%0.00%57.39%
30.98%

Color #77B04B in popluar number systems.

HEX77B04B
Decimal11917675
Binary1110111101100001001011
Octal167260113

Shades and tints

Shades of #77B04B

#77B04B
(119,176,75)
#6DA045
(109,160,69)
#63903F
(99,144,63)
#598039
(89,128,57)
#4F7033
(79,112,51)
#45602D
(69,96,45)
#3B5027
(59,80,39)
#314021
(49,64,33)
#27301B
(39,48,27)
#1D2015
(29,32,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #77B04B

#77B04B
(119,176,75)
#83B75B
(131,183,91)
#8FBE6B
(143,190,107)
#9BC57B
(155,197,123)
#A7CC8B
(167,204,139)
#B3D39B
(179,211,155)
#BFDAAB
(191,218,171)
#CBE1BB
(203,225,187)
#D7E8CB
(215,232,203)
#E3EFDB
(227,239,219)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B04B color. Also use rgb(119,176,75) instead hex code.

Text Font Color

.myTextColor { color: #77B04B; }

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

This text font color is #77B04B.


Background Color

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

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

This div background color is #77B04B.


Border color

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

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

This div border color is #77B04B.


Opacity

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

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

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

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

This text has shadow with #77B04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B04B on black background.


Color preview on white background

This text has color #77B04B on white background.



Black color preview on #77B04B background

This text has black color on #77B04B background.


White color preview on #77B04B background

This text has white color on #77B04B background.