COLOR #62A063

HEX: #62A063 RGB: (98,160,99)

Color info

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

RGB color model

#62A063 color RGB value is (98,160,99).

RGB: (98,160,99) (38%, 63%, 39%)

RGB channels and saturation

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

98
160
99

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

Portions of RGB colors in percentages

R + G + B = 98 + 160 + 99 = 357 (100%)
R 98 of 357 ~ 27.45%
G 160 of 357 ~ 44.82%
B 99 of 357 ~ 27.73'%

%27.45
%44.82
%27.73

CMYK color model

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

  • cyan value is 38.75%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • 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
%38.13
%37.25

Codes

Color #62A063 in popluar color models

62 A0 63
RGB 98 160 99
HSL 121° 24.60% 50.59%
HSB/HSV 121° 38.75% 62.75%
CMYK 38.75% 0.00% 38.13%
37.25%

Color #62A063 in popluar number systems.

HEX 62 A0 63
Decimal 98 160 99
Binary 1100010 10100000 1100011
Octal 142 240 143

Shades and tints

Shades of #62A063

#62A063
(98,160,99)
#5A925A
(90,146,90)
#528451
(82,132,81)
#4A7648
(74,118,72)
#42683F
(66,104,63)
#3A5A36
(58,90,54)
#324C2D
(50,76,45)
#2A3E24
(42,62,36)
#22301B
(34,48,27)
#1A2212
(26,34,18)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #62A063

#62A063
(98,160,99)
#70A871
(112,168,113)
#7EB07F
(126,176,127)
#8CB88D
(140,184,141)
#9AC09B
(154,192,155)
#A8C8A9
(168,200,169)
#B6D0B7
(182,208,183)
#C4D8C5
(196,216,197)
#D2E0D3
(210,224,211)
#E0E8E1
(224,232,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A063; }

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

This text font color is #62A063.

Background Color

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

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

This div background color is #62A063.

Border color

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

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

This div border color is #62A063.

Opacity

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

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

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

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

This text has shadow with #62A063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A063.

Preview

Color preview on black background

This text has color #62A063 on black background.


Color preview on white background

This text has color #62A063 on white background.


Black color preview on #62A063 background

This text has black color on #62A063 background.


White color preview on #62A063 background

This text has white color on #62A063 background.


Related colors

Complementary color

Complementary color for #hex is #9D5F9C.


I love getcolorcode.com

Triadic colors

1 #6362A0 and #A06362 with #62A063 are triadic colors.

2 #63A062 and #A06263 with #62A063 are triadic colors.