COLOR #069502

HEX: #069502
RGB: (6,149,2)

Color info

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

RGB color model

#069502 color RGB value is (6,149,2).

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

RGB channels and saturation

R 6 of 255 = 2%
G 149 of 255 = 58%
B 2 of 255 = 1%

6
149
2

R + G + B ~ 20%. #069502 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 149 + 2 = 157 (100%)
R 6 of 157 ~ 3.82%
G 149 of 157 ~ 94.9%
B 2 of 157 ~ 1.27%

%94.9

CMYK color model

#069502 color CMYK value is (96,0,99,42).

  • cyan value is 95.97%
  • magenta value is 0.00%
  • yellow value is 98.66%
  • key color value is 41.57%
CMYK:
(96,0,99,42)
C96M0Y99K42 
(96%,0%,99%,42%)
(0.96/0.00/0.99/0.42)	

CMYK percentages

%95.97
%0
%98.66
%41.57

Codes

Color #069502 in popluar color models

069502
RGB61492
HSL118°97.35%29.61%
HSB/HSV118°98.66%58.43%
CMYK95.97%0.00%98.66%
41.57%

Color #069502 in popluar number systems.

HEX069502
Decimal61492
Binary1101001010110
Octal62252

Shades and tints

Shades of #069502

#069502
(6,149,2)
#068802
(6,136,2)
#067B02
(6,123,2)
#066E02
(6,110,2)
#066102
(6,97,2)
#065402
(6,84,2)
#064702
(6,71,2)
#063A02
(6,58,2)
#062D02
(6,45,2)
#062002
(6,32,2)
#061302
(6,19,2)
#000000
(0,0,0)

Tints of #069502

#069502
(6,149,2)
#1C9E19
(28,158,25)
#32A730
(50,167,48)
#48B047
(72,176,71)
#5EB95E
(94,185,94)
#74C275
(116,194,117)
#8ACB8C
(138,203,140)
#A0D4A3
(160,212,163)
#B6DDBA
(182,221,186)
#CCE6D1
(204,230,209)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #069502; }

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

This text font color is #069502.


Background Color

.myBgColor { background-color: #069502; }

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

This div background color is #069502.


Border color

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

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

This div border color is #069502.


Opacity

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

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

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

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

This text has shadow with #069502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #069502 on black background.


Color preview on white background

This text has color #069502 on white background.



Black color preview on #069502 background

This text has black color on #069502 background.


White color preview on #069502 background

This text has white color on #069502 background.