COLOR #065A12

HEX: #065A12 RGB: (6,90,18)

Color info

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

RGB color model

#065A12 color RGB value is (6,90,18).

RGB: (6,90,18) (2%, 35%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 90 of 255 = 35%
B 18 of 255 = 7%

6
90
18

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

Portions of RGB colors in percentages

R + G + B = 6 + 90 + 18 = 114 (100%)
R 6 of 114 ~ 5.26%
G 90 of 114 ~ 78.95%
B 18 of 114 ~ 15.79'%

%78.95
%15.79

CMYK color model

#065A12 color CMYK value is (93,0,80,65).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 64.71%

CMYK: (93,0,80,65)
C93M0Y80K65 (93%, 0%, 80%, 65%)
(0.93 / 0.00 / 0.80 / 0.65)

CMYK percentages

%93.33
%0
%80
%64.71

Codes

Color #065A12 in popluar color models

06 5A 12
RGB 6 90 18
HSL 129° 87.50% 18.82%
HSB/HSV 129° 93.33% 35.29%
CMYK 93.33% 0.00% 80.00%
64.71%

Color #065A12 in popluar number systems.

HEX 06 5A 12
Decimal 6 90 18
Binary 110 1011010 10010
Octal 6 132 22

Shades and tints

Shades of #065A12

#065A12
(6,90,18)
#065211
(6,82,17)
#064A10
(6,74,16)
#06420F
(6,66,15)
#063A0E
(6,58,14)
#06320D
(6,50,13)
#062A0C
(6,42,12)
#06220B
(6,34,11)
#061A0A
(6,26,10)
#061209
(6,18,9)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #065A12

#065A12
(6,90,18)
#1C6927
(28,105,39)
#32783C
(50,120,60)
#488751
(72,135,81)
#5E9666
(94,150,102)
#74A57B
(116,165,123)
#8AB490
(138,180,144)
#A0C3A5
(160,195,165)
#B6D2BA
(182,210,186)
#CCE1CF
(204,225,207)
#E2F0E4
(226,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065A12 color. Also use rgb(6,90,18) instead hex code.

Text Font Color

.myTextColor { color: #065A12; }

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

This text font color is #065A12.

Background Color

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

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

This div background color is #065A12.

Border color

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

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

This div border color is #065A12.

Opacity

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

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

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

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

This text has shadow with #065A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #065A12.

Preview

Color preview on black background

This text has color #065A12 on black background.


Color preview on white background

This text has color #065A12 on white background.


Black color preview on #065A12 background

This text has black color on #065A12 background.


White color preview on #065A12 background

This text has white color on #065A12 background.


Related colors

Complementary color

Complementary color for #hex is #F9A5ED.


I love getcolorcode.com

Triadic colors

1 #12065A and #5A1206 with #065A12 are triadic colors.

2 #125A06 and #5A0612 with #065A12 are triadic colors.