COLOR #069155

HEX: #069155
RGB: (6,145,85)

Color info

#069155 contains mainly green color. Web safe color of #069155 is #009966 (or #096).

RGB color model

#069155 color RGB value is (6,145,85).

  • red value is 6;
  • green value is 145;
  • blue value is 85.
RGB:
(6,145,85)
(2%,57%,33%)

RGB channels and saturation

R 6 of 255 = 2%
G 145 of 255 = 57%
B 85 of 255 = 33%

6
145
85

R + G + B ~ 31%. #069155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 145 + 85 = 236 (100%)
R 6 of 236 ~ 2.54%
G 145 of 236 ~ 61.44%
B 85 of 236 ~ 36.02%

%61.44
%36.02

CMYK color model

#069155 color CMYK value is (96,0,41,43).

  • cyan value is 95.86%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 43.14%
CMYK:
(96,0,41,43)
C96M0Y41K43 
(96%,0%,41%,43%)
(0.96/0.00/0.41/0.43)	

CMYK percentages

%95.86
%0
%41.38
%43.14

Codes

Color #069155 in popluar color models

069155
RGB614585
HSL154°92.05%29.61%
HSB/HSV154°95.86%56.86%
CMYK95.86%0.00%41.38%
43.14%

Color #069155 in popluar number systems.

HEX069155
Decimal614585
Binary110100100011010101
Octal6221125

Shades and tints

Shades of #069155

#069155
(6,145,85)
#06844E
(6,132,78)
#067747
(6,119,71)
#066A40
(6,106,64)
#065D39
(6,93,57)
#065032
(6,80,50)
#06432B
(6,67,43)
#063624
(6,54,36)
#06291D
(6,41,29)
#061C16
(6,28,22)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #069155

#069155
(6,145,85)
#1C9B64
(28,155,100)
#32A573
(50,165,115)
#48AF82
(72,175,130)
#5EB991
(94,185,145)
#74C3A0
(116,195,160)
#8ACDAF
(138,205,175)
#A0D7BE
(160,215,190)
#B6E1CD
(182,225,205)
#CCEBDC
(204,235,220)
#E2F5EB
(226,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #069155 color. Also use rgb(6,145,85) instead hex code.

Text Font Color

.myTextColor { color: #069155; }

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

This text font color is #069155.


Background Color

.myBgColor { background-color: #069155; }

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

This div background color is #069155.


Border color

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

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

This div border color is #069155.


Opacity

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

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

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

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

This text has shadow with #069155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #069155 on black background.


Color preview on white background

This text has color #069155 on white background.



Black color preview on #069155 background

This text has black color on #069155 background.


White color preview on #069155 background

This text has white color on #069155 background.