COLOR #60B458

HEX: #60B458
RGB: (96,180,88)

Color info

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

RGB color model

#60B458 color RGB value is (96,180,88).

  • red value is 96;
  • green value is 180;
  • blue value is 88.
RGB:
(96,180,88)
(38%,71%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 180 of 255 = 71%
B 88 of 255 = 35%

96
180
88

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

Portions of RGB colors in percentages

R + G + B =
96 + 180 + 88 = 364 (100%)
R 96 of 364 ~ 26.37%
G 180 of 364 ~ 49.45%
B 88 of 364 ~ 24.18%

%26.37
%49.45
%24.18

CMYK color model

#60B458 color CMYK value is (47,0,51,29).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 29.41%
CMYK:
(47,0,51,29)
C47M0Y51K29 
(47%,0%,51%,29%)
(0.47/0.00/0.51/0.29)	

CMYK percentages

%46.67
%0
%51.11
%29.41

Codes

Color #60B458 in popluar color models

60B458
RGB9618088
HSL115°38.02%52.55%
HSB/HSV115°51.11%70.59%
CMYK46.67%0.00%51.11%
29.41%

Color #60B458 in popluar number systems.

HEX60B458
Decimal9618088
Binary1100000101101001011000
Octal140264130

Shades and tints

Shades of #60B458

#60B458
(96,180,88)
#58A450
(88,164,80)
#509448
(80,148,72)
#488440
(72,132,64)
#407438
(64,116,56)
#386430
(56,100,48)
#305428
(48,84,40)
#284420
(40,68,32)
#203418
(32,52,24)
#182410
(24,36,16)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #60B458

#60B458
(96,180,88)
#6EBA67
(110,186,103)
#7CC076
(124,192,118)
#8AC685
(138,198,133)
#98CC94
(152,204,148)
#A6D2A3
(166,210,163)
#B4D8B2
(180,216,178)
#C2DEC1
(194,222,193)
#D0E4D0
(208,228,208)
#DEEADF
(222,234,223)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B458 color. Also use rgb(96,180,88) instead hex code.

Text Font Color

.myTextColor { color: #60B458; }

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

This text font color is #60B458.


Background Color

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

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

This div background color is #60B458.


Border color

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

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

This div border color is #60B458.


Opacity

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

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

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

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

This text has shadow with #60B458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B458 on black background.


Color preview on white background

This text has color #60B458 on white background.



Black color preview on #60B458 background

This text has black color on #60B458 background.


White color preview on #60B458 background

This text has white color on #60B458 background.