COLOR #06650B

HEX: #06650B RGB: (6,101,11)

Color info

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

RGB color model

#06650B color RGB value is (6,101,11).

RGB: (6,101,11) (2%, 40%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 101 of 255 = 40%
B 11 of 255 = 4%

6
101
11

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

Portions of RGB colors in percentages

R + G + B = 6 + 101 + 11 = 118 (100%)
R 6 of 118 ~ 5.08%
G 101 of 118 ~ 85.59%
B 11 of 118 ~ 9.32'%

%85.59

CMYK color model

#06650B color CMYK value is (94,0,89,60).

  • cyan value is 94.06%
  • magenta value is 0.00%
  • yellow value is 89.11%
  • key color value is 60.39%

CMYK: (94,0,89,60)
C94M0Y89K60 (94%, 0%, 89%, 60%)
(0.94 / 0.00 / 0.89 / 0.60)

CMYK percentages

%94.06
%0
%89.11
%60.39

Codes

Color #06650B in popluar color models

06 65 0B
RGB 6 101 11
HSL 123° 88.79% 20.98%
HSB/HSV 123° 94.06% 39.61%
CMYK 94.06% 0.00% 89.11%
60.39%

Color #06650B in popluar number systems.

HEX 06 65 0B
Decimal 6 101 11
Binary 110 1100101 1011
Octal 6 145 13

Shades and tints

Shades of #06650B

#06650B
(6,101,11)
#065C0A
(6,92,10)
#065309
(6,83,9)
#064A08
(6,74,8)
#064107
(6,65,7)
#063806
(6,56,6)
#062F05
(6,47,5)
#062604
(6,38,4)
#061D03
(6,29,3)
#061402
(6,20,2)
#060B01
(6,11,1)
#000000
(0,0,0)

Tints of #06650B

#06650B
(6,101,11)
#1C7321
(28,115,33)
#328137
(50,129,55)
#488F4D
(72,143,77)
#5E9D63
(94,157,99)
#74AB79
(116,171,121)
#8AB98F
(138,185,143)
#A0C7A5
(160,199,165)
#B6D5BB
(182,213,187)
#CCE3D1
(204,227,209)
#E2F1E7
(226,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06650B color. Also use rgb(6,101,11) instead hex code.

Text Font Color

.myTextColor { color: #06650B; }

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

This text font color is #06650B.

Background Color

.myBgColor { background-color: #06650B; }

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

This div background color is #06650B.

Border color

.myBorderColor { border: 1px solid #06650B; }

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

This div border color is #06650B.

Opacity

.myOpacity80 { color: #06650B; opacity: 0.8; }

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

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

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

This text has shadow with #06650B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06650B.

Preview

Color preview on black background

This text has color #06650B on black background.


Color preview on white background

This text has color #06650B on white background.


Black color preview on #06650B background

This text has black color on #06650B background.


White color preview on #06650B background

This text has white color on #06650B background.


Related colors

Complementary color

Complementary color for #hex is #F99AF4.


I love getcolorcode.com

Triadic colors

1 #0B0665 and #650B06 with #06650B are triadic colors.

2 #0B6506 and #65060B with #06650B are triadic colors.