COLOR #61B664

HEX: #61B664 RGB: (97,182,100)

Color info

#61B664 contains mainly green color. Web safe color of #61B664 is #66CC66 (or #6C6).

RGB color model

#61B664 color RGB value is (97,182,100).

RGB: (97,182,100) (38%, 71%, 39%)

RGB channels and saturation

R 97 of 255 = 38%
G 182 of 255 = 71%
B 100 of 255 = 39%

97
182
100

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

Portions of RGB colors in percentages

R + G + B = 97 + 182 + 100 = 379 (100%)
R 97 of 379 ~ 25.59%
G 182 of 379 ~ 48.02%
B 100 of 379 ~ 26.39'%

%25.59
%48.02
%26.39

CMYK color model

#61B664 color CMYK value is (47,0,45,29).

  • cyan value is 46.70%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%

CMYK: (47,0,45,29)
C47M0Y45K29 (47%, 0%, 45%, 29%)
(0.47 / 0.00 / 0.45 / 0.29)

CMYK percentages

%46.7
%0
%45.05
%28.63

Codes

Color #61B664 in popluar color models

61 B6 64
RGB 97 182 100
HSL 122° 36.80% 54.71%
HSB/HSV 122° 46.70% 71.37%
CMYK 46.70% 0.00% 45.05%
28.63%

Color #61B664 in popluar number systems.

HEX 61 B6 64
Decimal 97 182 100
Binary 1100001 10110110 1100100
Octal 141 266 144

Shades and tints

Shades of #61B664

#61B664
(97,182,100)
#59A65B
(89,166,91)
#519652
(81,150,82)
#498649
(73,134,73)
#417640
(65,118,64)
#396637
(57,102,55)
#31562E
(49,86,46)
#294625
(41,70,37)
#21361C
(33,54,28)
#192613
(25,38,19)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #61B664

#61B664
(97,182,100)
#6FBC72
(111,188,114)
#7DC280
(125,194,128)
#8BC88E
(139,200,142)
#99CE9C
(153,206,156)
#A7D4AA
(167,212,170)
#B5DAB8
(181,218,184)
#C3E0C6
(195,224,198)
#D1E6D4
(209,230,212)
#DFECE2
(223,236,226)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B664 color. Also use rgb(97,182,100) instead hex code.

Text Font Color

.myTextColor { color: #61B664; }

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

This text font color is #61B664.

Background Color

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

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

This div background color is #61B664.

Border color

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

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

This div border color is #61B664.

Opacity

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

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

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

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

This text has shadow with #61B664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B664.

Preview

Color preview on black background

This text has color #61B664 on black background.


Color preview on white background

This text has color #61B664 on white background.


Black color preview on #61B664 background

This text has black color on #61B664 background.


White color preview on #61B664 background

This text has white color on #61B664 background.


Related colors

Complementary color

Complementary color for #hex is #9E499B.


I love getcolorcode.com

Triadic colors

1 #6461B6 and #B66461 with #61B664 are triadic colors.

2 #64B661 and #B66164 with #61B664 are triadic colors.