COLOR #06650C

HEX: #06650C RGB: (6,101,12)

Color info

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

RGB color model

#06650C color RGB value is (6,101,12).

RGB: (6,101,12) (2%, 40%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 101 of 255 = 40%
B 12 of 255 = 5%

6
101
12

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

Portions of RGB colors in percentages

R + G + B = 6 + 101 + 12 = 119 (100%)
R 6 of 119 ~ 5.04%
G 101 of 119 ~ 84.87%
B 12 of 119 ~ 10.08'%

%84.87

CMYK color model

#06650C color CMYK value is (94,0,88,60).

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

CMYK: (94,0,88,60)
C94M0Y88K60 (94%, 0%, 88%, 60%)
(0.94 / 0.00 / 0.88 / 0.60)

CMYK percentages

%94.06
%0
%88.12
%60.39

Codes

Color #06650C in popluar color models

06 65 0C
RGB 6 101 12
HSL 124° 88.79% 20.98%
HSB/HSV 124° 94.06% 39.61%
CMYK 94.06% 0.00% 88.12%
60.39%

Color #06650C in popluar number systems.

HEX 06 65 0C
Decimal 6 101 12
Binary 110 1100101 1100
Octal 6 145 14

Shades and tints

Shades of #06650C

#06650C
(6,101,12)
#065C0B
(6,92,11)
#06530A
(6,83,10)
#064A09
(6,74,9)
#064108
(6,65,8)
#063807
(6,56,7)
#062F06
(6,47,6)
#062605
(6,38,5)
#061D04
(6,29,4)
#061403
(6,20,3)
#060B02
(6,11,2)
#000000
(0,0,0)

Tints of #06650C

#06650C
(6,101,12)
#1C7322
(28,115,34)
#328138
(50,129,56)
#488F4E
(72,143,78)
#5E9D64
(94,157,100)
#74AB7A
(116,171,122)
#8AB990
(138,185,144)
#A0C7A6
(160,199,166)
#B6D5BC
(182,213,188)
#CCE3D2
(204,227,210)
#E2F1E8
(226,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06650C; }

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

This text font color is #06650C.

Background Color

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

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

This div background color is #06650C.

Border color

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

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

This div border color is #06650C.

Opacity

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

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

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

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

This text has shadow with #06650C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06650C.

Preview

Color preview on black background

This text has color #06650C on black background.


Color preview on white background

This text has color #06650C on white background.


Black color preview on #06650C background

This text has black color on #06650C background.


White color preview on #06650C background

This text has white color on #06650C background.


Related colors

Complementary color

Complementary color for #hex is #F99AF3.


I love getcolorcode.com

Triadic colors

1 #0C0665 and #650C06 with #06650C are triadic colors.

2 #0C6506 and #65060C with #06650C are triadic colors.