COLOR #99B669

HEX: #99B669
RGB: (153,182,105)

Color info

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

RGB color model

#99B669 color RGB value is (153,182,105).

  • red value is 153;
  • green value is 182;
  • blue value is 105.
RGB:
(153,182,105)
(60%,71%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 105 of 255 = 41%

153
182
105

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

Portions of RGB colors in percentages

R + G + B =
153 + 182 + 105 = 440 (100%)
R 153 of 440 ~ 34.77%
G 182 of 440 ~ 41.36%
B 105 of 440 ~ 23.86%

%34.77
%41.36
%23.86

CMYK color model

#99B669 color CMYK value is (16,0,42,29).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 28.63%
CMYK:
(16,0,42,29)
C16M0Y42K29 
(16%,0%,42%,29%)
(0.16/0.00/0.42/0.29)	

CMYK percentages

%15.93
%0
%42.31
%28.63

Codes

Color #99B669 in popluar color models

99B669
RGB153182105
HSL83°34.53%56.27%
HSB/HSV83°42.31%71.37%
CMYK15.93%0.00%42.31%
28.63%

Color #99B669 in popluar number systems.

HEX99B669
Decimal153182105
Binary10011001101101101101001
Octal231266151

Shades and tints

Shades of #99B669

#99B669
(153,182,105)
#8CA660
(140,166,96)
#7F9657
(127,150,87)
#72864E
(114,134,78)
#657645
(101,118,69)
#58663C
(88,102,60)
#4B5633
(75,86,51)
#3E462A
(62,70,42)
#313621
(49,54,33)
#242618
(36,38,24)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #99B669

#99B669
(153,182,105)
#A2BC76
(162,188,118)
#ABC283
(171,194,131)
#B4C890
(180,200,144)
#BDCE9D
(189,206,157)
#C6D4AA
(198,212,170)
#CFDAB7
(207,218,183)
#D8E0C4
(216,224,196)
#E1E6D1
(225,230,209)
#EAECDE
(234,236,222)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B669 color. Also use rgb(153,182,105) instead hex code.

Text Font Color

.myTextColor { color: #99B669; }

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

This text font color is #99B669.


Background Color

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

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

This div background color is #99B669.


Border color

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

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

This div border color is #99B669.


Opacity

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

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

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

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

This text has shadow with #99B669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B669 on black background.


Color preview on white background

This text has color #99B669 on white background.



Black color preview on #99B669 background

This text has black color on #99B669 background.


White color preview on #99B669 background

This text has white color on #99B669 background.