COLOR #629C74

HEX: #629C74 RGB: (98,156,116)

Color info

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

RGB color model

#629C74 color RGB value is (98,156,116).

RGB: (98,156,116) (38%, 61%, 45%)

RGB channels and saturation

R 98 of 255 = 38%
G 156 of 255 = 61%
B 116 of 255 = 45%

98
156
116

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

Portions of RGB colors in percentages

R + G + B = 98 + 156 + 116 = 370 (100%)
R 98 of 370 ~ 26.49%
G 156 of 370 ~ 42.16%
B 116 of 370 ~ 31.35'%

%26.49
%42.16
%31.35

CMYK color model

#629C74 color CMYK value is (37,0,26,39).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 38.82%

CMYK: (37,0,26,39)
C37M0Y26K39 (37%, 0%, 26%, 39%)
(0.37 / 0.00 / 0.26 / 0.39)

CMYK percentages

%37.18
%0
%25.64
%38.82

Codes

Color #629C74 in popluar color models

62 9C 74
RGB 98 156 116
HSL 139° 22.83% 49.80%
HSB/HSV 139° 37.18% 61.18%
CMYK 37.18% 0.00% 25.64%
38.82%

Color #629C74 in popluar number systems.

HEX 62 9C 74
Decimal 98 156 116
Binary 1100010 10011100 1110100
Octal 142 234 164

Shades and tints

Shades of #629C74

#629C74
(98,156,116)
#5A8E6A
(90,142,106)
#528060
(82,128,96)
#4A7256
(74,114,86)
#42644C
(66,100,76)
#3A5642
(58,86,66)
#324838
(50,72,56)
#2A3A2E
(42,58,46)
#222C24
(34,44,36)
#1A1E1A
(26,30,26)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #629C74

#629C74
(98,156,116)
#70A580
(112,165,128)
#7EAE8C
(126,174,140)
#8CB798
(140,183,152)
#9AC0A4
(154,192,164)
#A8C9B0
(168,201,176)
#B6D2BC
(182,210,188)
#C4DBC8
(196,219,200)
#D2E4D4
(210,228,212)
#E0EDE0
(224,237,224)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629C74 color. Also use rgb(98,156,116) instead hex code.

Text Font Color

.myTextColor { color: #629C74; }

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

This text font color is #629C74.

Background Color

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

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

This div background color is #629C74.

Border color

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

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

This div border color is #629C74.

Opacity

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

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

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

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

This text has shadow with #629C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #629C74.

Preview

Color preview on black background

This text has color #629C74 on black background.


Color preview on white background

This text has color #629C74 on white background.


Black color preview on #629C74 background

This text has black color on #629C74 background.


White color preview on #629C74 background

This text has white color on #629C74 background.


Related colors

Complementary color

Complementary color for #hex is #9D638B.


I love getcolorcode.com

Triadic colors

1 #74629C and #9C7462 with #629C74 are triadic colors.

2 #749C62 and #9C6274 with #629C74 are triadic colors.