COLOR #99B374

HEX: #99B374 RGB: (153,179,116)

Color info

#99B374 contains mainly red and green colors. Web safe color of #99B374 is #999966 (or #996).

RGB color model

#99B374 color RGB value is (153,179,116).

RGB: (153,179,116) (60%, 70%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 116 of 255 = 45%

153
179
116

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

Portions of RGB colors in percentages

R + G + B = 153 + 179 + 116 = 448 (100%)
R 153 of 448 ~ 34.15%
G 179 of 448 ~ 39.96%
B 116 of 448 ~ 25.89'%

%34.15
%39.96
%25.89

CMYK color model

#99B374 color CMYK value is (15,0,35,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 29.80%
CMYK: (15,0,35,30) C15M0Y35K30 (15%,0%,35%,30%) (0.15/0.00/0.35/0.30) 

CMYK percentages

%14.53
%0
%35.2
%29.8

Codes

Color #99B374 in popluar color models

99 B3 74
RGB 153 179 116
HSL 85° 29.30% 57.84%
HSB/HSV 85° 35.20% 70.20%
CMYK 14.53% 0.00% 35.20%
29.80%

Color #99B374 in popluar number systems.

HEX 99 B3 74
Decimal 153 179 116
Binary 10011001 10110011 1110100
Octal 231 263 164

Shades and tints

Shades of #99B374

#99B374
(153,179,116)
#8CA36A
(140,163,106)
#7F9360
(127,147,96)
#728356
(114,131,86)
#65734C
(101,115,76)
#586342
(88,99,66)
#4B5338
(75,83,56)
#3E432E
(62,67,46)
#313324
(49,51,36)
#24231A
(36,35,26)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #99B374

#99B374
(153,179,116)
#A2B980
(162,185,128)
#ABBF8C
(171,191,140)
#B4C598
(180,197,152)
#BDCBA4
(189,203,164)
#C6D1B0
(198,209,176)
#CFD7BC
(207,215,188)
#D8DDC8
(216,221,200)
#E1E3D4
(225,227,212)
#EAE9E0
(234,233,224)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B374 color. Also use rgb(153,179,116) instead hex code.

Text Font Color

.myTextColor { color: #99B374; }

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

This text font color is #99B374.

Background Color

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

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

This div background color is #99B374.

Border color

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

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

This div border color is #99B374.

Opacity

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

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

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

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

This text has shadow with #99B374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B374.

Preview

Color preview on black background

This text has color #99B374 on black background.


Color preview on white background

This text has color #99B374 on white background.


Black color preview on #99B374 background

This text has black color on #99B374 background.


White color preview on #99B374 background

This text has white color on #99B374 background.


Related colors

Complementary color

Complementary color for #hex is #664C8B.


I love getcolorcode.com

Triadic colors

1 #7499B3 and #B37499 with #99B374 are triadic colors.

2 #74B399 and #B39974 with #99B374 are triadic colors.