COLOR #59B165

HEX: #59B165 RGB: (89,177,101)

Color info

#59B165 contains mainly green color. Web safe color of #59B165 is #669966 (or #696).

RGB color model

#59B165 color RGB value is (89,177,101).

RGB: (89,177,101) (35%, 69%, 40%)

RGB channels and saturation

R 89 of 255 = 35%
G 177 of 255 = 69%
B 101 of 255 = 40%

89
177
101

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

Portions of RGB colors in percentages

R + G + B = 89 + 177 + 101 = 367 (100%)
R 89 of 367 ~ 24.25%
G 177 of 367 ~ 48.23%
B 101 of 367 ~ 27.52'%

%24.25
%48.23
%27.52

CMYK color model

#59B165 color CMYK value is (50,0,43,31).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 30.59%

CMYK: (50,0,43,31)
C50M0Y43K31 (50%, 0%, 43%, 31%)
(0.50 / 0.00 / 0.43 / 0.31)

CMYK percentages

%49.72
%0
%42.94
%30.59

Codes

Color #59B165 in popluar color models

59 B1 65
RGB 89 177 101
HSL 128° 36.07% 52.16%
HSB/HSV 128° 49.72% 69.41%
CMYK 49.72% 0.00% 42.94%
30.59%

Color #59B165 in popluar number systems.

HEX 59 B1 65
Decimal 89 177 101
Binary 1011001 10110001 1100101
Octal 131 261 145

Shades and tints

Shades of #59B165

#59B165
(89,177,101)
#51A15C
(81,161,92)
#499153
(73,145,83)
#41814A
(65,129,74)
#397141
(57,113,65)
#316138
(49,97,56)
#29512F
(41,81,47)
#214126
(33,65,38)
#19311D
(25,49,29)
#112114
(17,33,20)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #59B165

#59B165
(89,177,101)
#68B873
(104,184,115)
#77BF81
(119,191,129)
#86C68F
(134,198,143)
#95CD9D
(149,205,157)
#A4D4AB
(164,212,171)
#B3DBB9
(179,219,185)
#C2E2C7
(194,226,199)
#D1E9D5
(209,233,213)
#E0F0E3
(224,240,227)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B165 color. Also use rgb(89,177,101) instead hex code.

Text Font Color

.myTextColor { color: #59B165; }

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

This text font color is #59B165.

Background Color

.myBgColor { background-color: #59B165; }

<div style="background-color:#59B165">Inner text</div>

This div background color is #59B165.

Border color

.myBorderColor { border: 1px solid #59B165; }

<div style="border:3px solid #59B165">Div</div>

This div border color is #59B165.

Opacity

.myOpacity80 { color: #59B165; opacity: 0.8; }

<p style="color:#59B165;opacity:0.8;">80%</p>

Text with #59B165 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 #59B165;}

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

This text has shadow with #59B165 color.


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

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

This text has shadow with #59B165 primary color and red secondary color.


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

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

This text has shadow with #59B165 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59B165.

Preview

Color preview on black background

This text has color #59B165 on black background.


Color preview on white background

This text has color #59B165 on white background.


Black color preview on #59B165 background

This text has black color on #59B165 background.


White color preview on #59B165 background

This text has white color on #59B165 background.


Related colors

Complementary color

Complementary color for #hex is #A64E9A.


I love getcolorcode.com

Triadic colors

1 #6559B1 and #B16559 with #59B165 are triadic colors.

2 #65B159 and #B15965 with #59B165 are triadic colors.