COLOR #064905

HEX: #064905 RGB: (6,73,5)

Color info

#064905 contains mainly green color. Web safe color of #064905 is #003300 (or #030).

RGB color model

#064905 color RGB value is (6,73,5).

RGB: (6,73,5) (2%, 29%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 73 of 255 = 29%
B 5 of 255 = 2%

6
73
5

R + G + B ~ 11%. #064905 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 73 + 5 = 84 (100%)
R 6 of 84 ~ 7.14%
G 73 of 84 ~ 86.9%
B 5 of 84 ~ 5.95'%

%86.9

CMYK color model

#064905 color CMYK value is (92,0,93,71).

  • cyan value is 91.78%
  • magenta value is 0.00%
  • yellow value is 93.15%
  • key color value is 71.37%

CMYK: (92,0,93,71)
C92M0Y93K71 (92%, 0%, 93%, 71%)
(0.92 / 0.00 / 0.93 / 0.71)

CMYK percentages

%91.78
%0
%93.15
%71.37

Codes

Color #064905 in popluar color models

06 49 05
RGB 6 73 5
HSL 119° 87.18% 15.29%
HSB/HSV 119° 93.15% 28.63%
CMYK 91.78% 0.00% 93.15%
71.37%

Color #064905 in popluar number systems.

HEX 06 49 05
Decimal 6 73 5
Binary 110 1001001 101
Octal 6 111 5

Shades and tints

Shades of #064905

#064905
(6,73,5)
#064305
(6,67,5)
#063D05
(6,61,5)
#063705
(6,55,5)
#063105
(6,49,5)
#062B05
(6,43,5)
#062505
(6,37,5)
#061F05
(6,31,5)
#061905
(6,25,5)
#061305
(6,19,5)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #064905

#064905
(6,73,5)
#1C591B
(28,89,27)
#326931
(50,105,49)
#487947
(72,121,71)
#5E895D
(94,137,93)
#749973
(116,153,115)
#8AA989
(138,169,137)
#A0B99F
(160,185,159)
#B6C9B5
(182,201,181)
#CCD9CB
(204,217,203)
#E2E9E1
(226,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064905 color. Also use rgb(6,73,5) instead hex code.

Text Font Color

.myTextColor { color: #064905; }

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

This text font color is #064905.

Background Color

.myBgColor { background-color: #064905; }

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

This div background color is #064905.

Border color

.myBorderColor { border: 1px solid #064905; }

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

This div border color is #064905.

Opacity

.myOpacity80 { color: #064905; opacity: 0.8; }

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

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

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

This text has shadow with #064905 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064905.

Preview

Color preview on black background

This text has color #064905 on black background.


Color preview on white background

This text has color #064905 on white background.


Black color preview on #064905 background

This text has black color on #064905 background.


White color preview on #064905 background

This text has white color on #064905 background.


Related colors

Complementary color

Complementary color for #hex is #F9B6FA.


I love getcolorcode.com

Triadic colors

1 #050649 and #490506 with #064905 are triadic colors.

2 #054906 and #490605 with #064905 are triadic colors.