COLOR #06904B

HEX: #06904B
RGB: (6,144,75)

Color info

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

RGB color model

#06904B color RGB value is (6,144,75).

  • red value is 6;
  • green value is 144;
  • blue value is 75.
RGB:
(6,144,75)
(2%,56%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 144 of 255 = 56%
B 75 of 255 = 29%

6
144
75

R + G + B ~ 29%. #06904B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 144 + 75 = 225 (100%)
R 6 of 225 ~ 2.67%
G 144 of 225 ~ 64%
B 75 of 225 ~ 33.33%

%64
%33.33

CMYK color model

#06904B color CMYK value is (96,0,48,44).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 43.53%
CMYK:
(96,0,48,44)
C96M0Y48K44 
(96%,0%,48%,44%)
(0.96/0.00/0.48/0.44)	

CMYK percentages

%95.83
%0
%47.92
%43.53

Codes

Color #06904B in popluar color models

06904B
RGB614475
HSL150°92.00%29.41%
HSB/HSV150°95.83%56.47%
CMYK95.83%0.00%47.92%
43.53%

Color #06904B in popluar number systems.

HEX06904B
Decimal614475
Binary110100100001001011
Octal6220113

Shades and tints

Shades of #06904B

#06904B
(6,144,75)
#068345
(6,131,69)
#06763F
(6,118,63)
#066939
(6,105,57)
#065C33
(6,92,51)
#064F2D
(6,79,45)
#064227
(6,66,39)
#063521
(6,53,33)
#06281B
(6,40,27)
#061B15
(6,27,21)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #06904B

#06904B
(6,144,75)
#1C9A5B
(28,154,91)
#32A46B
(50,164,107)
#48AE7B
(72,174,123)
#5EB88B
(94,184,139)
#74C29B
(116,194,155)
#8ACCAB
(138,204,171)
#A0D6BB
(160,214,187)
#B6E0CB
(182,224,203)
#CCEADB
(204,234,219)
#E2F4EB
(226,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06904B color. Also use rgb(6,144,75) instead hex code.

Text Font Color

.myTextColor { color: #06904B; }

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

This text font color is #06904B.


Background Color

.myBgColor { background-color: #06904B; }

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

This div background color is #06904B.


Border color

.myBorderColor { border: 1px solid #06904B; }

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

This div border color is #06904B.


Opacity

.myOpacity80 { color: #06904B; opacity: 0.8; }

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

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

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

This text has shadow with #06904B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06904B on black background.


Color preview on white background

This text has color #06904B on white background.



Black color preview on #06904B background

This text has black color on #06904B background.


White color preview on #06904B background

This text has white color on #06904B background.