COLOR #62966F

HEX: #62966F
RGB: (98,150,111)

Color info

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

RGB color model

#62966F color RGB value is (98,150,111).

  • red value is 98;
  • green value is 150;
  • blue value is 111.
RGB:
(98,150,111)
(38%,59%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 111 of 255 = 44%

98
150
111

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

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 111 = 359 (100%)
R 98 of 359 ~ 27.3%
G 150 of 359 ~ 41.78%
B 111 of 359 ~ 30.92%

%27.3
%41.78
%30.92

CMYK color model

#62966F color CMYK value is (35,0,26,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(35,0,26,41)
C35M0Y26K41 
(35%,0%,26%,41%)
(0.35/0.00/0.26/0.41)	

CMYK percentages

%34.67
%0
%26
%41.18

Codes

Color #62966F in popluar color models

62966F
RGB98150111
HSL135°20.97%48.63%
HSB/HSV135°34.67%58.82%
CMYK34.67%0.00%26.00%
41.18%

Color #62966F in popluar number systems.

HEX62966F
Decimal98150111
Binary1100010100101101101111
Octal142226157

Shades and tints

Shades of #62966F

#62966F
(98,150,111)
#5A8965
(90,137,101)
#527C5B
(82,124,91)
#4A6F51
(74,111,81)
#426247
(66,98,71)
#3A553D
(58,85,61)
#324833
(50,72,51)
#2A3B29
(42,59,41)
#222E1F
(34,46,31)
#1A2115
(26,33,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #62966F

#62966F
(98,150,111)
#709F7C
(112,159,124)
#7EA889
(126,168,137)
#8CB196
(140,177,150)
#9ABAA3
(154,186,163)
#A8C3B0
(168,195,176)
#B6CCBD
(182,204,189)
#C4D5CA
(196,213,202)
#D2DED7
(210,222,215)
#E0E7E4
(224,231,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62966F; }

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

This text font color is #62966F.


Background Color

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

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

This div background color is #62966F.


Border color

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

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

This div border color is #62966F.


Opacity

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

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

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

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

This text has shadow with #62966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62966F on black background.


Color preview on white background

This text has color #62966F on white background.



Black color preview on #62966F background

This text has black color on #62966F background.


White color preview on #62966F background

This text has white color on #62966F background.