COLOR #65997F

HEX: #65997F RGB: (101,153,127)

Color info

#65997F contains red, green and blue colors in about the same proportion. Web safe color of #65997F is #669966 (or #696).

RGB color model

#65997F color RGB value is (101,153,127).

RGB: (101,153,127) (40%, 60%, 50%)

RGB channels and saturation

R 101 of 255 = 40%
G 153 of 255 = 60%
B 127 of 255 = 50%

101
153
127

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

Portions of RGB colors in percentages

R + G + B = 101 + 153 + 127 = 381 (100%)
R 101 of 381 ~ 26.51%
G 153 of 381 ~ 40.16%
B 127 of 381 ~ 33.33'%

%26.51
%40.16
%33.33

CMYK color model

#65997F color CMYK value is (34,0,17,40).

  • cyan value is 33.99%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (34,0,17,40)
C34M0Y17K40 (34%, 0%, 17%, 40%)
(0.34 / 0.00 / 0.17 / 0.40)

CMYK percentages

%33.99
%0
%16.99
%40

Codes

Color #65997F in popluar color models

65 99 7F
RGB 101 153 127
HSL 150° 20.47% 49.80%
HSB/HSV 150° 33.99% 60.00%
CMYK 33.99% 0.00% 16.99%
40.00%

Color #65997F in popluar number systems.

HEX 65 99 7F
Decimal 101 153 127
Binary 1100101 10011001 1111111
Octal 145 231 177

Shades and tints

Shades of #65997F

#65997F
(101,153,127)
#5C8C74
(92,140,116)
#537F69
(83,127,105)
#4A725E
(74,114,94)
#416553
(65,101,83)
#385848
(56,88,72)
#2F4B3D
(47,75,61)
#263E32
(38,62,50)
#1D3127
(29,49,39)
#14241C
(20,36,28)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #65997F

#65997F
(101,153,127)
#73A28A
(115,162,138)
#81AB95
(129,171,149)
#8FB4A0
(143,180,160)
#9DBDAB
(157,189,171)
#ABC6B6
(171,198,182)
#B9CFC1
(185,207,193)
#C7D8CC
(199,216,204)
#D5E1D7
(213,225,215)
#E3EAE2
(227,234,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65997F color. Also use rgb(101,153,127) instead hex code.

Text Font Color

.myTextColor { color: #65997F; }

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

This text font color is #65997F.

Background Color

.myBgColor { background-color: #65997F; }

<div style="background-color:#65997F">Inner text</div>

This div background color is #65997F.

Border color

.myBorderColor { border: 1px solid #65997F; }

<div style="border:3px solid #65997F">Div</div>

This div border color is #65997F.

Opacity

.myOpacity80 { color: #65997F; opacity: 0.8; }

<p style="color:#65997F;opacity:0.8;">80%</p>

Text with #65997F 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 #65997F;}

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

This text has shadow with #65997F color.


.textShadow {text-shadow: 3px 3px 1px #65997F', 3px 3px 1px red;}

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

This text has shadow with #65997F primary color and red secondary color.


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

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

This text has shadow with #65997F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #65997F; -webkit-box-shadow: 1px 1px 3px 2px #65997F; box-shadow:1px 1px 3px 2px #65997F;">
Div content here
</div>

This div box has shadow with color #65997F.

Preview

Color preview on black background

This text has color #65997F on black background.


Color preview on white background

This text has color #65997F on white background.


Black color preview on #65997F background

This text has black color on #65997F background.


White color preview on #65997F background

This text has white color on #65997F background.


Related colors

Complementary color

Complementary color for #hex is #9A6680.


I love getcolorcode.com

Triadic colors

1 #7F6599 and #997F65 with #65997F are triadic colors.

2 #7F9965 and #99657F with #65997F are triadic colors.