COLOR #62AB7D

HEX: #62AB7D
RGB: (98,171,125)

Color info

#62AB7D contains mainly green and blue colors. Web safe color of #62AB7D is #669966 (or #696).

RGB color model

#62AB7D color RGB value is (98,171,125).

  • red value is 98;
  • green value is 171;
  • blue value is 125.
RGB:
(98,171,125)
(38%,67%,49%)

RGB channels and saturation

R 98 of 255 = 38%
G 171 of 255 = 67%
B 125 of 255 = 49%

98
171
125

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

Portions of RGB colors in percentages

R + G + B =
98 + 171 + 125 = 394 (100%)
R 98 of 394 ~ 24.87%
G 171 of 394 ~ 43.4%
B 125 of 394 ~ 31.73%

%24.87
%43.4
%31.73

CMYK color model

#62AB7D color CMYK value is (43,0,27,33).

  • cyan value is 42.69%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(43,0,27,33)
C43M0Y27K33 
(43%,0%,27%,33%)
(0.43/0.00/0.27/0.33)	

CMYK percentages

%42.69
%0
%26.9
%32.94

Codes

Color #62AB7D in popluar color models

62AB7D
RGB98171125
HSL142°30.29%52.75%
HSB/HSV142°42.69%67.06%
CMYK42.69%0.00%26.90%
32.94%

Color #62AB7D in popluar number systems.

HEX62AB7D
Decimal98171125
Binary1100010101010111111101
Octal142253175

Shades and tints

Shades of #62AB7D

#62AB7D
(98,171,125)
#5A9C72
(90,156,114)
#528D67
(82,141,103)
#4A7E5C
(74,126,92)
#426F51
(66,111,81)
#3A6046
(58,96,70)
#32513B
(50,81,59)
#2A4230
(42,66,48)
#223325
(34,51,37)
#1A241A
(26,36,26)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #62AB7D

#62AB7D
(98,171,125)
#70B288
(112,178,136)
#7EB993
(126,185,147)
#8CC09E
(140,192,158)
#9AC7A9
(154,199,169)
#A8CEB4
(168,206,180)
#B6D5BF
(182,213,191)
#C4DCCA
(196,220,202)
#D2E3D5
(210,227,213)
#E0EAE0
(224,234,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AB7D color. Also use rgb(98,171,125) instead hex code.

Text Font Color

.myTextColor { color: #62AB7D; }

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

This text font color is #62AB7D.


Background Color

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

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

This div background color is #62AB7D.


Border color

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

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

This div border color is #62AB7D.


Opacity

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

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

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

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

This text has shadow with #62AB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AB7D on black background.


Color preview on white background

This text has color #62AB7D on white background.



Black color preview on #62AB7D background

This text has black color on #62AB7D background.


White color preview on #62AB7D background

This text has white color on #62AB7D background.