COLOR #629970

HEX: #629970
RGB: (98,153,112)

Color info

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

RGB color model

#629970 color RGB value is (98,153,112).

  • red value is 98;
  • green value is 153;
  • blue value is 112.
RGB:
(98,153,112)
(38%,60%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 153 of 255 = 60%
B 112 of 255 = 44%

98
153
112

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

Portions of RGB colors in percentages

R + G + B =
98 + 153 + 112 = 363 (100%)
R 98 of 363 ~ 27%
G 153 of 363 ~ 42.15%
B 112 of 363 ~ 30.85%

%27
%42.15
%30.85

CMYK color model

#629970 color CMYK value is (36,0,27,40).

  • cyan value is 35.95%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(36,0,27,40)
C36M0Y27K40 
(36%,0%,27%,40%)
(0.36/0.00/0.27/0.40)	

CMYK percentages

%35.95
%0
%26.8
%40

Codes

Color #629970 in popluar color models

629970
RGB98153112
HSL135°21.91%49.22%
HSB/HSV135°35.95%60.00%
CMYK35.95%0.00%26.80%
40.00%

Color #629970 in popluar number systems.

HEX629970
Decimal98153112
Binary1100010100110011110000
Octal142231160

Shades and tints

Shades of #629970

#629970
(98,153,112)
#5A8C66
(90,140,102)
#527F5C
(82,127,92)
#4A7252
(74,114,82)
#426548
(66,101,72)
#3A583E
(58,88,62)
#324B34
(50,75,52)
#2A3E2A
(42,62,42)
#223120
(34,49,32)
#1A2416
(26,36,22)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #629970

#629970
(98,153,112)
#70A27D
(112,162,125)
#7EAB8A
(126,171,138)
#8CB497
(140,180,151)
#9ABDA4
(154,189,164)
#A8C6B1
(168,198,177)
#B6CFBE
(182,207,190)
#C4D8CB
(196,216,203)
#D2E1D8
(210,225,216)
#E0EAE5
(224,234,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629970 color. Also use rgb(98,153,112) instead hex code.

Text Font Color

.myTextColor { color: #629970; }

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

This text font color is #629970.


Background Color

.myBgColor { background-color: #629970; }

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

This div background color is #629970.


Border color

.myBorderColor { border: 1px solid #629970; }

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

This div border color is #629970.


Opacity

.myOpacity80 { color: #629970; opacity: 0.8; }

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

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

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

This text has shadow with #629970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629970 on black background.


Color preview on white background

This text has color #629970 on white background.



Black color preview on #629970 background

This text has black color on #629970 background.


White color preview on #629970 background

This text has white color on #629970 background.