COLOR #62AD6F

HEX: #62AD6F RGB: (98,173,111)

Color info

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

RGB color model

#62AD6F color RGB value is (98,173,111).

RGB: (98,173,111) (38%, 68%, 44%)

RGB channels and saturation

R 98 of 255 = 38%
G 173 of 255 = 68%
B 111 of 255 = 44%

98
173
111

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

Portions of RGB colors in percentages

R + G + B = 98 + 173 + 111 = 382 (100%)
R 98 of 382 ~ 25.65%
G 173 of 382 ~ 45.29%
B 111 of 382 ~ 29.06'%

%25.65
%45.29
%29.06

CMYK color model

#62AD6F color CMYK value is (43,0,36,32).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (43,0,36,32)
C43M0Y36K32 (43%, 0%, 36%, 32%)
(0.43 / 0.00 / 0.36 / 0.32)

CMYK percentages

%43.35
%0
%35.84
%32.16

Codes

Color #62AD6F in popluar color models

62 AD 6F
RGB 98 173 111
HSL 130° 31.38% 53.14%
HSB/HSV 130° 43.35% 67.84%
CMYK 43.35% 0.00% 35.84%
32.16%

Color #62AD6F in popluar number systems.

HEX 62 AD 6F
Decimal 98 173 111
Binary 1100010 10101101 1101111
Octal 142 255 157

Shades and tints

Shades of #62AD6F

#62AD6F
(98,173,111)
#5A9E65
(90,158,101)
#528F5B
(82,143,91)
#4A8051
(74,128,81)
#427147
(66,113,71)
#3A623D
(58,98,61)
#325333
(50,83,51)
#2A4429
(42,68,41)
#22351F
(34,53,31)
#1A2615
(26,38,21)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #62AD6F

#62AD6F
(98,173,111)
#70B47C
(112,180,124)
#7EBB89
(126,187,137)
#8CC296
(140,194,150)
#9AC9A3
(154,201,163)
#A8D0B0
(168,208,176)
#B6D7BD
(182,215,189)
#C4DECA
(196,222,202)
#D2E5D7
(210,229,215)
#E0ECE4
(224,236,228)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AD6F color. Also use rgb(98,173,111) instead hex code.

Text Font Color

.myTextColor { color: #62AD6F; }

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

This text font color is #62AD6F.

Background Color

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

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

This div background color is #62AD6F.

Border color

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

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

This div border color is #62AD6F.

Opacity

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

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

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

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

This text has shadow with #62AD6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62AD6F.

Preview

Color preview on black background

This text has color #62AD6F on black background.


Color preview on white background

This text has color #62AD6F on white background.


Black color preview on #62AD6F background

This text has black color on #62AD6F background.


White color preview on #62AD6F background

This text has white color on #62AD6F background.


Related colors

Complementary color

Complementary color for #hex is #9D5290.


I love getcolorcode.com

Triadic colors

1 #6F62AD and #AD6F62 with #62AD6F are triadic colors.

2 #6FAD62 and #AD626F with #62AD6F are triadic colors.