COLOR #62956F

HEX: #62956F RGB: (98,149,111)

Color info

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

RGB color model

#62956F color RGB value is (98,149,111).

RGB: (98,149,111) (38%, 58%, 44%)

RGB channels and saturation

R 98 of 255 = 38%
G 149 of 255 = 58%
B 111 of 255 = 44%

98
149
111

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

Portions of RGB colors in percentages

R + G + B = 98 + 149 + 111 = 358 (100%)
R 98 of 358 ~ 27.37%
G 149 of 358 ~ 41.62%
B 111 of 358 ~ 31.01'%

%27.37
%41.62
%31.01

CMYK color model

#62956F color CMYK value is (34,0,26,42).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 41.57%

CMYK: (34,0,26,42)
C34M0Y26K42 (34%, 0%, 26%, 42%)
(0.34 / 0.00 / 0.26 / 0.42)

CMYK percentages

%34.23
%0
%25.5
%41.57

Codes

Color #62956F in popluar color models

62 95 6F
RGB 98 149 111
HSL 135° 20.65% 48.43%
HSB/HSV 135° 34.23% 58.43%
CMYK 34.23% 0.00% 25.50%
41.57%

Color #62956F in popluar number systems.

HEX 62 95 6F
Decimal 98 149 111
Binary 1100010 10010101 1101111
Octal 142 225 157

Shades and tints

Shades of #62956F

#62956F
(98,149,111)
#5A8865
(90,136,101)
#527B5B
(82,123,91)
#4A6E51
(74,110,81)
#426147
(66,97,71)
#3A543D
(58,84,61)
#324733
(50,71,51)
#2A3A29
(42,58,41)
#222D1F
(34,45,31)
#1A2015
(26,32,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #62956F

#62956F
(98,149,111)
#709E7C
(112,158,124)
#7EA789
(126,167,137)
#8CB096
(140,176,150)
#9AB9A3
(154,185,163)
#A8C2B0
(168,194,176)
#B6CBBD
(182,203,189)
#C4D4CA
(196,212,202)
#D2DDD7
(210,221,215)
#E0E6E4
(224,230,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62956F color. Also use rgb(98,149,111) instead hex code.

Text Font Color

.myTextColor { color: #62956F; }

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

This text font color is #62956F.

Background Color

.myBgColor { background-color: #62956F; }

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

This div background color is #62956F.

Border color

.myBorderColor { border: 1px solid #62956F; }

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

This div border color is #62956F.

Opacity

.myOpacity80 { color: #62956F; opacity: 0.8; }

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

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

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

This text has shadow with #62956F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62956F.

Preview

Color preview on black background

This text has color #62956F on black background.


Color preview on white background

This text has color #62956F on white background.


Black color preview on #62956F background

This text has black color on #62956F background.


White color preview on #62956F background

This text has white color on #62956F background.


Related colors

Complementary color

Complementary color for #hex is #9D6A90.


I love getcolorcode.com

Triadic colors

1 #6F6295 and #956F62 with #62956F are triadic colors.

2 #6F9562 and #95626F with #62956F are triadic colors.