COLOR #77BF3B

HEX: #77BF3B RGB: (119,191,59)

Color info

#77BF3B contains mainly green color. Web safe color of #77BF3B is #66CC33 (or #6C3).

RGB color model

#77BF3B color RGB value is (119,191,59).

RGB: (119,191,59) (47%, 75%, 23%)

RGB channels and saturation

R 119 of 255 = 47%
G 191 of 255 = 75%
B 59 of 255 = 23%

119
191
59

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

Portions of RGB colors in percentages

R + G + B = 119 + 191 + 59 = 369 (100%)
R 119 of 369 ~ 32.25%
G 191 of 369 ~ 51.76%
B 59 of 369 ~ 15.99'%

%32.25
%51.76
%15.99

CMYK color model

#77BF3B color CMYK value is (38,0,69,25).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 69.11%
  • key color value is 25.10%

CMYK: (38,0,69,25)
C38M0Y69K25 (38%, 0%, 69%, 25%)
(0.38 / 0.00 / 0.69 / 0.25)

CMYK percentages

%37.7
%0
%69.11
%25.1

Codes

Color #77BF3B in popluar color models

77 BF 3B
RGB 119 191 59
HSL 93° 52.80% 49.02%
HSB/HSV 93° 69.11% 74.90%
CMYK 37.70% 0.00% 69.11%
25.10%

Color #77BF3B in popluar number systems.

HEX 77 BF 3B
Decimal 119 191 59
Binary 1110111 10111111 111011
Octal 167 277 73

Shades and tints

Shades of #77BF3B

#77BF3B
(119,191,59)
#6DAE36
(109,174,54)
#639D31
(99,157,49)
#598C2C
(89,140,44)
#4F7B27
(79,123,39)
#456A22
(69,106,34)
#3B591D
(59,89,29)
#314818
(49,72,24)
#273713
(39,55,19)
#1D260E
(29,38,14)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #77BF3B

#77BF3B
(119,191,59)
#83C44C
(131,196,76)
#8FC95D
(143,201,93)
#9BCE6E
(155,206,110)
#A7D37F
(167,211,127)
#B3D890
(179,216,144)
#BFDDA1
(191,221,161)
#CBE2B2
(203,226,178)
#D7E7C3
(215,231,195)
#E3ECD4
(227,236,212)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BF3B color. Also use rgb(119,191,59) instead hex code.

Text Font Color

.myTextColor { color: #77BF3B; }

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

This text font color is #77BF3B.

Background Color

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

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

This div background color is #77BF3B.

Border color

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

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

This div border color is #77BF3B.

Opacity

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

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

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

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

This text has shadow with #77BF3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BF3B.

Preview

Color preview on black background

This text has color #77BF3B on black background.


Color preview on white background

This text has color #77BF3B on white background.


Black color preview on #77BF3B background

This text has black color on #77BF3B background.


White color preview on #77BF3B background

This text has white color on #77BF3B background.


Related colors

Complementary color

Complementary color for #hex is #8840C4.


I love getcolorcode.com

Triadic colors

1 #3B77BF and #BF3B77 with #77BF3B are triadic colors.

2 #3BBF77 and #BF773B with #77BF3B are triadic colors.