COLOR #77C265

HEX: #77C265
RGB: (119,194,101)

Color info

#77C265 contains mainly green color. Web safe color of #77C265 is #66CC66 (or #6C6).

RGB color model

#77C265 color RGB value is (119,194,101).

  • red value is 119;
  • green value is 194;
  • blue value is 101.
RGB:
(119,194,101)
(47%,76%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 194 of 255 = 76%
B 101 of 255 = 40%

119
194
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 194 + 101 = 414 (100%)
R 119 of 414 ~ 28.74%
G 194 of 414 ~ 46.86%
B 101 of 414 ~ 24.4%

%28.74
%46.86
%24.4

CMYK color model

#77C265 color CMYK value is (39,0,48,24).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 47.94%
  • key color value is 23.92%
CMYK:
(39,0,48,24)
C39M0Y48K24 
(39%,0%,48%,24%)
(0.39/0.00/0.48/0.24)	

CMYK percentages

%38.66
%0
%47.94
%23.92

Codes

Color #77C265 in popluar color models

77C265
RGB119194101
HSL108°43.26%57.84%
HSB/HSV108°47.94%76.08%
CMYK38.66%0.00%47.94%
23.92%

Color #77C265 in popluar number systems.

HEX77C265
Decimal119194101
Binary1110111110000101100101
Octal167302145

Shades and tints

Shades of #77C265

#77C265
(119,194,101)
#6DB15C
(109,177,92)
#63A053
(99,160,83)
#598F4A
(89,143,74)
#4F7E41
(79,126,65)
#456D38
(69,109,56)
#3B5C2F
(59,92,47)
#314B26
(49,75,38)
#273A1D
(39,58,29)
#1D2914
(29,41,20)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #77C265

#77C265
(119,194,101)
#83C773
(131,199,115)
#8FCC81
(143,204,129)
#9BD18F
(155,209,143)
#A7D69D
(167,214,157)
#B3DBAB
(179,219,171)
#BFE0B9
(191,224,185)
#CBE5C7
(203,229,199)
#D7EAD5
(215,234,213)
#E3EFE3
(227,239,227)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C265 color. Also use rgb(119,194,101) instead hex code.

Text Font Color

.myTextColor { color: #77C265; }

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

This text font color is #77C265.


Background Color

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

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

This div background color is #77C265.


Border color

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

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

This div border color is #77C265.


Opacity

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

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

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

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

This text has shadow with #77C265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C265 on black background.


Color preview on white background

This text has color #77C265 on white background.



Black color preview on #77C265 background

This text has black color on #77C265 background.


White color preview on #77C265 background

This text has white color on #77C265 background.