COLOR #60B859

HEX: #60B859 RGB: (96,184,89)

Color info

#60B859 contains mainly green color. Web safe color of #60B859 is #66CC66 (or #6C6).

RGB color model

#60B859 color RGB value is (96,184,89).

RGB: (96,184,89) (38%, 72%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 184 of 255 = 72%
B 89 of 255 = 35%

96
184
89

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

Portions of RGB colors in percentages

R + G + B = 96 + 184 + 89 = 369 (100%)
R 96 of 369 ~ 26.02%
G 184 of 369 ~ 49.86%
B 89 of 369 ~ 24.12'%

%26.02
%49.86
%24.12

CMYK color model

#60B859 color CMYK value is (48,0,52,28).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 51.63%
  • key color value is 27.84%

CMYK: (48,0,52,28)
C48M0Y52K28 (48%, 0%, 52%, 28%)
(0.48 / 0.00 / 0.52 / 0.28)

CMYK percentages

%47.83
%0
%51.63
%27.84

Codes

Color #60B859 in popluar color models

60 B8 59
RGB 96 184 89
HSL 116° 40.08% 53.53%
HSB/HSV 116° 51.63% 72.16%
CMYK 47.83% 0.00% 51.63%
27.84%

Color #60B859 in popluar number systems.

HEX 60 B8 59
Decimal 96 184 89
Binary 1100000 10111000 1011001
Octal 140 270 131

Shades and tints

Shades of #60B859

#60B859
(96,184,89)
#58A851
(88,168,81)
#509849
(80,152,73)
#488841
(72,136,65)
#407839
(64,120,57)
#386831
(56,104,49)
#305829
(48,88,41)
#284821
(40,72,33)
#203819
(32,56,25)
#182811
(24,40,17)
#101809
(16,24,9)
#000000
(0,0,0)

Tints of #60B859

#60B859
(96,184,89)
#6EBE68
(110,190,104)
#7CC477
(124,196,119)
#8ACA86
(138,202,134)
#98D095
(152,208,149)
#A6D6A4
(166,214,164)
#B4DCB3
(180,220,179)
#C2E2C2
(194,226,194)
#D0E8D1
(208,232,209)
#DEEEE0
(222,238,224)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B859 color. Also use rgb(96,184,89) instead hex code.

Text Font Color

.myTextColor { color: #60B859; }

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

This text font color is #60B859.

Background Color

.myBgColor { background-color: #60B859; }

<div style="background-color:#60B859">Inner text</div>

This div background color is #60B859.

Border color

.myBorderColor { border: 1px solid #60B859; }

<div style="border:3px solid #60B859">Div</div>

This div border color is #60B859.

Opacity

.myOpacity80 { color: #60B859; opacity: 0.8; }

<p style="color:#60B859;opacity:0.8;">80%</p>

Text with #60B859 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 #60B859;}

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

This text has shadow with #60B859 color.


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

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

This text has shadow with #60B859 primary color and red secondary color.


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

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

This text has shadow with #60B859 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60B859.

Preview

Color preview on black background

This text has color #60B859 on black background.


Color preview on white background

This text has color #60B859 on white background.


Black color preview on #60B859 background

This text has black color on #60B859 background.


White color preview on #60B859 background

This text has white color on #60B859 background.


Related colors

Complementary color

Complementary color for #hex is #9F47A6.


I love getcolorcode.com

Triadic colors

1 #5960B8 and #B85960 with #60B859 are triadic colors.

2 #59B860 and #B86059 with #60B859 are triadic colors.