COLOR #65AB6B

HEX: #65AB6B
RGB: (101,171,107)

Color info

#65AB6B contains mainly green color. Web safe color of #65AB6B is #669966 (or #696).

RGB color model

#65AB6B color RGB value is (101,171,107).

  • red value is 101;
  • green value is 171;
  • blue value is 107.
RGB:
(101,171,107)
(40%,67%,42%)

RGB channels and saturation

R 101 of 255 = 40%
G 171 of 255 = 67%
B 107 of 255 = 42%

101
171
107

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

Portions of RGB colors in percentages

R + G + B =
101 + 171 + 107 = 379 (100%)
R 101 of 379 ~ 26.65%
G 171 of 379 ~ 45.12%
B 107 of 379 ~ 28.23%

%26.65
%45.12
%28.23

CMYK color model

#65AB6B color CMYK value is (41,0,37,33).

  • cyan value is 40.94%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%
CMYK:
(41,0,37,33)
C41M0Y37K33 
(41%,0%,37%,33%)
(0.41/0.00/0.37/0.33)	

CMYK percentages

%40.94
%0
%37.43
%32.94

Codes

Color #65AB6B in popluar color models

65AB6B
RGB101171107
HSL125°29.41%53.33%
HSB/HSV125°40.94%67.06%
CMYK40.94%0.00%37.43%
32.94%

Color #65AB6B in popluar number systems.

HEX65AB6B
Decimal101171107
Binary1100101101010111101011
Octal145253153

Shades and tints

Shades of #65AB6B

#65AB6B
(101,171,107)
#5C9C62
(92,156,98)
#538D59
(83,141,89)
#4A7E50
(74,126,80)
#416F47
(65,111,71)
#38603E
(56,96,62)
#2F5135
(47,81,53)
#26422C
(38,66,44)
#1D3323
(29,51,35)
#14241A
(20,36,26)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #65AB6B

#65AB6B
(101,171,107)
#73B278
(115,178,120)
#81B985
(129,185,133)
#8FC092
(143,192,146)
#9DC79F
(157,199,159)
#ABCEAC
(171,206,172)
#B9D5B9
(185,213,185)
#C7DCC6
(199,220,198)
#D5E3D3
(213,227,211)
#E3EAE0
(227,234,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65AB6B color. Also use rgb(101,171,107) instead hex code.

Text Font Color

.myTextColor { color: #65AB6B; }

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

This text font color is #65AB6B.


Background Color

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

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

This div background color is #65AB6B.


Border color

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

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

This div border color is #65AB6B.


Opacity

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

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

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

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

This text has shadow with #65AB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65AB6B on black background.


Color preview on white background

This text has color #65AB6B on white background.



Black color preview on #65AB6B background

This text has black color on #65AB6B background.


White color preview on #65AB6B background

This text has white color on #65AB6B background.