COLOR #62B666

HEX: #62B666
RGB: (98,182,102)

Color info

#62B666 contains mainly green color. Web safe color of #62B666 is #66CC66 (or #6C6).

RGB color model

#62B666 color RGB value is (98,182,102).

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

RGB channels and saturation

R 98 of 255 = 38%
G 182 of 255 = 71%
B 102 of 255 = 40%

98
182
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 182 + 102 = 382 (100%)
R 98 of 382 ~ 25.65%
G 182 of 382 ~ 47.64%
B 102 of 382 ~ 26.7%

%25.65
%47.64
%26.7

CMYK color model

#62B666 color CMYK value is (46,0,44,29).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(46,0,44,29)
C46M0Y44K29 
(46%,0%,44%,29%)
(0.46/0.00/0.44/0.29)	

CMYK percentages

%46.15
%0
%43.96
%28.63

Codes

Color #62B666 in popluar color models

62B666
RGB98182102
HSL123°36.52%54.90%
HSB/HSV123°46.15%71.37%
CMYK46.15%0.00%43.96%
28.63%

Color #62B666 in popluar number systems.

HEX62B666
Decimal98182102
Binary1100010101101101100110
Octal142266146

Shades and tints

Shades of #62B666

#62B666
(98,182,102)
#5AA65D
(90,166,93)
#529654
(82,150,84)
#4A864B
(74,134,75)
#427642
(66,118,66)
#3A6639
(58,102,57)
#325630
(50,86,48)
#2A4627
(42,70,39)
#22361E
(34,54,30)
#1A2615
(26,38,21)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #62B666

#62B666
(98,182,102)
#70BC73
(112,188,115)
#7EC280
(126,194,128)
#8CC88D
(140,200,141)
#9ACE9A
(154,206,154)
#A8D4A7
(168,212,167)
#B6DAB4
(182,218,180)
#C4E0C1
(196,224,193)
#D2E6CE
(210,230,206)
#E0ECDB
(224,236,219)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62B666; }

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

This text font color is #62B666.


Background Color

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

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

This div background color is #62B666.


Border color

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

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

This div border color is #62B666.


Opacity

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

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

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

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

This text has shadow with #62B666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B666 on black background.


Color preview on white background

This text has color #62B666 on white background.



Black color preview on #62B666 background

This text has black color on #62B666 background.


White color preview on #62B666 background

This text has white color on #62B666 background.