COLOR #62A67B

HEX: #62A67B RGB: (98,166,123)

Color info

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

RGB color model

#62A67B color RGB value is (98,166,123).

RGB: (98,166,123) (38%, 65%, 48%)

RGB channels and saturation

R 98 of 255 = 38%
G 166 of 255 = 65%
B 123 of 255 = 48%

98
166
123

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

Portions of RGB colors in percentages

R + G + B = 98 + 166 + 123 = 387 (100%)
R 98 of 387 ~ 25.32%
G 166 of 387 ~ 42.89%
B 123 of 387 ~ 31.78'%

%25.32
%42.89
%31.78

CMYK color model

#62A67B color CMYK value is (41,0,26,35).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK: (41,0,26,35) C41M0Y26K35 (41%,0%,26%,35%) (0.41/0.00/0.26/0.35) 

CMYK percentages

%40.96
%0
%25.9
%34.9

Codes

Color #62A67B in popluar color models

62 A6 7B
RGB 98 166 123
HSL 142° 27.64% 51.76%
HSB/HSV 142° 40.96% 65.10%
CMYK 40.96% 0.00% 25.90%
34.90%

Color #62A67B in popluar number systems.

HEX 62 A6 7B
Decimal 98 166 123
Binary 1100010 10100110 1111011
Octal 142 246 173

Shades and tints

Shades of #62A67B

#62A67B
(98,166,123)
#5A9770
(90,151,112)
#528865
(82,136,101)
#4A795A
(74,121,90)
#426A4F
(66,106,79)
#3A5B44
(58,91,68)
#324C39
(50,76,57)
#2A3D2E
(42,61,46)
#222E23
(34,46,35)
#1A1F18
(26,31,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #62A67B

#62A67B
(98,166,123)
#70AE87
(112,174,135)
#7EB693
(126,182,147)
#8CBE9F
(140,190,159)
#9AC6AB
(154,198,171)
#A8CEB7
(168,206,183)
#B6D6C3
(182,214,195)
#C4DECF
(196,222,207)
#D2E6DB
(210,230,219)
#E0EEE7
(224,238,231)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A67B color. Also use rgb(98,166,123) instead hex code.

Text Font Color

.myTextColor { color: #62A67B; }

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

This text font color is #62A67B.

Background Color

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

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

This div background color is #62A67B.

Border color

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

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

This div border color is #62A67B.

Opacity

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

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

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

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

This text has shadow with #62A67B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A67B.

Preview

Color preview on black background

This text has color #62A67B on black background.


Color preview on white background

This text has color #62A67B on white background.


Black color preview on #62A67B background

This text has black color on #62A67B background.


White color preview on #62A67B background

This text has white color on #62A67B background.


Related colors

Complementary color

Complementary color for #hex is #9D5984.


I love getcolorcode.com

Triadic colors

1 #7B62A6 and #A67B62 with #62A67B are triadic colors.

2 #7BA662 and #A6627B with #62A67B are triadic colors.