COLOR #61B060

HEX: #61B060
RGB: (97,176,96)

Color info

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

RGB color model

#61B060 color RGB value is (97,176,96).

  • red value is 97;
  • green value is 176;
  • blue value is 96.
RGB:
(97,176,96)
(38%,69%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 176 of 255 = 69%
B 96 of 255 = 38%

97
176
96

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

Portions of RGB colors in percentages

R + G + B =
97 + 176 + 96 = 369 (100%)
R 97 of 369 ~ 26.29%
G 176 of 369 ~ 47.7%
B 96 of 369 ~ 26.02%

%26.29
%47.7
%26.02

CMYK color model

#61B060 color CMYK value is (45,0,45,31).

  • cyan value is 44.89%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 30.98%
CMYK:
(45,0,45,31)
C45M0Y45K31 
(45%,0%,45%,31%)
(0.45/0.00/0.45/0.31)	

CMYK percentages

%44.89
%0
%45.45
%30.98

Codes

Color #61B060 in popluar color models

61B060
RGB9717696
HSL119°33.61%53.33%
HSB/HSV119°45.45%69.02%
CMYK44.89%0.00%45.45%
30.98%

Color #61B060 in popluar number systems.

HEX61B060
Decimal9717696
Binary1100001101100001100000
Octal141260140

Shades and tints

Shades of #61B060

#61B060
(97,176,96)
#59A058
(89,160,88)
#519050
(81,144,80)
#498048
(73,128,72)
#417040
(65,112,64)
#396038
(57,96,56)
#315030
(49,80,48)
#294028
(41,64,40)
#213020
(33,48,32)
#192018
(25,32,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #61B060

#61B060
(97,176,96)
#6FB76E
(111,183,110)
#7DBE7C
(125,190,124)
#8BC58A
(139,197,138)
#99CC98
(153,204,152)
#A7D3A6
(167,211,166)
#B5DAB4
(181,218,180)
#C3E1C2
(195,225,194)
#D1E8D0
(209,232,208)
#DFEFDE
(223,239,222)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B060 color. Also use rgb(97,176,96) instead hex code.

Text Font Color

.myTextColor { color: #61B060; }

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

This text font color is #61B060.


Background Color

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

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

This div background color is #61B060.


Border color

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

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

This div border color is #61B060.


Opacity

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

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

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

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

This text has shadow with #61B060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B060 on black background.


Color preview on white background

This text has color #61B060 on white background.



Black color preview on #61B060 background

This text has black color on #61B060 background.


White color preview on #61B060 background

This text has white color on #61B060 background.