COLOR #065B11

HEX: #065B11
RGB: (6,91,17)

Color info

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

RGB color model

#065B11 color RGB value is (6,91,17).

  • red value is 6;
  • green value is 91;
  • blue value is 17.
RGB:
(6,91,17)
(2%,36%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 91 of 255 = 36%
B 17 of 255 = 7%

6
91
17

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

Portions of RGB colors in percentages

R + G + B =
6 + 91 + 17 = 114 (100%)
R 6 of 114 ~ 5.26%
G 91 of 114 ~ 79.82%
B 17 of 114 ~ 14.91%

%79.82
%14.91

CMYK color model

#065B11 color CMYK value is (93,0,81,64).

  • cyan value is 93.41%
  • magenta value is 0.00%
  • yellow value is 81.32%
  • key color value is 64.31%
CMYK:
(93,0,81,64)
C93M0Y81K64 
(93%,0%,81%,64%)
(0.93/0.00/0.81/0.64)	

CMYK percentages

%93.41
%0
%81.32
%64.31

Codes

Color #065B11 in popluar color models

065B11
RGB69117
HSL128°87.63%19.02%
HSB/HSV128°93.41%35.69%
CMYK93.41%0.00%81.32%
64.31%

Color #065B11 in popluar number systems.

HEX065B11
Decimal69117
Binary110101101110001
Octal613321

Shades and tints

Shades of #065B11

#065B11
(6,91,17)
#065310
(6,83,16)
#064B0F
(6,75,15)
#06430E
(6,67,14)
#063B0D
(6,59,13)
#06330C
(6,51,12)
#062B0B
(6,43,11)
#06230A
(6,35,10)
#061B09
(6,27,9)
#061308
(6,19,8)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #065B11

#065B11
(6,91,17)
#1C6926
(28,105,38)
#32773B
(50,119,59)
#488550
(72,133,80)
#5E9365
(94,147,101)
#74A17A
(116,161,122)
#8AAF8F
(138,175,143)
#A0BDA4
(160,189,164)
#B6CBB9
(182,203,185)
#CCD9CE
(204,217,206)
#E2E7E3
(226,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065B11; }

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

This text font color is #065B11.


Background Color

.myBgColor { background-color: #065B11; }

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

This div background color is #065B11.


Border color

.myBorderColor { border: 1px solid #065B11; }

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

This div border color is #065B11.


Opacity

.myOpacity80 { color: #065B11; opacity: 0.8; }

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

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

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

This text has shadow with #065B11 color.

.textShadow {text-shadow: 3px 3px 1px #065B11, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065B11 on black background.


Color preview on white background

This text has color #065B11 on white background.



Black color preview on #065B11 background

This text has black color on #065B11 background.


White color preview on #065B11 background

This text has white color on #065B11 background.