COLOR #96B380

HEX: #96B380
RGB: (150,179,128)

Renk bilgisi

#96B380 contains red, green and blue colors in about the same proportion. #96B380 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#96B380 color RGB value is (150,179,128).

  • kırmız ton 150;
  • yeşil ton 179;
  • mavi ton 128.
RGB:
(150,179,128)
(59%,70%,50%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 179 of 255 = 70%
B 128 of 255 = 50%

150
179
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 179 + 128 = 457 (100%)
R 150 of 457 ~ 32.82%
G 179 of 457 ~ 39.17%
B 128 of 457 ~ 28.01%

%32.82
%39.17
%28.01

CMYK RENK MODELİ

#96B380 rengi CMYK tonu (16,0,28,30).

  • camgöbeği tonu 16.20%
  • eflatun tonu 0.00%
  • sarı tonu 28.49%
  • ana renk tonu 29.80%
CMYK:
(16,0,28,30)
C16M0Y28K30 
(16%,0%,28%,30%)
(0.16/0.00/0.28/0.30)	

CMYK yüzdeleri

%16.2
%0
%28.49
%29.8

Codes

Color #96B380 in popluar color models

96B380
RGB150179128
HSL94°25.12%60.20%
HSB/HSV94°28.49%70.20%
CMYK16.20%0.00%28.49%
29.80%

Color #96B380 in popluar number systems.

HEX96B380
Decimal150179128
Binary100101101011001110000000
Octal226263200

Shades and tints

Shades of #96B380

#96B380
(150,179,128)
#89A375
(137,163,117)
#7C936A
(124,147,106)
#6F835F
(111,131,95)
#627354
(98,115,84)
#556349
(85,99,73)
#48533E
(72,83,62)
#3B4333
(59,67,51)
#2E3328
(46,51,40)
#21231D
(33,35,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96B380

#96B380
(150,179,128)
#9FB98B
(159,185,139)
#A8BF96
(168,191,150)
#B1C5A1
(177,197,161)
#BACBAC
(186,203,172)
#C3D1B7
(195,209,183)
#CCD7C2
(204,215,194)
#D5DDCD
(213,221,205)
#DEE3D8
(222,227,216)
#E7E9E3
(231,233,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B380 color. Also use rgb(150,179,128) instead hex code.

Text Font Color

.myTextColor { color: #96B380; }

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

This text font color is #96B380.


Background Color

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

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

This div background color is #96B380.


Border color

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

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

This div border color is #96B380.


Opacity

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

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

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

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

This text has shadow with #96B380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B380 on black background.


Color preview on white background

This text has color #96B380 on white background.



Black color preview on #96B380 background

This text has black color on #96B380 background.


White color preview on #96B380 background

This text has white color on #96B380 background.