COLOR #99B778

HEX: #99B778
RGB: (153,183,120)

Color info

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

RGB color model

#99B778 color RGB value is (153,183,120).

  • red value is 153;
  • green value is 183;
  • blue value is 120.
RGB:
(153,183,120)
(60%,72%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 120 of 255 = 47%

153
183
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 120 = 456 (100%)
R 153 of 456 ~ 33.55%
G 183 of 456 ~ 40.13%
B 120 of 456 ~ 26.32%

%33.55
%40.13
%26.32

CMYK color model

#99B778 color CMYK value is (16,0,34,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(16,0,34,28)
C16M0Y34K28 
(16%,0%,34%,28%)
(0.16/0.00/0.34/0.28)	

CMYK percentages

%16.39
%0
%34.43
%28.24

Codes

Color #99B778 in popluar color models

99B778
RGB153183120
HSL89°30.43%59.41%
HSB/HSV89°34.43%71.76%
CMYK16.39%0.00%34.43%
28.24%

Color #99B778 in popluar number systems.

HEX99B778
Decimal153183120
Binary10011001101101111111000
Octal231267170

Shades and tints

Shades of #99B778

#99B778
(153,183,120)
#8CA76E
(140,167,110)
#7F9764
(127,151,100)
#72875A
(114,135,90)
#657750
(101,119,80)
#586746
(88,103,70)
#4B573C
(75,87,60)
#3E4732
(62,71,50)
#313728
(49,55,40)
#24271E
(36,39,30)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99B778

#99B778
(153,183,120)
#A2BD84
(162,189,132)
#ABC390
(171,195,144)
#B4C99C
(180,201,156)
#BDCFA8
(189,207,168)
#C6D5B4
(198,213,180)
#CFDBC0
(207,219,192)
#D8E1CC
(216,225,204)
#E1E7D8
(225,231,216)
#EAEDE4
(234,237,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B778 color. Also use rgb(153,183,120) instead hex code.

Text Font Color

.myTextColor { color: #99B778; }

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

This text font color is #99B778.


Background Color

.myBgColor { background-color: #99B778; }

<div style="background-color:#99B778">Inner text</div>

This div background color is #99B778.


Border color

.myBorderColor { border: 1px solid #99B778; }

<div style="border:3px solid #99B778">Div</div>

This div border color is #99B778.


Opacity

.myOpacity80 { color: #99B778; opacity: 0.8; }

<p style="color:#99B778;opacity:0.8;">80%</p>

Text with #99B778 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 #99B778;}

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

This text has shadow with #99B778 color.

.textShadow {text-shadow: 3px 3px 1px #99B778, 3px 3px 1px red;}

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

This text has shadow with #99B778 primary color and red secondary color.


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

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

This text has shadow with #99B778 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B778 on black background.


Color preview on white background

This text has color #99B778 on white background.



Black color preview on #99B778 background

This text has black color on #99B778 background.


White color preview on #99B778 background

This text has white color on #99B778 background.