COLOR #62976E

HEX: #62976E RGB: (98,151,110)

Color info

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

RGB color model

#62976E color RGB value is (98,151,110).

RGB: (98,151,110) (38%, 59%, 43%)

RGB channels and saturation

R 98 of 255 = 38%
G 151 of 255 = 59%
B 110 of 255 = 43%

98
151
110

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

Portions of RGB colors in percentages

R + G + B = 98 + 151 + 110 = 359 (100%)
R 98 of 359 ~ 27.3%
G 151 of 359 ~ 42.06%
B 110 of 359 ~ 30.64'%

%27.3
%42.06
%30.64

CMYK color model

#62976E color CMYK value is (35,0,27,41).

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%

CMYK: (35,0,27,41)
C35M0Y27K41 (35%, 0%, 27%, 41%)
(0.35 / 0.00 / 0.27 / 0.41)

CMYK percentages

%35.1
%0
%27.15
%40.78

Codes

Color #62976E in popluar color models

62 97 6E
RGB 98 151 110
HSL 134° 21.29% 48.82%
HSB/HSV 134° 35.10% 59.22%
CMYK 35.10% 0.00% 27.15%
40.78%

Color #62976E in popluar number systems.

HEX 62 97 6E
Decimal 98 151 110
Binary 1100010 10010111 1101110
Octal 142 227 156

Shades and tints

Shades of #62976E

#62976E
(98,151,110)
#5A8A64
(90,138,100)
#527D5A
(82,125,90)
#4A7050
(74,112,80)
#426346
(66,99,70)
#3A563C
(58,86,60)
#324932
(50,73,50)
#2A3C28
(42,60,40)
#222F1E
(34,47,30)
#1A2214
(26,34,20)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #62976E

#62976E
(98,151,110)
#70A07B
(112,160,123)
#7EA988
(126,169,136)
#8CB295
(140,178,149)
#9ABBA2
(154,187,162)
#A8C4AF
(168,196,175)
#B6CDBC
(182,205,188)
#C4D6C9
(196,214,201)
#D2DFD6
(210,223,214)
#E0E8E3
(224,232,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62976E color. Also use rgb(98,151,110) instead hex code.

Text Font Color

.myTextColor { color: #62976E; }

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

This text font color is #62976E.

Background Color

.myBgColor { background-color: #62976E; }

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

This div background color is #62976E.

Border color

.myBorderColor { border: 1px solid #62976E; }

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

This div border color is #62976E.

Opacity

.myOpacity80 { color: #62976E; opacity: 0.8; }

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

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

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

This text has shadow with #62976E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62976E.

Preview

Color preview on black background

This text has color #62976E on black background.


Color preview on white background

This text has color #62976E on white background.


Black color preview on #62976E background

This text has black color on #62976E background.


White color preview on #62976E background

This text has white color on #62976E background.


Related colors

Complementary color

Complementary color for #hex is #9D6891.


I love getcolorcode.com

Triadic colors

1 #6E6297 and #976E62 with #62976E are triadic colors.

2 #6E9762 and #97626E with #62976E are triadic colors.