COLOR #62A166

HEX: #62A166
RGB: (98,161,102)

Color info

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

RGB color model

#62A166 color RGB value is (98,161,102).

  • red value is 98;
  • green value is 161;
  • blue value is 102.
RGB:
(98,161,102)
(38%,63%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 161 of 255 = 63%
B 102 of 255 = 40%

98
161
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 161 + 102 = 361 (100%)
R 98 of 361 ~ 27.15%
G 161 of 361 ~ 44.6%
B 102 of 361 ~ 28.25%

%27.15
%44.6
%28.25

CMYK color model

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

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 36.86%
CMYK:
(39,0,37,37)
C39M0Y37K37 
(39%,0%,37%,37%)
(0.39/0.00/0.37/0.37)	

CMYK percentages

%39.13
%0
%36.65
%36.86

Codes

Color #62A166 in popluar color models

62A166
RGB98161102
HSL124°25.10%50.78%
HSB/HSV124°39.13%63.14%
CMYK39.13%0.00%36.65%
36.86%

Color #62A166 in popluar number systems.

HEX62A166
Decimal98161102
Binary1100010101000011100110
Octal142241146

Shades and tints

Shades of #62A166

#62A166
(98,161,102)
#5A935D
(90,147,93)
#528554
(82,133,84)
#4A774B
(74,119,75)
#426942
(66,105,66)
#3A5B39
(58,91,57)
#324D30
(50,77,48)
#2A3F27
(42,63,39)
#22311E
(34,49,30)
#1A2315
(26,35,21)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #62A166

#62A166
(98,161,102)
#70A973
(112,169,115)
#7EB180
(126,177,128)
#8CB98D
(140,185,141)
#9AC19A
(154,193,154)
#A8C9A7
(168,201,167)
#B6D1B4
(182,209,180)
#C4D9C1
(196,217,193)
#D2E1CE
(210,225,206)
#E0E9DB
(224,233,219)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A166 color. Also use rgb(98,161,102) instead hex code.

Text Font Color

.myTextColor { color: #62A166; }

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

This text font color is #62A166.


Background Color

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

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

This div background color is #62A166.


Border color

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

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

This div border color is #62A166.


Opacity

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

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

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

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

This text has shadow with #62A166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A166 on black background.


Color preview on white background

This text has color #62A166 on white background.



Black color preview on #62A166 background

This text has black color on #62A166 background.


White color preview on #62A166 background

This text has white color on #62A166 background.