COLOR #064812

HEX: #064812 RGB: (6,72,18)

Color info

#064812 contains mainly green and blue colors. Web safe color of #064812 is #003300 (or #030).

RGB color model

#064812 color RGB value is (6,72,18).

RGB: (6,72,18) (2%, 28%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 72 of 255 = 28%
B 18 of 255 = 7%

6
72
18

R + G + B ~ 12%. #064812 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 72 + 18 = 96 (100%)
R 6 of 96 ~ 6.25%
G 72 of 96 ~ 75%
B 18 of 96 ~ 18.75'%

%75
%18.75

CMYK color model

#064812 color CMYK value is (92,0,75,72).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK: (92,0,75,72) C92M0Y75K72 (92%,0%,75%,72%) (0.92/0.00/0.75/0.72) 

CMYK percentages

%91.67
%0
%75
%71.76

Codes

Color #064812 in popluar color models

06 48 12
RGB 6 72 18
HSL 131° 84.62% 15.29%
HSB/HSV 131° 91.67% 28.24%
CMYK 91.67% 0.00% 75.00%
71.76%

Color #064812 in popluar number systems.

HEX 06 48 12
Decimal 6 72 18
Binary 110 1001000 10010
Octal 6 110 22

Shades and tints

Shades of #064812

#064812
(6,72,18)
#064211
(6,66,17)
#063C10
(6,60,16)
#06360F
(6,54,15)
#06300E
(6,48,14)
#062A0D
(6,42,13)
#06240C
(6,36,12)
#061E0B
(6,30,11)
#06180A
(6,24,10)
#061209
(6,18,9)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #064812

#064812
(6,72,18)
#1C5827
(28,88,39)
#32683C
(50,104,60)
#487851
(72,120,81)
#5E8866
(94,136,102)
#74987B
(116,152,123)
#8AA890
(138,168,144)
#A0B8A5
(160,184,165)
#B6C8BA
(182,200,186)
#CCD8CF
(204,216,207)
#E2E8E4
(226,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064812 color. Also use rgb(6,72,18) instead hex code.

Text Font Color

.myTextColor { color: #064812; }

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

This text font color is #064812.

Background Color

.myBgColor { background-color: #064812; }

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

This div background color is #064812.

Border color

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

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

This div border color is #064812.

Opacity

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

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

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

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

This text has shadow with #064812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064812.

Preview

Color preview on black background

This text has color #064812 on black background.


Color preview on white background

This text has color #064812 on white background.


Black color preview on #064812 background

This text has black color on #064812 background.


White color preview on #064812 background

This text has white color on #064812 background.


Related colors

Complementary color

Complementary color for #hex is #F9B7ED.


I love getcolorcode.com

Triadic colors

1 #120648 and #481206 with #064812 are triadic colors.

2 #124806 and #480612 with #064812 are triadic colors.