COLOR #5B9960

HEX: #5B9960
RGB: (91,153,96)

Color info

#5B9960 contains mainly green and blue colors. Web safe color of #5B9960 is #669966 (or #696).

RGB color model

#5B9960 color RGB value is (91,153,96).

  • red value is 91;
  • green value is 153;
  • blue value is 96.
RGB:
(91,153,96)
(36%,60%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 96 of 255 = 38%

91
153
96

R + G + B ~ 45%. #5B9960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 153 + 96 = 340 (100%)
R 91 of 340 ~ 26.76%
G 153 of 340 ~ 45%
B 96 of 340 ~ 28.24%

%26.76
%45
%28.24

CMYK color model

#5B9960 color CMYK value is (41,0,37,40).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(41,0,37,40)
C41M0Y37K40 
(41%,0%,37%,40%)
(0.41/0.00/0.37/0.40)	

CMYK percentages

%40.52
%0
%37.25
%40

Codes

Color #5B9960 in popluar color models

5B9960
RGB9115396
HSL125°25.41%47.84%
HSB/HSV125°40.52%60.00%
CMYK40.52%0.00%37.25%
40.00%

Color #5B9960 in popluar number systems.

HEX5B9960
Decimal9115396
Binary1011011100110011100000
Octal133231140

Shades and tints

Shades of #5B9960

#5B9960
(91,153,96)
#538C58
(83,140,88)
#4B7F50
(75,127,80)
#437248
(67,114,72)
#3B6540
(59,101,64)
#335838
(51,88,56)
#2B4B30
(43,75,48)
#233E28
(35,62,40)
#1B3120
(27,49,32)
#132418
(19,36,24)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #5B9960

#5B9960
(91,153,96)
#69A26E
(105,162,110)
#77AB7C
(119,171,124)
#85B48A
(133,180,138)
#93BD98
(147,189,152)
#A1C6A6
(161,198,166)
#AFCFB4
(175,207,180)
#BDD8C2
(189,216,194)
#CBE1D0
(203,225,208)
#D9EADE
(217,234,222)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9960 color. Also use rgb(91,153,96) instead hex code.

Text Font Color

.myTextColor { color: #5B9960; }

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

This text font color is #5B9960.


Background Color

.myBgColor { background-color: #5B9960; }

<div style="background-color:#5B9960">Inner text</div>

This div background color is #5B9960.


Border color

.myBorderColor { border: 1px solid #5B9960; }

<div style="border:3px solid #5B9960">Div</div>

This div border color is #5B9960.


Opacity

.myOpacity80 { color: #5B9960; opacity: 0.8; }

<p style="color:#5B9960;opacity:0.8;">80%</p>

Text with #5B9960 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 #5B9960;}

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

This text has shadow with #5B9960 color.

.textShadow {text-shadow: 3px 3px 1px #5B9960, 3px 3px 1px red;}

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

This text has shadow with #5B9960 primary color and red secondary color.


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

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

This text has shadow with #5B9960 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9960 on black background.


Color preview on white background

This text has color #5B9960 on white background.



Black color preview on #5B9960 background

This text has black color on #5B9960 background.


White color preview on #5B9960 background

This text has white color on #5B9960 background.