COLOR #96AD5D

HEX: #96AD5D
RGB: (150,173,93)

Renk bilgisi

#96AD5D contains mainly red and green colors. #96AD5D ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#96AD5D color RGB value is (150,173,93).

  • kırmız ton 150;
  • yeşil ton 173;
  • mavi ton 93.
RGB:
(150,173,93)
(59%,68%,36%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 173 of 255 = 68%
B 93 of 255 = 36%

150
173
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 173 + 93 = 416 (100%)
R 150 of 416 ~ 36.06%
G 173 of 416 ~ 41.59%
B 93 of 416 ~ 22.36%

%36.06
%41.59
%22.36

CMYK RENK MODELİ

#96AD5D rengi CMYK tonu (13,0,46,32).

  • camgöbeği tonu 13.29%
  • eflatun tonu 0.00%
  • sarı tonu 46.24%
  • ana renk tonu 32.16%
CMYK:
(13,0,46,32)
C13M0Y46K32 
(13%,0%,46%,32%)
(0.13/0.00/0.46/0.32)	

CMYK yüzdeleri

%13.29
%0
%46.24
%32.16

Codes

Color #96AD5D in popluar color models

96AD5D
RGB15017393
HSL77°32.79%52.16%
HSB/HSV77°46.24%67.84%
CMYK13.29%0.00%46.24%
32.16%

Color #96AD5D in popluar number systems.

HEX96AD5D
Decimal15017393
Binary10010110101011011011101
Octal226255135

Shades and tints

Shades of #96AD5D

#96AD5D
(150,173,93)
#899E55
(137,158,85)
#7C8F4D
(124,143,77)
#6F8045
(111,128,69)
#62713D
(98,113,61)
#556235
(85,98,53)
#48532D
(72,83,45)
#3B4425
(59,68,37)
#2E351D
(46,53,29)
#212615
(33,38,21)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #96AD5D

#96AD5D
(150,173,93)
#9FB46B
(159,180,107)
#A8BB79
(168,187,121)
#B1C287
(177,194,135)
#BAC995
(186,201,149)
#C3D0A3
(195,208,163)
#CCD7B1
(204,215,177)
#D5DEBF
(213,222,191)
#DEE5CD
(222,229,205)
#E7ECDB
(231,236,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AD5D color. Also use rgb(150,173,93) instead hex code.

Text Font Color

.myTextColor { color: #96AD5D; }

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

This text font color is #96AD5D.


Background Color

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

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

This div background color is #96AD5D.


Border color

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

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

This div border color is #96AD5D.


Opacity

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

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

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

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

This text has shadow with #96AD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AD5D on black background.


Color preview on white background

This text has color #96AD5D on white background.



Black color preview on #96AD5D background

This text has black color on #96AD5D background.


White color preview on #96AD5D background

This text has white color on #96AD5D background.