COLOR #62AF6D

HEX: #62AF6D RGB: (98,175,109)

Color info

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

RGB color model

#62AF6D color RGB value is (98,175,109).

RGB: (98,175,109) (38%, 69%, 43%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 109 of 255 = 43%

98
175
109

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

Portions of RGB colors in percentages

R + G + B = 98 + 175 + 109 = 382 (100%)
R 98 of 382 ~ 25.65%
G 175 of 382 ~ 45.81%
B 109 of 382 ~ 28.53'%

%25.65
%45.81
%28.53

CMYK color model

#62AF6D color CMYK value is (44,0,38,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 37.71%
  • key color value is 31.37%

CMYK: (44,0,38,31)
C44M0Y38K31 (44%, 0%, 38%, 31%)
(0.44 / 0.00 / 0.38 / 0.31)

CMYK percentages

%44
%0
%37.71
%31.37

Codes

Color #62AF6D in popluar color models

62 AF 6D
RGB 98 175 109
HSL 129° 32.49% 53.53%
HSB/HSV 129° 44.00% 68.63%
CMYK 44.00% 0.00% 37.71%
31.37%

Color #62AF6D in popluar number systems.

HEX 62 AF 6D
Decimal 98 175 109
Binary 1100010 10101111 1101101
Octal 142 257 155

Shades and tints

Shades of #62AF6D

#62AF6D
(98,175,109)
#5AA064
(90,160,100)
#52915B
(82,145,91)
#4A8252
(74,130,82)
#427349
(66,115,73)
#3A6440
(58,100,64)
#325537
(50,85,55)
#2A462E
(42,70,46)
#223725
(34,55,37)
#1A281C
(26,40,28)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #62AF6D

#62AF6D
(98,175,109)
#70B67A
(112,182,122)
#7EBD87
(126,189,135)
#8CC494
(140,196,148)
#9ACBA1
(154,203,161)
#A8D2AE
(168,210,174)
#B6D9BB
(182,217,187)
#C4E0C8
(196,224,200)
#D2E7D5
(210,231,213)
#E0EEE2
(224,238,226)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AF6D color. Also use rgb(98,175,109) instead hex code.

Text Font Color

.myTextColor { color: #62AF6D; }

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

This text font color is #62AF6D.

Background Color

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

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

This div background color is #62AF6D.

Border color

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

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

This div border color is #62AF6D.

Opacity

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

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

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

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

This text has shadow with #62AF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62AF6D.

Preview

Color preview on black background

This text has color #62AF6D on black background.


Color preview on white background

This text has color #62AF6D on white background.


Black color preview on #62AF6D background

This text has black color on #62AF6D background.


White color preview on #62AF6D background

This text has white color on #62AF6D background.


Related colors

Complementary color

Complementary color for #hex is #9D5092.


I love getcolorcode.com

Triadic colors

1 #6D62AF and #AF6D62 with #62AF6D are triadic colors.

2 #6DAF62 and #AF626D with #62AF6D are triadic colors.