COLOR #069513

HEX: #069513
RGB: (6,149,19)

Color info

#069513 contains mainly green color. Web safe color of #069513 is #009900 (or #090).

RGB color model

#069513 color RGB value is (6,149,19).

  • red value is 6;
  • green value is 149;
  • blue value is 19.
RGB:
(6,149,19)
(2%,58%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 149 of 255 = 58%
B 19 of 255 = 7%

6
149
19

R + G + B ~ 22%. #069513 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 149 + 19 = 174 (100%)
R 6 of 174 ~ 3.45%
G 149 of 174 ~ 85.63%
B 19 of 174 ~ 10.92%

%85.63
%10.92

CMYK color model

#069513 color CMYK value is (96,0,87,42).

  • cyan value is 95.97%
  • magenta value is 0.00%
  • yellow value is 87.25%
  • key color value is 41.57%
CMYK:
(96,0,87,42)
C96M0Y87K42 
(96%,0%,87%,42%)
(0.96/0.00/0.87/0.42)	

CMYK percentages

%95.97
%0
%87.25
%41.57

Codes

Color #069513 in popluar color models

069513
RGB614919
HSL125°92.26%30.39%
HSB/HSV125°95.97%58.43%
CMYK95.97%0.00%87.25%
41.57%

Color #069513 in popluar number systems.

HEX069513
Decimal614919
Binary1101001010110011
Octal622523

Shades and tints

Shades of #069513

#069513
(6,149,19)
#068812
(6,136,18)
#067B11
(6,123,17)
#066E10
(6,110,16)
#06610F
(6,97,15)
#06540E
(6,84,14)
#06470D
(6,71,13)
#063A0C
(6,58,12)
#062D0B
(6,45,11)
#06200A
(6,32,10)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #069513

#069513
(6,149,19)
#1C9E28
(28,158,40)
#32A73D
(50,167,61)
#48B052
(72,176,82)
#5EB967
(94,185,103)
#74C27C
(116,194,124)
#8ACB91
(138,203,145)
#A0D4A6
(160,212,166)
#B6DDBB
(182,221,187)
#CCE6D0
(204,230,208)
#E2EFE5
(226,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #069513 color. Also use rgb(6,149,19) instead hex code.

Text Font Color

.myTextColor { color: #069513; }

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

This text font color is #069513.


Background Color

.myBgColor { background-color: #069513; }

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

This div background color is #069513.


Border color

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

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

This div border color is #069513.


Opacity

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

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

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

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

This text has shadow with #069513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #069513 on black background.


Color preview on white background

This text has color #069513 on white background.



Black color preview on #069513 background

This text has black color on #069513 background.


White color preview on #069513 background

This text has white color on #069513 background.