COLOR #618E00

HEX: #618E00
RGB: (97,142,0)

Color info

#618E00 contains only red and green colors. Web safe color of #618E00 is #669900 (or #690).

RGB color model

#618E00 color RGB value is (97,142,0).

  • red value is 97;
  • green value is 142;
  • blue value is 0.
RGB:
(97,142,0)
(38%,56%,0%)

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 0 of 255 = 0%

97
142
0

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

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 0 = 239 (100%)
R 97 of 239 ~ 40.59%
G 142 of 239 ~ 59.41%
B 0 of 239 ~ 0%

%40.59
%59.41

CMYK color model

#618E00 color CMYK value is (32,0,100,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 44.31%
CMYK:
(32,0,100,44)
C32M0Y100K44 
(32%,0%,100%,44%)
(0.32/0.00/1.00/0.44)	

CMYK percentages

%31.69
%0
%100
%44.31

Codes

Color #618E00 in popluar color models

618E00
RGB971420
HSL79°100.00%27.84%
HSB/HSV79°100.00%55.69%
CMYK31.69%0.00%100.00%
44.31%

Color #618E00 in popluar number systems.

HEX618E00
Decimal971420
Binary1100001100011100
Octal1412160

Shades and tints

Shades of #618E00

#618E00
(97,142,0)
#598200
(89,130,0)
#517600
(81,118,0)
#496A00
(73,106,0)
#415E00
(65,94,0)
#395200
(57,82,0)
#314600
(49,70,0)
#293A00
(41,58,0)
#212E00
(33,46,0)
#192200
(25,34,0)
#111600
(17,22,0)
#000000
(0,0,0)

Tints of #618E00

#618E00
(97,142,0)
#6F9817
(111,152,23)
#7DA22E
(125,162,46)
#8BAC45
(139,172,69)
#99B65C
(153,182,92)
#A7C073
(167,192,115)
#B5CA8A
(181,202,138)
#C3D4A1
(195,212,161)
#D1DEB8
(209,222,184)
#DFE8CF
(223,232,207)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618E00 color. Also use rgb(97,142,0) instead hex code.

Text Font Color

.myTextColor { color: #618E00; }

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

This text font color is #618E00.


Background Color

.myBgColor { background-color: #618E00; }

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

This div background color is #618E00.


Border color

.myBorderColor { border: 1px solid #618E00; }

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

This div border color is #618E00.


Opacity

.myOpacity80 { color: #618E00; opacity: 0.8; }

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

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

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

This text has shadow with #618E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E00 on black background.


Color preview on white background

This text has color #618E00 on white background.



Black color preview on #618E00 background

This text has black color on #618E00 background.


White color preview on #618E00 background

This text has white color on #618E00 background.