COLOR #61B246

HEX: #61B246
RGB: (97,178,70)

Color info

#61B246 contains mainly green color. Web safe color of #61B246 is #669933 (or #693).

RGB color model

#61B246 color RGB value is (97,178,70).

  • red value is 97;
  • green value is 178;
  • blue value is 70.
RGB:
(97,178,70)
(38%,70%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 178 of 255 = 70%
B 70 of 255 = 27%

97
178
70

R + G + B ~ 45%. #61B246 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 178 + 70 = 345 (100%)
R 97 of 345 ~ 28.12%
G 178 of 345 ~ 51.59%
B 70 of 345 ~ 20.29%

%28.12
%51.59
%20.29

CMYK color model

#61B246 color CMYK value is (46,0,61,30).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 30.20%
CMYK:
(46,0,61,30)
C46M0Y61K30 
(46%,0%,61%,30%)
(0.46/0.00/0.61/0.30)	

CMYK percentages

%45.51
%0
%60.67
%30.2

Codes

Color #61B246 in popluar color models

61B246
RGB9717870
HSL105°43.55%48.63%
HSB/HSV105°60.67%69.80%
CMYK45.51%0.00%60.67%
30.20%

Color #61B246 in popluar number systems.

HEX61B246
Decimal9717870
Binary1100001101100101000110
Octal141262106

Shades and tints

Shades of #61B246

#61B246
(97,178,70)
#59A240
(89,162,64)
#51923A
(81,146,58)
#498234
(73,130,52)
#41722E
(65,114,46)
#396228
(57,98,40)
#315222
(49,82,34)
#29421C
(41,66,28)
#213216
(33,50,22)
#192210
(25,34,16)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #61B246

#61B246
(97,178,70)
#6FB956
(111,185,86)
#7DC066
(125,192,102)
#8BC776
(139,199,118)
#99CE86
(153,206,134)
#A7D596
(167,213,150)
#B5DCA6
(181,220,166)
#C3E3B6
(195,227,182)
#D1EAC6
(209,234,198)
#DFF1D6
(223,241,214)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B246 color. Also use rgb(97,178,70) instead hex code.

Text Font Color

.myTextColor { color: #61B246; }

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

This text font color is #61B246.


Background Color

.myBgColor { background-color: #61B246; }

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

This div background color is #61B246.


Border color

.myBorderColor { border: 1px solid #61B246; }

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

This div border color is #61B246.


Opacity

.myOpacity80 { color: #61B246; opacity: 0.8; }

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

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

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

This text has shadow with #61B246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B246 on black background.


Color preview on white background

This text has color #61B246 on white background.



Black color preview on #61B246 background

This text has black color on #61B246 background.


White color preview on #61B246 background

This text has white color on #61B246 background.