COLOR #64B079

HEX: #64B079
RGB: (100,176,121)

Color info

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

RGB color model

#64B079 color RGB value is (100,176,121).

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

RGB channels and saturation

R 100 of 255 = 39%
G 176 of 255 = 69%
B 121 of 255 = 47%

100
176
121

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

Portions of RGB colors in percentages

R + G + B =
100 + 176 + 121 = 397 (100%)
R 100 of 397 ~ 25.19%
G 176 of 397 ~ 44.33%
B 121 of 397 ~ 30.48%

%25.19
%44.33
%30.48

CMYK color model

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

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(43,0,31,31)
C43M0Y31K31 
(43%,0%,31%,31%)
(0.43/0.00/0.31/0.31)	

CMYK percentages

%43.18
%0
%31.25
%30.98

Codes

Color #64B079 in popluar color models

64B079
RGB100176121
HSL137°32.48%54.12%
HSB/HSV137°43.18%69.02%
CMYK43.18%0.00%31.25%
30.98%

Color #64B079 in popluar number systems.

HEX64B079
Decimal100176121
Binary1100100101100001111001
Octal144260171

Shades and tints

Shades of #64B079

#64B079
(100,176,121)
#5BA06E
(91,160,110)
#529063
(82,144,99)
#498058
(73,128,88)
#40704D
(64,112,77)
#376042
(55,96,66)
#2E5037
(46,80,55)
#25402C
(37,64,44)
#1C3021
(28,48,33)
#132016
(19,32,22)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #64B079

#64B079
(100,176,121)
#72B785
(114,183,133)
#80BE91
(128,190,145)
#8EC59D
(142,197,157)
#9CCCA9
(156,204,169)
#AAD3B5
(170,211,181)
#B8DAC1
(184,218,193)
#C6E1CD
(198,225,205)
#D4E8D9
(212,232,217)
#E2EFE5
(226,239,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64B079; }

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

This text font color is #64B079.


Background Color

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

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

This div background color is #64B079.


Border color

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

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

This div border color is #64B079.


Opacity

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

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

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

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

This text has shadow with #64B079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B079 on black background.


Color preview on white background

This text has color #64B079 on white background.



Black color preview on #64B079 background

This text has black color on #64B079 background.


White color preview on #64B079 background

This text has white color on #64B079 background.