COLOR #068440

HEX: #068440 RGB: (6,132,64)

Color info

#068440 contains mainly green color. Web safe color of #068440 is #009933 (or #093).

RGB color model

#068440 color RGB value is (6,132,64).

RGB: (6,132,64) (2%, 52%, 25%)

RGB channels and saturation

R 6 of 255 = 2%
G 132 of 255 = 52%
B 64 of 255 = 25%

6
132
64

R + G + B ~ 26%. #068440 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 132 + 64 = 202 (100%)
R 6 of 202 ~ 2.97%
G 132 of 202 ~ 65.35%
B 64 of 202 ~ 31.68'%

%65.35
%31.68

CMYK color model

#068440 color CMYK value is (95,0,52,48).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 48.24%

CMYK: (95,0,52,48)
C95M0Y52K48 (95%, 0%, 52%, 48%)
(0.95 / 0.00 / 0.52 / 0.48)

CMYK percentages

%95.45
%0
%51.52
%48.24

Codes

Color #068440 in popluar color models

06 84 40
RGB 6 132 64
HSL 148° 91.30% 27.06%
HSB/HSV 148° 95.45% 51.76%
CMYK 95.45% 0.00% 51.52%
48.24%

Color #068440 in popluar number systems.

HEX 06 84 40
Decimal 6 132 64
Binary 110 10000100 1000000
Octal 6 204 100

Shades and tints

Shades of #068440

#068440
(6,132,64)
#06783B
(6,120,59)
#066C36
(6,108,54)
#066031
(6,96,49)
#06542C
(6,84,44)
#064827
(6,72,39)
#063C22
(6,60,34)
#06301D
(6,48,29)
#062418
(6,36,24)
#061813
(6,24,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #068440

#068440
(6,132,64)
#1C8F51
(28,143,81)
#329A62
(50,154,98)
#48A573
(72,165,115)
#5EB084
(94,176,132)
#74BB95
(116,187,149)
#8AC6A6
(138,198,166)
#A0D1B7
(160,209,183)
#B6DCC8
(182,220,200)
#CCE7D9
(204,231,217)
#E2F2EA
(226,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068440 color. Also use rgb(6,132,64) instead hex code.

Text Font Color

.myTextColor { color: #068440; }

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

This text font color is #068440.

Background Color

.myBgColor { background-color: #068440; }

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

This div background color is #068440.

Border color

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

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

This div border color is #068440.

Opacity

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

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

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

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

This text has shadow with #068440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #068440.

Preview

Color preview on black background

This text has color #068440 on black background.


Color preview on white background

This text has color #068440 on white background.


Black color preview on #068440 background

This text has black color on #068440 background.


White color preview on #068440 background

This text has white color on #068440 background.


Related colors

Complementary color

Complementary color for #hex is #F97BBF.


I love getcolorcode.com

Triadic colors

1 #400684 and #844006 with #068440 are triadic colors.

2 #408406 and #840640 with #068440 are triadic colors.