COLOR #99B574

HEX: #99B574
RGB: (153,181,116)

Color info

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

RGB color model

#99B574 color RGB value is (153,181,116).

  • red value is 153;
  • green value is 181;
  • blue value is 116.
RGB:
(153,181,116)
(60%,71%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 116 of 255 = 45%

153
181
116

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

Portions of RGB colors in percentages

R + G + B =
153 + 181 + 116 = 450 (100%)
R 153 of 450 ~ 34%
G 181 of 450 ~ 40.22%
B 116 of 450 ~ 25.78%

%34
%40.22
%25.78

CMYK color model

#99B574 color CMYK value is (15,0,36,29).

  • cyan value is 15.47%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 29.02%
CMYK:
(15,0,36,29)
C15M0Y36K29 
(15%,0%,36%,29%)
(0.15/0.00/0.36/0.29)	

CMYK percentages

%15.47
%0
%35.91
%29.02

Codes

Color #99B574 in popluar color models

99B574
RGB153181116
HSL86°30.52%58.24%
HSB/HSV86°35.91%70.98%
CMYK15.47%0.00%35.91%
29.02%

Color #99B574 in popluar number systems.

HEX99B574
Decimal153181116
Binary10011001101101011110100
Octal231265164

Shades and tints

Shades of #99B574

#99B574
(153,181,116)
#8CA56A
(140,165,106)
#7F9560
(127,149,96)
#728556
(114,133,86)
#65754C
(101,117,76)
#586542
(88,101,66)
#4B5538
(75,85,56)
#3E452E
(62,69,46)
#313524
(49,53,36)
#24251A
(36,37,26)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #99B574

#99B574
(153,181,116)
#A2BB80
(162,187,128)
#ABC18C
(171,193,140)
#B4C798
(180,199,152)
#BDCDA4
(189,205,164)
#C6D3B0
(198,211,176)
#CFD9BC
(207,217,188)
#D8DFC8
(216,223,200)
#E1E5D4
(225,229,212)
#EAEBE0
(234,235,224)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B574; }

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

This text font color is #99B574.


Background Color

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

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

This div background color is #99B574.


Border color

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

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

This div border color is #99B574.


Opacity

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

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

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

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

This text has shadow with #99B574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B574 on black background.


Color preview on white background

This text has color #99B574 on white background.



Black color preview on #99B574 background

This text has black color on #99B574 background.


White color preview on #99B574 background

This text has white color on #99B574 background.