COLOR #069536

HEX: #069536
RGB: (6,149,54)

Color info

#069536 contains mainly green color. Web safe color of #069536 is #009933 (or #093).

RGB color model

#069536 color RGB value is (6,149,54).

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

RGB channels and saturation

R 6 of 255 = 2%
G 149 of 255 = 58%
B 54 of 255 = 21%

6
149
54

R + G + B ~ 27%. #069536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 149 + 54 = 209 (100%)
R 6 of 209 ~ 2.87%
G 149 of 209 ~ 71.29%
B 54 of 209 ~ 25.84%

%71.29
%25.84

CMYK color model

#069536 color CMYK value is (96,0,64,42).

  • cyan value is 95.97%
  • magenta value is 0.00%
  • yellow value is 63.76%
  • key color value is 41.57%
CMYK:
(96,0,64,42)
C96M0Y64K42 
(96%,0%,64%,42%)
(0.96/0.00/0.64/0.42)	

CMYK percentages

%95.97
%0
%63.76
%41.57

Codes

Color #069536 in popluar color models

069536
RGB614954
HSL140°92.26%30.39%
HSB/HSV140°95.97%58.43%
CMYK95.97%0.00%63.76%
41.57%

Color #069536 in popluar number systems.

HEX069536
Decimal614954
Binary11010010101110110
Octal622566

Shades and tints

Shades of #069536

#069536
(6,149,54)
#068832
(6,136,50)
#067B2E
(6,123,46)
#066E2A
(6,110,42)
#066126
(6,97,38)
#065422
(6,84,34)
#06471E
(6,71,30)
#063A1A
(6,58,26)
#062D16
(6,45,22)
#062012
(6,32,18)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #069536

#069536
(6,149,54)
#1C9E48
(28,158,72)
#32A75A
(50,167,90)
#48B06C
(72,176,108)
#5EB97E
(94,185,126)
#74C290
(116,194,144)
#8ACBA2
(138,203,162)
#A0D4B4
(160,212,180)
#B6DDC6
(182,221,198)
#CCE6D8
(204,230,216)
#E2EFEA
(226,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #069536; }

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

This text font color is #069536.


Background Color

.myBgColor { background-color: #069536; }

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

This div background color is #069536.


Border color

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

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

This div border color is #069536.


Opacity

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

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

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

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

This text has shadow with #069536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #069536 on black background.


Color preview on white background

This text has color #069536 on white background.



Black color preview on #069536 background

This text has black color on #069536 background.


White color preview on #069536 background

This text has white color on #069536 background.