COLOR #96B069

HEX: #96B069 RGB: (150,176,105)

Color info

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

RGB color model

#96B069 color RGB value is (150,176,105).

RGB: (150,176,105) (59%, 69%, 41%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 105 of 255 = 41%

150
176
105

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

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 105 = 431 (100%)
R 150 of 431 ~ 34.8%
G 176 of 431 ~ 40.84%
B 105 of 431 ~ 24.36'%

%34.8
%40.84
%24.36

CMYK color model

#96B069 color CMYK value is (15,0,40,31).

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

CMYK: (15,0,40,31)
C15M0Y40K31 (15%, 0%, 40%, 31%)
(0.15 / 0.00 / 0.40 / 0.31)

CMYK percentages

%14.77
%0
%40.34
%30.98

Codes

Color #96B069 in popluar color models

96 B0 69
RGB 150 176 105
HSL 82° 31.00% 55.10%
HSB/HSV 82° 40.34% 69.02%
CMYK 14.77% 0.00% 40.34%
30.98%

Color #96B069 in popluar number systems.

HEX 96 B0 69
Decimal 150 176 105
Binary 10010110 10110000 1101001
Octal 226 260 151

Shades and tints

Shades of #96B069

#96B069
(150,176,105)
#89A060
(137,160,96)
#7C9057
(124,144,87)
#6F804E
(111,128,78)
#627045
(98,112,69)
#55603C
(85,96,60)
#485033
(72,80,51)
#3B402A
(59,64,42)
#2E3021
(46,48,33)
#212018
(33,32,24)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #96B069

#96B069
(150,176,105)
#9FB776
(159,183,118)
#A8BE83
(168,190,131)
#B1C590
(177,197,144)
#BACC9D
(186,204,157)
#C3D3AA
(195,211,170)
#CCDAB7
(204,218,183)
#D5E1C4
(213,225,196)
#DEE8D1
(222,232,209)
#E7EFDE
(231,239,222)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B069; }

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

This text font color is #96B069.

Background Color

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

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

This div background color is #96B069.

Border color

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

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

This div border color is #96B069.

Opacity

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

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

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

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

This text has shadow with #96B069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B069.

Preview

Color preview on black background

This text has color #96B069 on black background.


Color preview on white background

This text has color #96B069 on white background.


Black color preview on #96B069 background

This text has black color on #96B069 background.


White color preview on #96B069 background

This text has white color on #96B069 background.


Related colors

Complementary color

Complementary color for #hex is #694F96.


I love getcolorcode.com

Triadic colors

1 #6996B0 and #B06996 with #96B069 are triadic colors.

2 #69B096 and #B09669 with #96B069 are triadic colors.