COLOR #65B489

HEX: #65B489
RGB: (101,180,137)

Color info

#65B489 contains mainly green and blue colors. Web safe color of #65B489 is #66CC99 (or #6C9).

RGB color model

#65B489 color RGB value is (101,180,137).

  • red value is 101;
  • green value is 180;
  • blue value is 137.
RGB:
(101,180,137)
(40%,71%,54%)

RGB channels and saturation

R 101 of 255 = 40%
G 180 of 255 = 71%
B 137 of 255 = 54%

101
180
137

R + G + B ~ 55%. #65B489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 180 + 137 = 418 (100%)
R 101 of 418 ~ 24.16%
G 180 of 418 ~ 43.06%
B 137 of 418 ~ 32.78%

%24.16
%43.06
%32.78

CMYK color model

#65B489 color CMYK value is (44,0,24,29).

  • cyan value is 43.89%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(44,0,24,29)
C44M0Y24K29 
(44%,0%,24%,29%)
(0.44/0.00/0.24/0.29)	

CMYK percentages

%43.89
%0
%23.89
%29.41

Codes

Color #65B489 in popluar color models

65B489
RGB101180137
HSL147°34.50%55.10%
HSB/HSV147°43.89%70.59%
CMYK43.89%0.00%23.89%
29.41%

Color #65B489 in popluar number systems.

HEX65B489
Decimal101180137
Binary11001011011010010001001
Octal145264211

Shades and tints

Shades of #65B489

#65B489
(101,180,137)
#5CA47D
(92,164,125)
#539471
(83,148,113)
#4A8465
(74,132,101)
#417459
(65,116,89)
#38644D
(56,100,77)
#2F5441
(47,84,65)
#264435
(38,68,53)
#1D3429
(29,52,41)
#14241D
(20,36,29)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #65B489

#65B489
(101,180,137)
#73BA93
(115,186,147)
#81C09D
(129,192,157)
#8FC6A7
(143,198,167)
#9DCCB1
(157,204,177)
#ABD2BB
(171,210,187)
#B9D8C5
(185,216,197)
#C7DECF
(199,222,207)
#D5E4D9
(213,228,217)
#E3EAE3
(227,234,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65B489 color. Also use rgb(101,180,137) instead hex code.

Text Font Color

.myTextColor { color: #65B489; }

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

This text font color is #65B489.


Background Color

.myBgColor { background-color: #65B489; }

<div style="background-color:#65B489">Inner text</div>

This div background color is #65B489.


Border color

.myBorderColor { border: 1px solid #65B489; }

<div style="border:3px solid #65B489">Div</div>

This div border color is #65B489.


Opacity

.myOpacity80 { color: #65B489; opacity: 0.8; }

<p style="color:#65B489;opacity:0.8;">80%</p>

Text with #65B489 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 #65B489;}

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

This text has shadow with #65B489 color.

.textShadow {text-shadow: 3px 3px 1px #65B489, 3px 3px 1px red;}

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

This text has shadow with #65B489 primary color and red secondary color.


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

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

This text has shadow with #65B489 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65B489 on black background.


Color preview on white background

This text has color #65B489 on white background.



Black color preview on #65B489 background

This text has black color on #65B489 background.


White color preview on #65B489 background

This text has white color on #65B489 background.