COLOR #06734F

HEX: #06734F
RGB: (6,115,79)

Color info

#06734F contains mainly green and blue colors. Web safe color of #06734F is #006666 (or #066).

RGB color model

#06734F color RGB value is (6,115,79).

  • red value is 6;
  • green value is 115;
  • blue value is 79.
RGB:
(6,115,79)
(2%,45%,31%)

RGB channels and saturation

R 6 of 255 = 2%
G 115 of 255 = 45%
B 79 of 255 = 31%

6
115
79

R + G + B ~ 26%. #06734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 115 + 79 = 200 (100%)
R 6 of 200 ~ 3%
G 115 of 200 ~ 57.5%
B 79 of 200 ~ 39.5%

%57.5
%39.5

CMYK color model

#06734F color CMYK value is (95,0,31,55).

  • cyan value is 94.78%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(95,0,31,55)
C95M0Y31K55 
(95%,0%,31%,55%)
(0.95/0.00/0.31/0.55)	

CMYK percentages

%94.78
%0
%31.3
%54.9

Codes

Color #06734F in popluar color models

06734F
RGB611579
HSL160°90.08%23.73%
HSB/HSV160°94.78%45.10%
CMYK94.78%0.00%31.30%
54.90%

Color #06734F in popluar number systems.

HEX06734F
Decimal611579
Binary11011100111001111
Octal6163117

Shades and tints

Shades of #06734F

#06734F
(6,115,79)
#066948
(6,105,72)
#065F41
(6,95,65)
#06553A
(6,85,58)
#064B33
(6,75,51)
#06412C
(6,65,44)
#063725
(6,55,37)
#062D1E
(6,45,30)
#062317
(6,35,23)
#061910
(6,25,16)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #06734F

#06734F
(6,115,79)
#1C7F5F
(28,127,95)
#328B6F
(50,139,111)
#48977F
(72,151,127)
#5EA38F
(94,163,143)
#74AF9F
(116,175,159)
#8ABBAF
(138,187,175)
#A0C7BF
(160,199,191)
#B6D3CF
(182,211,207)
#CCDFDF
(204,223,223)
#E2EBEF
(226,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06734F color. Also use rgb(6,115,79) instead hex code.

Text Font Color

.myTextColor { color: #06734F; }

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

This text font color is #06734F.


Background Color

.myBgColor { background-color: #06734F; }

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

This div background color is #06734F.


Border color

.myBorderColor { border: 1px solid #06734F; }

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

This div border color is #06734F.


Opacity

.myOpacity80 { color: #06734F; opacity: 0.8; }

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

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

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

This text has shadow with #06734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06734F on black background.


Color preview on white background

This text has color #06734F on white background.



Black color preview on #06734F background

This text has black color on #06734F background.


White color preview on #06734F background

This text has white color on #06734F background.