COLOR #64B062

HEX: #64B062
RGB: (100,176,98)

Color info

#64B062 contains mainly green color. Web safe color of #64B062 is #669966 (or #696).

RGB color model

#64B062 color RGB value is (100,176,98).

  • red value is 100;
  • green value is 176;
  • blue value is 98.
RGB:
(100,176,98)
(39%,69%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 176 of 255 = 69%
B 98 of 255 = 38%

100
176
98

R + G + B ~ 49%. #64B062 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 176 + 98 = 374 (100%)
R 100 of 374 ~ 26.74%
G 176 of 374 ~ 47.06%
B 98 of 374 ~ 26.2%

%26.74
%47.06
%26.2

CMYK color model

#64B062 color CMYK value is (43,0,44,31).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 30.98%
CMYK:
(43,0,44,31)
C43M0Y44K31 
(43%,0%,44%,31%)
(0.43/0.00/0.44/0.31)	

CMYK percentages

%43.18
%0
%44.32
%30.98

Codes

Color #64B062 in popluar color models

64B062
RGB10017698
HSL118°33.05%53.73%
HSB/HSV118°44.32%69.02%
CMYK43.18%0.00%44.32%
30.98%

Color #64B062 in popluar number systems.

HEX64B062
Decimal10017698
Binary1100100101100001100010
Octal144260142

Shades and tints

Shades of #64B062

#64B062
(100,176,98)
#5BA05A
(91,160,90)
#529052
(82,144,82)
#49804A
(73,128,74)
#407042
(64,112,66)
#37603A
(55,96,58)
#2E5032
(46,80,50)
#25402A
(37,64,42)
#1C3022
(28,48,34)
#13201A
(19,32,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #64B062

#64B062
(100,176,98)
#72B770
(114,183,112)
#80BE7E
(128,190,126)
#8EC58C
(142,197,140)
#9CCC9A
(156,204,154)
#AAD3A8
(170,211,168)
#B8DAB6
(184,218,182)
#C6E1C4
(198,225,196)
#D4E8D2
(212,232,210)
#E2EFE0
(226,239,224)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B062 color. Also use rgb(100,176,98) instead hex code.

Text Font Color

.myTextColor { color: #64B062; }

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

This text font color is #64B062.


Background Color

.myBgColor { background-color: #64B062; }

<div style="background-color:#64B062">Inner text</div>

This div background color is #64B062.


Border color

.myBorderColor { border: 1px solid #64B062; }

<div style="border:3px solid #64B062">Div</div>

This div border color is #64B062.


Opacity

.myOpacity80 { color: #64B062; opacity: 0.8; }

<p style="color:#64B062;opacity:0.8;">80%</p>

Text with #64B062 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 #64B062;}

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

This text has shadow with #64B062 color.

.textShadow {text-shadow: 3px 3px 1px #64B062, 3px 3px 1px red;}

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

This text has shadow with #64B062 primary color and red secondary color.


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

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

This text has shadow with #64B062 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B062 on black background.


Color preview on white background

This text has color #64B062 on white background.



Black color preview on #64B062 background

This text has black color on #64B062 background.


White color preview on #64B062 background

This text has white color on #64B062 background.