COLOR #59AB75

HEX: #59AB75
RGB: (89,171,117)

Color info

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

RGB color model

#59AB75 color RGB value is (89,171,117).

  • red value is 89;
  • green value is 171;
  • blue value is 117.
RGB:
(89,171,117)
(35%,67%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 171 of 255 = 67%
B 117 of 255 = 46%

89
171
117

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

Portions of RGB colors in percentages

R + G + B =
89 + 171 + 117 = 377 (100%)
R 89 of 377 ~ 23.61%
G 171 of 377 ~ 45.36%
B 117 of 377 ~ 31.03%

%23.61
%45.36
%31.03

CMYK color model

#59AB75 color CMYK value is (48,0,32,33).

  • cyan value is 47.95%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(48,0,32,33)
C48M0Y32K33 
(48%,0%,32%,33%)
(0.48/0.00/0.32/0.33)	

CMYK percentages

%47.95
%0
%31.58
%32.94

Codes

Color #59AB75 in popluar color models

59AB75
RGB89171117
HSL140°32.80%50.98%
HSB/HSV140°47.95%67.06%
CMYK47.95%0.00%31.58%
32.94%

Color #59AB75 in popluar number systems.

HEX59AB75
Decimal89171117
Binary1011001101010111110101
Octal131253165

Shades and tints

Shades of #59AB75

#59AB75
(89,171,117)
#519C6B
(81,156,107)
#498D61
(73,141,97)
#417E57
(65,126,87)
#396F4D
(57,111,77)
#316043
(49,96,67)
#295139
(41,81,57)
#21422F
(33,66,47)
#193325
(25,51,37)
#11241B
(17,36,27)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #59AB75

#59AB75
(89,171,117)
#68B281
(104,178,129)
#77B98D
(119,185,141)
#86C099
(134,192,153)
#95C7A5
(149,199,165)
#A4CEB1
(164,206,177)
#B3D5BD
(179,213,189)
#C2DCC9
(194,220,201)
#D1E3D5
(209,227,213)
#E0EAE1
(224,234,225)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AB75 color. Also use rgb(89,171,117) instead hex code.

Text Font Color

.myTextColor { color: #59AB75; }

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

This text font color is #59AB75.


Background Color

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

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

This div background color is #59AB75.


Border color

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

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

This div border color is #59AB75.


Opacity

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

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

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

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

This text has shadow with #59AB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AB75 on black background.


Color preview on white background

This text has color #59AB75 on white background.



Black color preview on #59AB75 background

This text has black color on #59AB75 background.


White color preview on #59AB75 background

This text has white color on #59AB75 background.