COLOR #9CC077

HEX: #9CC077 RGB: (156,192,119)

Color info

#9CC077 contains mainly red and green colors. Web safe color of #9CC077 is #99CC66 (or #9C6).

RGB color model

#9CC077 color RGB value is (156,192,119).

RGB: (156,192,119) (61%, 75%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 119 of 255 = 47%

156
192
119

R + G + B ~ 61%. #9CC077 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 192 + 119 = 467 (100%)
R 156 of 467 ~ 33.4%
G 192 of 467 ~ 41.11%
B 119 of 467 ~ 25.48'%

%33.4
%41.11
%25.48

CMYK color model

#9CC077 color CMYK value is (19,0,38,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK: (19,0,38,25) C19M0Y38K25 (19%,0%,38%,25%) (0.19/0.00/0.38/0.25) 

CMYK percentages

%18.75
%0
%38.02
%24.71

Codes

Color #9CC077 in popluar color models

9C C0 77
RGB 156 192 119
HSL 90° 36.68% 60.98%
HSB/HSV 90° 38.02% 75.29%
CMYK 18.75% 0.00% 38.02%
24.71%

Color #9CC077 in popluar number systems.

HEX 9C C0 77
Decimal 156 192 119
Binary 10011100 11000000 1110111
Octal 234 300 167

Shades and tints

Shades of #9CC077

#9CC077
(156,192,119)
#8EAF6D
(142,175,109)
#809E63
(128,158,99)
#728D59
(114,141,89)
#647C4F
(100,124,79)
#566B45
(86,107,69)
#485A3B
(72,90,59)
#3A4931
(58,73,49)
#2C3827
(44,56,39)
#1E271D
(30,39,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #9CC077

#9CC077
(156,192,119)
#A5C583
(165,197,131)
#AECA8F
(174,202,143)
#B7CF9B
(183,207,155)
#C0D4A7
(192,212,167)
#C9D9B3
(201,217,179)
#D2DEBF
(210,222,191)
#DBE3CB
(219,227,203)
#E4E8D7
(228,232,215)
#EDEDE3
(237,237,227)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC077 color. Also use rgb(156,192,119) instead hex code.

Text Font Color

.myTextColor { color: #9CC077; }

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

This text font color is #9CC077.

Background Color

.myBgColor { background-color: #9CC077; }

<div style="background-color:#9CC077">Inner text</div>

This div background color is #9CC077.

Border color

.myBorderColor { border: 1px solid #9CC077; }

<div style="border:3px solid #9CC077">Div</div>

This div border color is #9CC077.

Opacity

.myOpacity80 { color: #9CC077; opacity: 0.8; }

<p style="color:#9CC077;opacity:0.8;">80%</p>

Text with #9CC077 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 #9CC077;}

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

This text has shadow with #9CC077 color.


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

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

This text has shadow with #9CC077 primary color and red secondary color.


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

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

This text has shadow with #9CC077 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9CC077.

Preview

Color preview on black background

This text has color #9CC077 on black background.


Color preview on white background

This text has color #9CC077 on white background.


Black color preview on #9CC077 background

This text has black color on #9CC077 background.


White color preview on #9CC077 background

This text has white color on #9CC077 background.


Related colors

Complementary color

Complementary color for #hex is #633F88.


I love getcolorcode.com

Triadic colors

1 #779CC0 and #C0779C with #9CC077 are triadic colors.

2 #77C09C and #C09C77 with #9CC077 are triadic colors.