COLOR #62A054

HEX: #62A054 RGB: (98,160,84)

Color info

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

RGB color model

#62A054 color RGB value is (98,160,84).

RGB: (98,160,84) (38%, 63%, 33%)

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 84 of 255 = 33%

98
160
84

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

Portions of RGB colors in percentages

R + G + B = 98 + 160 + 84 = 342 (100%)
R 98 of 342 ~ 28.65%
G 160 of 342 ~ 46.78%
B 84 of 342 ~ 24.56'%

%28.65
%46.78
%24.56

CMYK color model

#62A054 color CMYK value is (39,0,48,37).

  • cyan value is 38.75%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 37.25%

CMYK: (39,0,48,37)
C39M0Y48K37 (39%, 0%, 48%, 37%)
(0.39 / 0.00 / 0.48 / 0.37)

CMYK percentages

%38.75
%0
%47.5
%37.25

Codes

Color #62A054 in popluar color models

62 A0 54
RGB 98 160 84
HSL 109° 31.15% 47.84%
HSB/HSV 109° 47.50% 62.75%
CMYK 38.75% 0.00% 47.50%
37.25%

Color #62A054 in popluar number systems.

HEX 62 A0 54
Decimal 98 160 84
Binary 1100010 10100000 1010100
Octal 142 240 124

Shades and tints

Shades of #62A054

#62A054
(98,160,84)
#5A924D
(90,146,77)
#528446
(82,132,70)
#4A763F
(74,118,63)
#426838
(66,104,56)
#3A5A31
(58,90,49)
#324C2A
(50,76,42)
#2A3E23
(42,62,35)
#22301C
(34,48,28)
#1A2215
(26,34,21)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #62A054

#62A054
(98,160,84)
#70A863
(112,168,99)
#7EB072
(126,176,114)
#8CB881
(140,184,129)
#9AC090
(154,192,144)
#A8C89F
(168,200,159)
#B6D0AE
(182,208,174)
#C4D8BD
(196,216,189)
#D2E0CC
(210,224,204)
#E0E8DB
(224,232,219)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A054; }

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

This text font color is #62A054.

Background Color

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

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

This div background color is #62A054.

Border color

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

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

This div border color is #62A054.

Opacity

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

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

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

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

This text has shadow with #62A054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A054.

Preview

Color preview on black background

This text has color #62A054 on black background.


Color preview on white background

This text has color #62A054 on white background.


Black color preview on #62A054 background

This text has black color on #62A054 background.


White color preview on #62A054 background

This text has white color on #62A054 background.


Related colors

Complementary color

Complementary color for #hex is #9D5FAB.


I love getcolorcode.com

Triadic colors

1 #5462A0 and #A05462 with #62A054 are triadic colors.

2 #54A062 and #A06254 with #62A054 are triadic colors.