COLOR #639C70

HEX: #639C70 RGB: (99,156,112)

Color info

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

RGB color model

#639C70 color RGB value is (99,156,112).

RGB: (99,156,112) (39%, 61%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 112 of 255 = 44%

99
156
112

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

Portions of RGB colors in percentages

R + G + B = 99 + 156 + 112 = 367 (100%)
R 99 of 367 ~ 26.98%
G 156 of 367 ~ 42.51%
B 112 of 367 ~ 30.52'%

%26.98
%42.51
%30.52

CMYK color model

#639C70 color CMYK value is (37,0,28,39).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%

CMYK: (37,0,28,39)
C37M0Y28K39 (37%, 0%, 28%, 39%)
(0.37 / 0.00 / 0.28 / 0.39)

CMYK percentages

%36.54
%0
%28.21
%38.82

Codes

Color #639C70 in popluar color models

63 9C 70
RGB 99 156 112
HSL 134° 22.35% 50.00%
HSB/HSV 134° 36.54% 61.18%
CMYK 36.54% 0.00% 28.21%
38.82%

Color #639C70 in popluar number systems.

HEX 63 9C 70
Decimal 99 156 112
Binary 1100011 10011100 1110000
Octal 143 234 160

Shades and tints

Shades of #639C70

#639C70
(99,156,112)
#5A8E66
(90,142,102)
#51805C
(81,128,92)
#487252
(72,114,82)
#3F6448
(63,100,72)
#36563E
(54,86,62)
#2D4834
(45,72,52)
#243A2A
(36,58,42)
#1B2C20
(27,44,32)
#121E16
(18,30,22)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #639C70

#639C70
(99,156,112)
#71A57D
(113,165,125)
#7FAE8A
(127,174,138)
#8DB797
(141,183,151)
#9BC0A4
(155,192,164)
#A9C9B1
(169,201,177)
#B7D2BE
(183,210,190)
#C5DBCB
(197,219,203)
#D3E4D8
(211,228,216)
#E1EDE5
(225,237,229)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639C70 color. Also use rgb(99,156,112) instead hex code.

Text Font Color

.myTextColor { color: #639C70; }

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

This text font color is #639C70.

Background Color

.myBgColor { background-color: #639C70; }

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

This div background color is #639C70.

Border color

.myBorderColor { border: 1px solid #639C70; }

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

This div border color is #639C70.

Opacity

.myOpacity80 { color: #639C70; opacity: 0.8; }

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

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

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

This text has shadow with #639C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639C70.

Preview

Color preview on black background

This text has color #639C70 on black background.


Color preview on white background

This text has color #639C70 on white background.


Black color preview on #639C70 background

This text has black color on #639C70 background.


White color preview on #639C70 background

This text has white color on #639C70 background.


Related colors

Complementary color

Complementary color for #hex is #9C638F.


I love getcolorcode.com

Triadic colors

1 #70639C and #9C7063 with #639C70 are triadic colors.

2 #709C63 and #9C6370 with #639C70 are triadic colors.