COLOR #559A68

HEX: #559A68
RGB: (85,154,104)

Color info

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

RGB color model

#559A68 color RGB value is (85,154,104).

  • red value is 85;
  • green value is 154;
  • blue value is 104.
RGB:
(85,154,104)
(33%,60%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 104 of 255 = 41%

85
154
104

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

Portions of RGB colors in percentages

R + G + B =
85 + 154 + 104 = 343 (100%)
R 85 of 343 ~ 24.78%
G 154 of 343 ~ 44.9%
B 104 of 343 ~ 30.32%

%24.78
%44.9
%30.32

CMYK color model

#559A68 color CMYK value is (45,0,32,40).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 39.61%
CMYK:
(45,0,32,40)
C45M0Y32K40 
(45%,0%,32%,40%)
(0.45/0.00/0.32/0.40)	

CMYK percentages

%44.81
%0
%32.47
%39.61

Codes

Color #559A68 in popluar color models

559A68
RGB85154104
HSL137°28.87%46.86%
HSB/HSV137°44.81%60.39%
CMYK44.81%0.00%32.47%
39.61%

Color #559A68 in popluar number systems.

HEX559A68
Decimal85154104
Binary1010101100110101101000
Octal125232150

Shades and tints

Shades of #559A68

#559A68
(85,154,104)
#4E8C5F
(78,140,95)
#477E56
(71,126,86)
#40704D
(64,112,77)
#396244
(57,98,68)
#32543B
(50,84,59)
#2B4632
(43,70,50)
#243829
(36,56,41)
#1D2A20
(29,42,32)
#161C17
(22,28,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #559A68

#559A68
(85,154,104)
#64A375
(100,163,117)
#73AC82
(115,172,130)
#82B58F
(130,181,143)
#91BE9C
(145,190,156)
#A0C7A9
(160,199,169)
#AFD0B6
(175,208,182)
#BED9C3
(190,217,195)
#CDE2D0
(205,226,208)
#DCEBDD
(220,235,221)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559A68 color. Also use rgb(85,154,104) instead hex code.

Text Font Color

.myTextColor { color: #559A68; }

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

This text font color is #559A68.


Background Color

.myBgColor { background-color: #559A68; }

<div style="background-color:#559A68">Inner text</div>

This div background color is #559A68.


Border color

.myBorderColor { border: 1px solid #559A68; }

<div style="border:3px solid #559A68">Div</div>

This div border color is #559A68.


Opacity

.myOpacity80 { color: #559A68; opacity: 0.8; }

<p style="color:#559A68;opacity:0.8;">80%</p>

Text with #559A68 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 #559A68;}

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

This text has shadow with #559A68 color.

.textShadow {text-shadow: 3px 3px 1px #559A68, 3px 3px 1px red;}

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

This text has shadow with #559A68 primary color and red secondary color.


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

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

This text has shadow with #559A68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559A68 on black background.


Color preview on white background

This text has color #559A68 on white background.



Black color preview on #559A68 background

This text has black color on #559A68 background.


White color preview on #559A68 background

This text has white color on #559A68 background.