COLOR #99B77B

HEX: #99B77B RGB: (153,183,123)

Color info

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

RGB color model

#99B77B color RGB value is (153,183,123).

RGB: (153,183,123) (60%, 72%, 48%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 123 of 255 = 48%

153
183
123

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

Portions of RGB colors in percentages

R + G + B = 153 + 183 + 123 = 459 (100%)
R 153 of 459 ~ 33.33%
G 183 of 459 ~ 39.87%
B 123 of 459 ~ 26.8'%

%33.33
%39.87
%26.8

CMYK color model

#99B77B color CMYK value is (16,0,33,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%

CMYK: (16,0,33,28)
C16M0Y33K28 (16%, 0%, 33%, 28%)
(0.16 / 0.00 / 0.33 / 0.28)

CMYK percentages

%16.39
%0
%32.79
%28.24

Codes

Color #99B77B in popluar color models

99 B7 7B
RGB 153 183 123
HSL 90° 29.41% 60.00%
HSB/HSV 90° 32.79% 71.76%
CMYK 16.39% 0.00% 32.79%
28.24%

Color #99B77B in popluar number systems.

HEX 99 B7 7B
Decimal 153 183 123
Binary 10011001 10110111 1111011
Octal 231 267 173

Shades and tints

Shades of #99B77B

#99B77B
(153,183,123)
#8CA770
(140,167,112)
#7F9765
(127,151,101)
#72875A
(114,135,90)
#65774F
(101,119,79)
#586744
(88,103,68)
#4B5739
(75,87,57)
#3E472E
(62,71,46)
#313723
(49,55,35)
#242718
(36,39,24)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #99B77B

#99B77B
(153,183,123)
#A2BD87
(162,189,135)
#ABC393
(171,195,147)
#B4C99F
(180,201,159)
#BDCFAB
(189,207,171)
#C6D5B7
(198,213,183)
#CFDBC3
(207,219,195)
#D8E1CF
(216,225,207)
#E1E7DB
(225,231,219)
#EAEDE7
(234,237,231)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B77B; }

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

This text font color is #99B77B.

Background Color

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

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

This div background color is #99B77B.

Border color

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

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

This div border color is #99B77B.

Opacity

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

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

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

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

This text has shadow with #99B77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B77B.

Preview

Color preview on black background

This text has color #99B77B on black background.


Color preview on white background

This text has color #99B77B on white background.


Black color preview on #99B77B background

This text has black color on #99B77B background.


White color preview on #99B77B background

This text has white color on #99B77B background.


Related colors

Complementary color

Complementary color for #hex is #664884.


I love getcolorcode.com

Triadic colors

1 #7B99B7 and #B77B99 with #99B77B are triadic colors.

2 #7BB799 and #B7997B with #99B77B are triadic colors.