COLOR #629D6B

HEX: #629D6B RGB: (98,157,107)

Color info

#629D6B contains red, green and blue colors in about the same proportion. Web safe color of #629D6B is #669966 (or #696).

RGB color model

#629D6B color RGB value is (98,157,107).

RGB: (98,157,107) (38%, 62%, 42%)

RGB channels and saturation

R 98 of 255 = 38%
G 157 of 255 = 62%
B 107 of 255 = 42%

98
157
107

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

Portions of RGB colors in percentages

R + G + B = 98 + 157 + 107 = 362 (100%)
R 98 of 362 ~ 27.07%
G 157 of 362 ~ 43.37%
B 107 of 362 ~ 29.56'%

%27.07
%43.37
%29.56

CMYK color model

#629D6B color CMYK value is (38,0,32,38).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 38.43%

CMYK: (38,0,32,38)
C38M0Y32K38 (38%, 0%, 32%, 38%)
(0.38 / 0.00 / 0.32 / 0.38)

CMYK percentages

%37.58
%0
%31.85
%38.43

Codes

Color #629D6B in popluar color models

62 9D 6B
RGB 98 157 107
HSL 129° 23.14% 50.00%
HSB/HSV 129° 37.58% 61.57%
CMYK 37.58% 0.00% 31.85%
38.43%

Color #629D6B in popluar number systems.

HEX 62 9D 6B
Decimal 98 157 107
Binary 1100010 10011101 1101011
Octal 142 235 153

Shades and tints

Shades of #629D6B

#629D6B
(98,157,107)
#5A8F62
(90,143,98)
#528159
(82,129,89)
#4A7350
(74,115,80)
#426547
(66,101,71)
#3A573E
(58,87,62)
#324935
(50,73,53)
#2A3B2C
(42,59,44)
#222D23
(34,45,35)
#1A1F1A
(26,31,26)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #629D6B

#629D6B
(98,157,107)
#70A578
(112,165,120)
#7EAD85
(126,173,133)
#8CB592
(140,181,146)
#9ABD9F
(154,189,159)
#A8C5AC
(168,197,172)
#B6CDB9
(182,205,185)
#C4D5C6
(196,213,198)
#D2DDD3
(210,221,211)
#E0E5E0
(224,229,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629D6B color. Also use rgb(98,157,107) instead hex code.

Text Font Color

.myTextColor { color: #629D6B; }

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

This text font color is #629D6B.

Background Color

.myBgColor { background-color: #629D6B; }

<div style="background-color:#629D6B">Inner text</div>

This div background color is #629D6B.

Border color

.myBorderColor { border: 1px solid #629D6B; }

<div style="border:3px solid #629D6B">Div</div>

This div border color is #629D6B.

Opacity

.myOpacity80 { color: #629D6B; opacity: 0.8; }

<p style="color:#629D6B;opacity:0.8;">80%</p>

Text with #629D6B 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 #629D6B;}

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

This text has shadow with #629D6B color.


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

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

This text has shadow with #629D6B primary color and red secondary color.


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

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

This text has shadow with #629D6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #629D6B.

Preview

Color preview on black background

This text has color #629D6B on black background.


Color preview on white background

This text has color #629D6B on white background.


Black color preview on #629D6B background

This text has black color on #629D6B background.


White color preview on #629D6B background

This text has white color on #629D6B background.


Related colors

Complementary color

Complementary color for #hex is #9D6294.


I love getcolorcode.com

Triadic colors

1 #6B629D and #9D6B62 with #629D6B are triadic colors.

2 #6B9D62 and #9D626B with #629D6B are triadic colors.