COLOR #62A064

HEX: #62A064
RGB: (98,160,100)

Color info

#62A064 contains mainly green color. Web safe color of #62A064 is #669966 (or #696).

RGB color model

#62A064 color RGB value is (98,160,100).

  • red value is 98;
  • green value is 160;
  • blue value is 100.
RGB:
(98,160,100)
(38%,63%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 100 of 255 = 39%

98
160
100

R + G + B ~ 47%. #62A064 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 160 + 100 = 358 (100%)
R 98 of 358 ~ 27.37%
G 160 of 358 ~ 44.69%
B 100 of 358 ~ 27.93%

%27.37
%44.69
%27.93

CMYK color model

#62A064 color CMYK value is (39,0,38,37).

  • cyan value is 38.75%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 37.25%
CMYK:
(39,0,38,37)
C39M0Y38K37 
(39%,0%,38%,37%)
(0.39/0.00/0.38/0.37)	

CMYK percentages

%38.75
%0
%37.5
%37.25

Codes

Color #62A064 in popluar color models

62A064
RGB98160100
HSL122°24.60%50.59%
HSB/HSV122°38.75%62.75%
CMYK38.75%0.00%37.50%
37.25%

Color #62A064 in popluar number systems.

HEX62A064
Decimal98160100
Binary1100010101000001100100
Octal142240144

Shades and tints

Shades of #62A064

#62A064
(98,160,100)
#5A925B
(90,146,91)
#528452
(82,132,82)
#4A7649
(74,118,73)
#426840
(66,104,64)
#3A5A37
(58,90,55)
#324C2E
(50,76,46)
#2A3E25
(42,62,37)
#22301C
(34,48,28)
#1A2213
(26,34,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #62A064

#62A064
(98,160,100)
#70A872
(112,168,114)
#7EB080
(126,176,128)
#8CB88E
(140,184,142)
#9AC09C
(154,192,156)
#A8C8AA
(168,200,170)
#B6D0B8
(182,208,184)
#C4D8C6
(196,216,198)
#D2E0D4
(210,224,212)
#E0E8E2
(224,232,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A064 color. Also use rgb(98,160,100) instead hex code.

Text Font Color

.myTextColor { color: #62A064; }

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

This text font color is #62A064.


Background Color

.myBgColor { background-color: #62A064; }

<div style="background-color:#62A064">Inner text</div>

This div background color is #62A064.


Border color

.myBorderColor { border: 1px solid #62A064; }

<div style="border:3px solid #62A064">Div</div>

This div border color is #62A064.


Opacity

.myOpacity80 { color: #62A064; opacity: 0.8; }

<p style="color:#62A064;opacity:0.8;">80%</p>

Text with #62A064 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 #62A064;}

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

This text has shadow with #62A064 color.

.textShadow {text-shadow: 3px 3px 1px #62A064, 3px 3px 1px red;}

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

This text has shadow with #62A064 primary color and red secondary color.


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

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

This text has shadow with #62A064 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A064 on black background.


Color preview on white background

This text has color #62A064 on white background.



Black color preview on #62A064 background

This text has black color on #62A064 background.


White color preview on #62A064 background

This text has white color on #62A064 background.