COLOR #5B9768

HEX: #5B9768
RGB: (91,151,104)

Color info

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

RGB color model

#5B9768 color RGB value is (91,151,104).

  • red value is 91;
  • green value is 151;
  • blue value is 104.
RGB:
(91,151,104)
(36%,59%,41%)

RGB channels and saturation

R 91 of 255 = 36%
G 151 of 255 = 59%
B 104 of 255 = 41%

91
151
104

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

Portions of RGB colors in percentages

R + G + B =
91 + 151 + 104 = 346 (100%)
R 91 of 346 ~ 26.3%
G 151 of 346 ~ 43.64%
B 104 of 346 ~ 30.06%

%26.3
%43.64
%30.06

CMYK color model

#5B9768 color CMYK value is (40,0,31,41).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 40.78%
CMYK:
(40,0,31,41)
C40M0Y31K41 
(40%,0%,31%,41%)
(0.40/0.00/0.31/0.41)	

CMYK percentages

%39.74
%0
%31.13
%40.78

Codes

Color #5B9768 in popluar color models

5B9768
RGB91151104
HSL133°24.79%47.45%
HSB/HSV133°39.74%59.22%
CMYK39.74%0.00%31.13%
40.78%

Color #5B9768 in popluar number systems.

HEX5B9768
Decimal91151104
Binary1011011100101111101000
Octal133227150

Shades and tints

Shades of #5B9768

#5B9768
(91,151,104)
#538A5F
(83,138,95)
#4B7D56
(75,125,86)
#43704D
(67,112,77)
#3B6344
(59,99,68)
#33563B
(51,86,59)
#2B4932
(43,73,50)
#233C29
(35,60,41)
#1B2F20
(27,47,32)
#132217
(19,34,23)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #5B9768

#5B9768
(91,151,104)
#69A075
(105,160,117)
#77A982
(119,169,130)
#85B28F
(133,178,143)
#93BB9C
(147,187,156)
#A1C4A9
(161,196,169)
#AFCDB6
(175,205,182)
#BDD6C3
(189,214,195)
#CBDFD0
(203,223,208)
#D9E8DD
(217,232,221)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9768 color. Also use rgb(91,151,104) instead hex code.

Text Font Color

.myTextColor { color: #5B9768; }

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

This text font color is #5B9768.


Background Color

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

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

This div background color is #5B9768.


Border color

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

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

This div border color is #5B9768.


Opacity

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

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

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

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

This text has shadow with #5B9768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9768 on black background.


Color preview on white background

This text has color #5B9768 on white background.



Black color preview on #5B9768 background

This text has black color on #5B9768 background.


White color preview on #5B9768 background

This text has white color on #5B9768 background.