COLOR #5B9E65

HEX: #5B9E65
RGB: (91,158,101)

Color info

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

RGB color model

#5B9E65 color RGB value is (91,158,101).

  • red value is 91;
  • green value is 158;
  • blue value is 101.
RGB:
(91,158,101)
(36%,62%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 158 of 255 = 62%
B 101 of 255 = 40%

91
158
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 158 + 101 = 350 (100%)
R 91 of 350 ~ 26%
G 158 of 350 ~ 45.14%
B 101 of 350 ~ 28.86%

%26
%45.14
%28.86

CMYK color model

#5B9E65 color CMYK value is (42,0,36,38).

  • cyan value is 42.41%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(42,0,36,38)
C42M0Y36K38 
(42%,0%,36%,38%)
(0.42/0.00/0.36/0.38)	

CMYK percentages

%42.41
%0
%36.08
%38.04

Codes

Color #5B9E65 in popluar color models

5B9E65
RGB91158101
HSL129°26.91%48.82%
HSB/HSV129°42.41%61.96%
CMYK42.41%0.00%36.08%
38.04%

Color #5B9E65 in popluar number systems.

HEX5B9E65
Decimal91158101
Binary1011011100111101100101
Octal133236145

Shades and tints

Shades of #5B9E65

#5B9E65
(91,158,101)
#53905C
(83,144,92)
#4B8253
(75,130,83)
#43744A
(67,116,74)
#3B6641
(59,102,65)
#335838
(51,88,56)
#2B4A2F
(43,74,47)
#233C26
(35,60,38)
#1B2E1D
(27,46,29)
#132014
(19,32,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #5B9E65

#5B9E65
(91,158,101)
#69A673
(105,166,115)
#77AE81
(119,174,129)
#85B68F
(133,182,143)
#93BE9D
(147,190,157)
#A1C6AB
(161,198,171)
#AFCEB9
(175,206,185)
#BDD6C7
(189,214,199)
#CBDED5
(203,222,213)
#D9E6E3
(217,230,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9E65 color. Also use rgb(91,158,101) instead hex code.

Text Font Color

.myTextColor { color: #5B9E65; }

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

This text font color is #5B9E65.


Background Color

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

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

This div background color is #5B9E65.


Border color

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

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

This div border color is #5B9E65.


Opacity

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

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

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

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

This text has shadow with #5B9E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9E65 on black background.


Color preview on white background

This text has color #5B9E65 on white background.



Black color preview on #5B9E65 background

This text has black color on #5B9E65 background.


White color preview on #5B9E65 background

This text has white color on #5B9E65 background.