COLOR #61A795

HEX: #61A795
RGB: (97,167,149)

Color info

#61A795 contains mainly green and blue colors. Web safe color of #61A795 is #669999 (or #699).

RGB color model

#61A795 color RGB value is (97,167,149).

  • red value is 97;
  • green value is 167;
  • blue value is 149.
RGB:
(97,167,149)
(38%,65%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 167 of 255 = 65%
B 149 of 255 = 58%

97
167
149

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

Portions of RGB colors in percentages

R + G + B =
97 + 167 + 149 = 413 (100%)
R 97 of 413 ~ 23.49%
G 167 of 413 ~ 40.44%
B 149 of 413 ~ 36.08%

%23.49
%40.44
%36.08

CMYK color model

#61A795 color CMYK value is (42,0,11,35).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(42,0,11,35)
C42M0Y11K35 
(42%,0%,11%,35%)
(0.42/0.00/0.11/0.35)	

CMYK percentages

%41.92
%0
%10.78
%34.51

Codes

Color #61A795 in popluar color models

61A795
RGB97167149
HSL165°28.46%51.76%
HSB/HSV165°41.92%65.49%
CMYK41.92%0.00%10.78%
34.51%

Color #61A795 in popluar number systems.

HEX61A795
Decimal97167149
Binary11000011010011110010101
Octal141247225

Shades and tints

Shades of #61A795

#61A795
(97,167,149)
#599888
(89,152,136)
#51897B
(81,137,123)
#497A6E
(73,122,110)
#416B61
(65,107,97)
#395C54
(57,92,84)
#314D47
(49,77,71)
#293E3A
(41,62,58)
#212F2D
(33,47,45)
#192020
(25,32,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #61A795

#61A795
(97,167,149)
#6FAF9E
(111,175,158)
#7DB7A7
(125,183,167)
#8BBFB0
(139,191,176)
#99C7B9
(153,199,185)
#A7CFC2
(167,207,194)
#B5D7CB
(181,215,203)
#C3DFD4
(195,223,212)
#D1E7DD
(209,231,221)
#DFEFE6
(223,239,230)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A795 color. Also use rgb(97,167,149) instead hex code.

Text Font Color

.myTextColor { color: #61A795; }

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

This text font color is #61A795.


Background Color

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

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

This div background color is #61A795.


Border color

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

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

This div border color is #61A795.


Opacity

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

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

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

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

This text has shadow with #61A795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A795 on black background.


Color preview on white background

This text has color #61A795 on white background.



Black color preview on #61A795 background

This text has black color on #61A795 background.


White color preview on #61A795 background

This text has white color on #61A795 background.