COLOR #60A730

HEX: #60A730
RGB: (96,167,48)

Color info

#60A730 contains mainly green color. Web safe color of #60A730 is #669933 (or #693).

RGB color model

#60A730 color RGB value is (96,167,48).

  • red value is 96;
  • green value is 167;
  • blue value is 48.
RGB:
(96,167,48)
(38%,65%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 167 of 255 = 65%
B 48 of 255 = 19%

96
167
48

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

Portions of RGB colors in percentages

R + G + B =
96 + 167 + 48 = 311 (100%)
R 96 of 311 ~ 30.87%
G 167 of 311 ~ 53.7%
B 48 of 311 ~ 15.43%

%30.87
%53.7
%15.43

CMYK color model

#60A730 color CMYK value is (43,0,71,35).

  • cyan value is 42.51%
  • magenta value is 0.00%
  • yellow value is 71.26%
  • key color value is 34.51%
CMYK:
(43,0,71,35)
C43M0Y71K35 
(43%,0%,71%,35%)
(0.43/0.00/0.71/0.35)	

CMYK percentages

%42.51
%0
%71.26
%34.51

Codes

Color #60A730 in popluar color models

60A730
RGB9616748
HSL96°55.35%42.16%
HSB/HSV96°71.26%65.49%
CMYK42.51%0.00%71.26%
34.51%

Color #60A730 in popluar number systems.

HEX60A730
Decimal9616748
Binary110000010100111110000
Octal14024760

Shades and tints

Shades of #60A730

#60A730
(96,167,48)
#58982C
(88,152,44)
#508928
(80,137,40)
#487A24
(72,122,36)
#406B20
(64,107,32)
#385C1C
(56,92,28)
#304D18
(48,77,24)
#283E14
(40,62,20)
#202F10
(32,47,16)
#18200C
(24,32,12)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #60A730

#60A730
(96,167,48)
#6EAF42
(110,175,66)
#7CB754
(124,183,84)
#8ABF66
(138,191,102)
#98C778
(152,199,120)
#A6CF8A
(166,207,138)
#B4D79C
(180,215,156)
#C2DFAE
(194,223,174)
#D0E7C0
(208,231,192)
#DEEFD2
(222,239,210)
#ECF7E4
(236,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A730 color. Also use rgb(96,167,48) instead hex code.

Text Font Color

.myTextColor { color: #60A730; }

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

This text font color is #60A730.


Background Color

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

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

This div background color is #60A730.


Border color

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

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

This div border color is #60A730.


Opacity

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

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

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

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

This text has shadow with #60A730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A730 on black background.


Color preview on white background

This text has color #60A730 on white background.



Black color preview on #60A730 background

This text has black color on #60A730 background.


White color preview on #60A730 background

This text has white color on #60A730 background.