COLOR #056700

HEX: #056700 RGB: (5,103,0)

Color info

#056700 contains mainly green color. Web safe color of #056700 is #006600 (or #060).

RGB color model

#056700 color RGB value is (5,103,0).

RGB: (5,103,0) (2%, 40%, 0%)

RGB channels and saturation

R 5 of 255 = 2%
G 103 of 255 = 40%
B 0 of 255 = 0%

5
103
0

R + G + B ~ 14%. #056700 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 103 + 0 = 108 (100%)
R 5 of 108 ~ 4.63%
G 103 of 108 ~ 95.37%
B 0 of 108 ~ 0'%

%95.37

CMYK color model

#056700 color CMYK value is (95,0,100,60).

  • cyan value is 95.15%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK: (95,0,100,60) C95M0Y100K60 (95%,0%,100%,60%) (0.95/0.00/1.00/0.60) 

CMYK percentages

%95.15
%0
%100
%59.61

Codes

Color #056700 in popluar color models

05 67 00
RGB 5 103 0
HSL 117° 100.00% 20.20%
HSB/HSV 117° 100.00% 40.39%
CMYK 95.15% 0.00% 100.00%
59.61%

Color #056700 in popluar number systems.

HEX 05 67 00
Decimal 5 103 0
Binary 101 1100111 0
Octal 5 147 0

Shades and tints

Shades of #056700

#056700
(5,103,0)
#055E00
(5,94,0)
#055500
(5,85,0)
#054C00
(5,76,0)
#054300
(5,67,0)
#053A00
(5,58,0)
#053100
(5,49,0)
#052800
(5,40,0)
#051F00
(5,31,0)
#051600
(5,22,0)
#050D00
(5,13,0)
#000000
(0,0,0)

Tints of #056700

#056700
(5,103,0)
#1B7417
(27,116,23)
#31812E
(49,129,46)
#478E45
(71,142,69)
#5D9B5C
(93,155,92)
#73A873
(115,168,115)
#89B58A
(137,181,138)
#9FC2A1
(159,194,161)
#B5CFB8
(181,207,184)
#CBDCCF
(203,220,207)
#E1E9E6
(225,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #056700 color. Also use rgb(5,103,0) instead hex code.

Text Font Color

.myTextColor { color: #056700; }

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

This text font color is #056700.

Background Color

.myBgColor { background-color: #056700; }

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

This div background color is #056700.

Border color

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

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

This div border color is #056700.

Opacity

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

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

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

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

This text has shadow with #056700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #056700.

Preview

Color preview on black background

This text has color #056700 on black background.


Color preview on white background

This text has color #056700 on white background.


Black color preview on #056700 background

This text has black color on #056700 background.


White color preview on #056700 background

This text has white color on #056700 background.


Related colors

Complementary color

Complementary color for #hex is #FA98FF.


I love getcolorcode.com

Triadic colors

1 #000567 and #670005 with #056700 are triadic colors.

2 #006705 and #670500 with #056700 are triadic colors.