COLOR #61B25B

HEX: #61B25B RGB: (97,178,91)

Color info

#61B25B contains mainly green color. Web safe color of #61B25B is #669966 (or #696).

RGB color model

#61B25B color RGB value is (97,178,91).

RGB: (97,178,91) (38%, 70%, 36%)

RGB channels and saturation

R 97 of 255 = 38%
G 178 of 255 = 70%
B 91 of 255 = 36%

97
178
91

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

Portions of RGB colors in percentages

R + G + B = 97 + 178 + 91 = 366 (100%)
R 97 of 366 ~ 26.5%
G 178 of 366 ~ 48.63%
B 91 of 366 ~ 24.86'%

%26.5
%48.63
%24.86

CMYK color model

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

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 48.88%
  • key color value is 30.20%

CMYK: (46,0,49,30)
C46M0Y49K30 (46%, 0%, 49%, 30%)
(0.46 / 0.00 / 0.49 / 0.30)

CMYK percentages

%45.51
%0
%48.88
%30.2

Codes

Color #61B25B in popluar color models

61 B2 5B
RGB 97 178 91
HSL 116° 36.10% 52.75%
HSB/HSV 116° 48.88% 69.80%
CMYK 45.51% 0.00% 48.88%
30.20%

Color #61B25B in popluar number systems.

HEX 61 B2 5B
Decimal 97 178 91
Binary 1100001 10110010 1011011
Octal 141 262 133

Shades and tints

Shades of #61B25B

#61B25B
(97,178,91)
#59A253
(89,162,83)
#51924B
(81,146,75)
#498243
(73,130,67)
#41723B
(65,114,59)
#396233
(57,98,51)
#31522B
(49,82,43)
#294223
(41,66,35)
#21321B
(33,50,27)
#192213
(25,34,19)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #61B25B

#61B25B
(97,178,91)
#6FB969
(111,185,105)
#7DC077
(125,192,119)
#8BC785
(139,199,133)
#99CE93
(153,206,147)
#A7D5A1
(167,213,161)
#B5DCAF
(181,220,175)
#C3E3BD
(195,227,189)
#D1EACB
(209,234,203)
#DFF1D9
(223,241,217)
#EDF8E7
(237,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B25B; }

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

This text font color is #61B25B.

Background Color

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

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

This div background color is #61B25B.

Border color

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

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

This div border color is #61B25B.

Opacity

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

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

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

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

This text has shadow with #61B25B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B25B.

Preview

Color preview on black background

This text has color #61B25B on black background.


Color preview on white background

This text has color #61B25B on white background.


Black color preview on #61B25B background

This text has black color on #61B25B background.


White color preview on #61B25B background

This text has white color on #61B25B background.


Related colors

Complementary color

Complementary color for #hex is #9E4DA4.


I love getcolorcode.com

Triadic colors

1 #5B61B2 and #B25B61 with #61B25B are triadic colors.

2 #5BB261 and #B2615B with #61B25B are triadic colors.