COLOR #99A366

HEX: #99A366
RGB: (153,163,102)

Color info

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

RGB color model

#99A366 color RGB value is (153,163,102).

  • red value is 153;
  • green value is 163;
  • blue value is 102.
RGB:
(153,163,102)
(60%,64%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 102 of 255 = 40%

153
163
102

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 102 = 418 (100%)
R 153 of 418 ~ 36.6%
G 163 of 418 ~ 39%
B 102 of 418 ~ 24.4%

%36.6
%39
%24.4

CMYK color model

#99A366 color CMYK value is (6,0,37,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(6,0,37,36)
C6M0Y37K36 
(6%,0%,37%,36%)
(0.06/0.00/0.37/0.36)	

CMYK percentages

%6.13
%0
%37.42
%36.08

Codes

Color #99A366 in popluar color models

99A366
RGB153163102
HSL70°24.90%51.96%
HSB/HSV70°37.42%63.92%
CMYK6.13%0.00%37.42%
36.08%

Color #99A366 in popluar number systems.

HEX99A366
Decimal153163102
Binary10011001101000111100110
Octal231243146

Shades and tints

Shades of #99A366

#99A366
(153,163,102)
#8C955D
(140,149,93)
#7F8754
(127,135,84)
#72794B
(114,121,75)
#656B42
(101,107,66)
#585D39
(88,93,57)
#4B4F30
(75,79,48)
#3E4127
(62,65,39)
#31331E
(49,51,30)
#242515
(36,37,21)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #99A366

#99A366
(153,163,102)
#A2AB73
(162,171,115)
#ABB380
(171,179,128)
#B4BB8D
(180,187,141)
#BDC39A
(189,195,154)
#C6CBA7
(198,203,167)
#CFD3B4
(207,211,180)
#D8DBC1
(216,219,193)
#E1E3CE
(225,227,206)
#EAEBDB
(234,235,219)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A366 color. Also use rgb(153,163,102) instead hex code.

Text Font Color

.myTextColor { color: #99A366; }

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

This text font color is #99A366.


Background Color

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

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

This div background color is #99A366.


Border color

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

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

This div border color is #99A366.


Opacity

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

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

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

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

This text has shadow with #99A366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A366 on black background.


Color preview on white background

This text has color #99A366 on white background.



Black color preview on #99A366 background

This text has black color on #99A366 background.


White color preview on #99A366 background

This text has white color on #99A366 background.