COLOR #96B067

HEX: #96B067 RGB: (150,176,103)

Color info

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

RGB color model

#96B067 color RGB value is (150,176,103).

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

RGB channels and saturation

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

150
176
103

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

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 103 = 429 (100%)
R 150 of 429 ~ 34.97%
G 176 of 429 ~ 41.03%
B 103 of 429 ~ 24.01'%

%34.97
%41.03
%24.01

CMYK color model

#96B067 color CMYK value is (15,0,41,31).

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

CMYK: (15,0,41,31)
C15M0Y41K31 (15%, 0%, 41%, 31%)
(0.15 / 0.00 / 0.41 / 0.31)

CMYK percentages

%14.77
%0
%41.48
%30.98

Codes

Color #96B067 in popluar color models

96 B0 67
RGB 150 176 103
HSL 81° 31.60% 54.71%
HSB/HSV 81° 41.48% 69.02%
CMYK 14.77% 0.00% 41.48%
30.98%

Color #96B067 in popluar number systems.

HEX 96 B0 67
Decimal 150 176 103
Binary 10010110 10110000 1100111
Octal 226 260 147

Shades and tints

Shades of #96B067

#96B067
(150,176,103)
#89A05E
(137,160,94)
#7C9055
(124,144,85)
#6F804C
(111,128,76)
#627043
(98,112,67)
#55603A
(85,96,58)
#485031
(72,80,49)
#3B4028
(59,64,40)
#2E301F
(46,48,31)
#212016
(33,32,22)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #96B067

#96B067
(150,176,103)
#9FB774
(159,183,116)
#A8BE81
(168,190,129)
#B1C58E
(177,197,142)
#BACC9B
(186,204,155)
#C3D3A8
(195,211,168)
#CCDAB5
(204,218,181)
#D5E1C2
(213,225,194)
#DEE8CF
(222,232,207)
#E7EFDC
(231,239,220)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B067; }

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

This text font color is #96B067.

Background Color

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

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

This div background color is #96B067.

Border color

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

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

This div border color is #96B067.

Opacity

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

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

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

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

This text has shadow with #96B067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B067.

Preview

Color preview on black background

This text has color #96B067 on black background.


Color preview on white background

This text has color #96B067 on white background.


Black color preview on #96B067 background

This text has black color on #96B067 background.


White color preview on #96B067 background

This text has white color on #96B067 background.


Related colors

Complementary color

Complementary color for #hex is #694F98.


I love getcolorcode.com

Triadic colors

1 #6796B0 and #B06796 with #96B067 are triadic colors.

2 #67B096 and #B09667 with #96B067 are triadic colors.