COLOR #96B066

HEX: #96B066 RGB: (150,176,102)

Color info

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

RGB color model

#96B066 color RGB value is (150,176,102).

RGB: (150,176,102) (59%, 69%, 40%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 102 of 255 = 40%

150
176
102

R + G + B ~ 56%. #96B066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 102 = 428 (100%)
R 150 of 428 ~ 35.05%
G 176 of 428 ~ 41.12%
B 102 of 428 ~ 23.83'%

%35.05
%41.12
%23.83

CMYK color model

#96B066 color CMYK value is (15,0,42,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%

CMYK: (15,0,42,31)
C15M0Y42K31 (15%, 0%, 42%, 31%)
(0.15 / 0.00 / 0.42 / 0.31)

CMYK percentages

%14.77
%0
%42.05
%30.98

Codes

Color #96B066 in popluar color models

96 B0 66
RGB 150 176 102
HSL 81° 31.90% 54.51%
HSB/HSV 81° 42.05% 69.02%
CMYK 14.77% 0.00% 42.05%
30.98%

Color #96B066 in popluar number systems.

HEX 96 B0 66
Decimal 150 176 102
Binary 10010110 10110000 1100110
Octal 226 260 146

Shades and tints

Shades of #96B066

#96B066
(150,176,102)
#89A05D
(137,160,93)
#7C9054
(124,144,84)
#6F804B
(111,128,75)
#627042
(98,112,66)
#556039
(85,96,57)
#485030
(72,80,48)
#3B4027
(59,64,39)
#2E301E
(46,48,30)
#212015
(33,32,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96B066

#96B066
(150,176,102)
#9FB773
(159,183,115)
#A8BE80
(168,190,128)
#B1C58D
(177,197,141)
#BACC9A
(186,204,154)
#C3D3A7
(195,211,167)
#CCDAB4
(204,218,180)
#D5E1C1
(213,225,193)
#DEE8CE
(222,232,206)
#E7EFDB
(231,239,219)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B066 color. Also use rgb(150,176,102) instead hex code.

Text Font Color

.myTextColor { color: #96B066; }

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

This text font color is #96B066.

Background Color

.myBgColor { background-color: #96B066; }

<div style="background-color:#96B066">Inner text</div>

This div background color is #96B066.

Border color

.myBorderColor { border: 1px solid #96B066; }

<div style="border:3px solid #96B066">Div</div>

This div border color is #96B066.

Opacity

.myOpacity80 { color: #96B066; opacity: 0.8; }

<p style="color:#96B066;opacity:0.8;">80%</p>

Text with #96B066 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 #96B066;}

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

This text has shadow with #96B066 color.


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

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

This text has shadow with #96B066 primary color and red secondary color.


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

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

This text has shadow with #96B066 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96B066.

Preview

Color preview on black background

This text has color #96B066 on black background.


Color preview on white background

This text has color #96B066 on white background.


Black color preview on #96B066 background

This text has black color on #96B066 background.


White color preview on #96B066 background

This text has white color on #96B066 background.


Related colors

Complementary color

Complementary color for #hex is #694F99.


I love getcolorcode.com

Triadic colors

1 #6696B0 and #B06696 with #96B066 are triadic colors.

2 #66B096 and #B09666 with #96B066 are triadic colors.