COLOR #77B999

HEX: #77B999
RGB: (119,185,153)

Color info

#77B999 contains mainly green and blue colors. Web safe color of #77B999 is #66CC99 (or #6C9).

RGB color model

#77B999 color RGB value is (119,185,153).

  • red value is 119;
  • green value is 185;
  • blue value is 153.
RGB:
(119,185,153)
(47%,73%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 153 of 255 = 60%

119
185
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 185 + 153 = 457 (100%)
R 119 of 457 ~ 26.04%
G 185 of 457 ~ 40.48%
B 153 of 457 ~ 33.48%

%26.04
%40.48
%33.48

CMYK color model

#77B999 color CMYK value is (36,0,17,27).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(36,0,17,27)
C36M0Y17K27 
(36%,0%,17%,27%)
(0.36/0.00/0.17/0.27)	

CMYK percentages

%35.68
%0
%17.3
%27.45

Codes

Color #77B999 in popluar color models

77B999
RGB119185153
HSL151°32.04%59.61%
HSB/HSV151°35.68%72.55%
CMYK35.68%0.00%17.30%
27.45%

Color #77B999 in popluar number systems.

HEX77B999
Decimal119185153
Binary11101111011100110011001
Octal167271231

Shades and tints

Shades of #77B999

#77B999
(119,185,153)
#6DA98C
(109,169,140)
#63997F
(99,153,127)
#598972
(89,137,114)
#4F7965
(79,121,101)
#456958
(69,105,88)
#3B594B
(59,89,75)
#31493E
(49,73,62)
#273931
(39,57,49)
#1D2924
(29,41,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #77B999

#77B999
(119,185,153)
#83BFA2
(131,191,162)
#8FC5AB
(143,197,171)
#9BCBB4
(155,203,180)
#A7D1BD
(167,209,189)
#B3D7C6
(179,215,198)
#BFDDCF
(191,221,207)
#CBE3D8
(203,227,216)
#D7E9E1
(215,233,225)
#E3EFEA
(227,239,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B999 color. Also use rgb(119,185,153) instead hex code.

Text Font Color

.myTextColor { color: #77B999; }

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

This text font color is #77B999.


Background Color

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

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

This div background color is #77B999.


Border color

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

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

This div border color is #77B999.


Opacity

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

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

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

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

This text has shadow with #77B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B999 on black background.


Color preview on white background

This text has color #77B999 on white background.



Black color preview on #77B999 background

This text has black color on #77B999 background.


White color preview on #77B999 background

This text has white color on #77B999 background.