COLOR #065911

HEX: #065911 RGB: (6,89,17)

Color info

#065911 contains mainly green color. Web safe color of #065911 is #006600 (or #060).

RGB color model

#065911 color RGB value is (6,89,17).

RGB: (6,89,17) (2%, 35%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 89 of 255 = 35%
B 17 of 255 = 7%

6
89
17

R + G + B ~ 15%. #065911 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 89 + 17 = 112 (100%)
R 6 of 112 ~ 5.36%
G 89 of 112 ~ 79.46%
B 17 of 112 ~ 15.18'%

%79.46
%15.18

CMYK color model

#065911 color CMYK value is (93,0,81,65).

  • cyan value is 93.26%
  • magenta value is 0.00%
  • yellow value is 80.90%
  • key color value is 65.10%

CMYK: (93,0,81,65)
C93M0Y81K65 (93%, 0%, 81%, 65%)
(0.93 / 0.00 / 0.81 / 0.65)

CMYK percentages

%93.26
%0
%80.9
%65.1

Codes

Color #065911 in popluar color models

06 59 11
RGB 6 89 17
HSL 128° 87.37% 18.63%
HSB/HSV 128° 93.26% 34.90%
CMYK 93.26% 0.00% 80.90%
65.10%

Color #065911 in popluar number systems.

HEX 06 59 11
Decimal 6 89 17
Binary 110 1011001 10001
Octal 6 131 21

Shades and tints

Shades of #065911

#065911
(6,89,17)
#065110
(6,81,16)
#06490F
(6,73,15)
#06410E
(6,65,14)
#06390D
(6,57,13)
#06310C
(6,49,12)
#06290B
(6,41,11)
#06210A
(6,33,10)
#061909
(6,25,9)
#061108
(6,17,8)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #065911

#065911
(6,89,17)
#1C6826
(28,104,38)
#32773B
(50,119,59)
#488650
(72,134,80)
#5E9565
(94,149,101)
#74A47A
(116,164,122)
#8AB38F
(138,179,143)
#A0C2A4
(160,194,164)
#B6D1B9
(182,209,185)
#CCE0CE
(204,224,206)
#E2EFE3
(226,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065911 color. Also use rgb(6,89,17) instead hex code.

Text Font Color

.myTextColor { color: #065911; }

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

This text font color is #065911.

Background Color

.myBgColor { background-color: #065911; }

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

This div background color is #065911.

Border color

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

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

This div border color is #065911.

Opacity

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

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

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

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

This text has shadow with #065911 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #065911.

Preview

Color preview on black background

This text has color #065911 on black background.


Color preview on white background

This text has color #065911 on white background.


Black color preview on #065911 background

This text has black color on #065911 background.


White color preview on #065911 background

This text has white color on #065911 background.


Related colors

Complementary color

Complementary color for #hex is #F9A6EE.


I love getcolorcode.com

Triadic colors

1 #110659 and #591106 with #065911 are triadic colors.

2 #115906 and #590611 with #065911 are triadic colors.