COLOR #65AA76

HEX: #65AA76
RGB: (101,170,118)

Color info

#65AA76 contains mainly green and blue colors. Web safe color of #65AA76 is #669966 (or #696).

RGB color model

#65AA76 color RGB value is (101,170,118).

  • red value is 101;
  • green value is 170;
  • blue value is 118.
RGB:
(101,170,118)
(40%,67%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 170 of 255 = 67%
B 118 of 255 = 46%

101
170
118

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

Portions of RGB colors in percentages

R + G + B =
101 + 170 + 118 = 389 (100%)
R 101 of 389 ~ 25.96%
G 170 of 389 ~ 43.7%
B 118 of 389 ~ 30.33%

%25.96
%43.7
%30.33

CMYK color model

#65AA76 color CMYK value is (41,0,31,33).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(41,0,31,33)
C41M0Y31K33 
(41%,0%,31%,33%)
(0.41/0.00/0.31/0.33)	

CMYK percentages

%40.59
%0
%30.59
%33.33

Codes

Color #65AA76 in popluar color models

65AA76
RGB101170118
HSL135°28.87%53.14%
HSB/HSV135°40.59%66.67%
CMYK40.59%0.00%30.59%
33.33%

Color #65AA76 in popluar number systems.

HEX65AA76
Decimal101170118
Binary1100101101010101110110
Octal145252166

Shades and tints

Shades of #65AA76

#65AA76
(101,170,118)
#5C9B6C
(92,155,108)
#538C62
(83,140,98)
#4A7D58
(74,125,88)
#416E4E
(65,110,78)
#385F44
(56,95,68)
#2F503A
(47,80,58)
#264130
(38,65,48)
#1D3226
(29,50,38)
#14231C
(20,35,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #65AA76

#65AA76
(101,170,118)
#73B182
(115,177,130)
#81B88E
(129,184,142)
#8FBF9A
(143,191,154)
#9DC6A6
(157,198,166)
#ABCDB2
(171,205,178)
#B9D4BE
(185,212,190)
#C7DBCA
(199,219,202)
#D5E2D6
(213,226,214)
#E3E9E2
(227,233,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65AA76 color. Also use rgb(101,170,118) instead hex code.

Text Font Color

.myTextColor { color: #65AA76; }

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

This text font color is #65AA76.


Background Color

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

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

This div background color is #65AA76.


Border color

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

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

This div border color is #65AA76.


Opacity

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

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

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

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

This text has shadow with #65AA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65AA76 on black background.


Color preview on white background

This text has color #65AA76 on white background.



Black color preview on #65AA76 background

This text has black color on #65AA76 background.


White color preview on #65AA76 background

This text has white color on #65AA76 background.