COLOR #5BAA69

HEX: #5BAA69 RGB: (91,170,105)

Color info

#5BAA69 contains mainly green color. Web safe color of #5BAA69 is #669966 (or #696).

RGB color model

#5BAA69 color RGB value is (91,170,105).

RGB: (91,170,105) (36%, 67%, 41%)

RGB channels and saturation

R 91 of 255 = 36%
G 170 of 255 = 67%
B 105 of 255 = 41%

91
170
105

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

Portions of RGB colors in percentages

R + G + B = 91 + 170 + 105 = 366 (100%)
R 91 of 366 ~ 24.86%
G 170 of 366 ~ 46.45%
B 105 of 366 ~ 28.69'%

%24.86
%46.45
%28.69

CMYK color model

#5BAA69 color CMYK value is (46,0,38,33).

  • cyan value is 46.47%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 33.33%

CMYK: (46,0,38,33)
C46M0Y38K33 (46%, 0%, 38%, 33%)
(0.46 / 0.00 / 0.38 / 0.33)

CMYK percentages

%46.47
%0
%38.24
%33.33

Codes

Color #5BAA69 in popluar color models

5B AA 69
RGB 91 170 105
HSL 131° 31.73% 51.18%
HSB/HSV 131° 46.47% 66.67%
CMYK 46.47% 0.00% 38.24%
33.33%

Color #5BAA69 in popluar number systems.

HEX 5B AA 69
Decimal 91 170 105
Binary 1011011 10101010 1101001
Octal 133 252 151

Shades and tints

Shades of #5BAA69

#5BAA69
(91,170,105)
#539B60
(83,155,96)
#4B8C57
(75,140,87)
#437D4E
(67,125,78)
#3B6E45
(59,110,69)
#335F3C
(51,95,60)
#2B5033
(43,80,51)
#23412A
(35,65,42)
#1B3221
(27,50,33)
#132318
(19,35,24)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #5BAA69

#5BAA69
(91,170,105)
#69B176
(105,177,118)
#77B883
(119,184,131)
#85BF90
(133,191,144)
#93C69D
(147,198,157)
#A1CDAA
(161,205,170)
#AFD4B7
(175,212,183)
#BDDBC4
(189,219,196)
#CBE2D1
(203,226,209)
#D9E9DE
(217,233,222)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAA69 color. Also use rgb(91,170,105) instead hex code.

Text Font Color

.myTextColor { color: #5BAA69; }

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

This text font color is #5BAA69.

Background Color

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

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

This div background color is #5BAA69.

Border color

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

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

This div border color is #5BAA69.

Opacity

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

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

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

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

This text has shadow with #5BAA69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BAA69.

Preview

Color preview on black background

This text has color #5BAA69 on black background.


Color preview on white background

This text has color #5BAA69 on white background.


Black color preview on #5BAA69 background

This text has black color on #5BAA69 background.


White color preview on #5BAA69 background

This text has white color on #5BAA69 background.


Related colors

Complementary color

Complementary color for #hex is #A45596.


I love getcolorcode.com

Triadic colors

1 #695BAA and #AA695B with #5BAA69 are triadic colors.

2 #69AA5B and #AA5B69 with #5BAA69 are triadic colors.