COLOR #62AA66

HEX: #62AA66
RGB: (98,170,102)

Color info

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

RGB color model

#62AA66 color RGB value is (98,170,102).

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

RGB channels and saturation

R 98 of 255 = 38%
G 170 of 255 = 67%
B 102 of 255 = 40%

98
170
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 170 + 102 = 370 (100%)
R 98 of 370 ~ 26.49%
G 170 of 370 ~ 45.95%
B 102 of 370 ~ 27.57%

%26.49
%45.95
%27.57

CMYK color model

#62AA66 color CMYK value is (42,0,40,33).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(42,0,40,33)
C42M0Y40K33 
(42%,0%,40%,33%)
(0.42/0.00/0.40/0.33)	

CMYK percentages

%42.35
%0
%40
%33.33

Codes

Color #62AA66 in popluar color models

62AA66
RGB98170102
HSL123°29.75%52.55%
HSB/HSV123°42.35%66.67%
CMYK42.35%0.00%40.00%
33.33%

Color #62AA66 in popluar number systems.

HEX62AA66
Decimal98170102
Binary1100010101010101100110
Octal142252146

Shades and tints

Shades of #62AA66

#62AA66
(98,170,102)
#5A9B5D
(90,155,93)
#528C54
(82,140,84)
#4A7D4B
(74,125,75)
#426E42
(66,110,66)
#3A5F39
(58,95,57)
#325030
(50,80,48)
#2A4127
(42,65,39)
#22321E
(34,50,30)
#1A2315
(26,35,21)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #62AA66

#62AA66
(98,170,102)
#70B173
(112,177,115)
#7EB880
(126,184,128)
#8CBF8D
(140,191,141)
#9AC69A
(154,198,154)
#A8CDA7
(168,205,167)
#B6D4B4
(182,212,180)
#C4DBC1
(196,219,193)
#D2E2CE
(210,226,206)
#E0E9DB
(224,233,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AA66; }

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

This text font color is #62AA66.


Background Color

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

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

This div background color is #62AA66.


Border color

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

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

This div border color is #62AA66.


Opacity

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

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

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

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

This text has shadow with #62AA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AA66 on black background.


Color preview on white background

This text has color #62AA66 on white background.



Black color preview on #62AA66 background

This text has black color on #62AA66 background.


White color preview on #62AA66 background

This text has white color on #62AA66 background.