COLOR #61B809

HEX: #61B809
RGB: (97,184,9)

Color info

#61B809 contains mainly green color. Web safe color of #61B809 is #66CC00 (or #6C0).

RGB color model

#61B809 color RGB value is (97,184,9).

  • red value is 97;
  • green value is 184;
  • blue value is 9.
RGB:
(97,184,9)
(38%,72%,4%)

RGB channels and saturation

R 97 of 255 = 38%
G 184 of 255 = 72%
B 9 of 255 = 4%

97
184
9

R + G + B ~ 38%. #61B809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 184 + 9 = 290 (100%)
R 97 of 290 ~ 33.45%
G 184 of 290 ~ 63.45%
B 9 of 290 ~ 3.1%

%33.45
%63.45

CMYK color model

#61B809 color CMYK value is (47,0,95,28).

  • cyan value is 47.28%
  • magenta value is 0.00%
  • yellow value is 95.11%
  • key color value is 27.84%
CMYK:
(47,0,95,28)
C47M0Y95K28 
(47%,0%,95%,28%)
(0.47/0.00/0.95/0.28)	

CMYK percentages

%47.28
%0
%95.11
%27.84

Codes

Color #61B809 in popluar color models

61B809
RGB971849
HSL90°90.67%37.84%
HSB/HSV90°95.11%72.16%
CMYK47.28%0.00%95.11%
27.84%

Color #61B809 in popluar number systems.

HEX61B809
Decimal971849
Binary1100001101110001001
Octal14127011

Shades and tints

Shades of #61B809

#61B809
(97,184,9)
#59A809
(89,168,9)
#519809
(81,152,9)
#498809
(73,136,9)
#417809
(65,120,9)
#396809
(57,104,9)
#315809
(49,88,9)
#294809
(41,72,9)
#213809
(33,56,9)
#192809
(25,40,9)
#111809
(17,24,9)
#000000
(0,0,0)

Tints of #61B809

#61B809
(97,184,9)
#6FBE1F
(111,190,31)
#7DC435
(125,196,53)
#8BCA4B
(139,202,75)
#99D061
(153,208,97)
#A7D677
(167,214,119)
#B5DC8D
(181,220,141)
#C3E2A3
(195,226,163)
#D1E8B9
(209,232,185)
#DFEECF
(223,238,207)
#EDF4E5
(237,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B809 color. Also use rgb(97,184,9) instead hex code.

Text Font Color

.myTextColor { color: #61B809; }

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

This text font color is #61B809.


Background Color

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

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

This div background color is #61B809.


Border color

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

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

This div border color is #61B809.


Opacity

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

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

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

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

This text has shadow with #61B809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B809 on black background.


Color preview on white background

This text has color #61B809 on white background.



Black color preview on #61B809 background

This text has black color on #61B809 background.


White color preview on #61B809 background

This text has white color on #61B809 background.