COLOR #619B24

HEX: #619B24
RGB: (97,155,36)

Color info

#619B24 contains mainly red and green colors. Web safe color of #619B24 is #669933 (or #693).

RGB color model

#619B24 color RGB value is (97,155,36).

  • red value is 97;
  • green value is 155;
  • blue value is 36.
RGB:
(97,155,36)
(38%,61%,14%)

RGB channels and saturation

R 97 of 255 = 38%
G 155 of 255 = 61%
B 36 of 255 = 14%

97
155
36

R + G + B ~ 38%. #619B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 155 + 36 = 288 (100%)
R 97 of 288 ~ 33.68%
G 155 of 288 ~ 53.82%
B 36 of 288 ~ 12.5%

%33.68
%53.82
%12.5

CMYK color model

#619B24 color CMYK value is (37,0,77,39).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 76.77%
  • key color value is 39.22%
CMYK:
(37,0,77,39)
C37M0Y77K39 
(37%,0%,77%,39%)
(0.37/0.00/0.77/0.39)	

CMYK percentages

%37.42
%0
%76.77
%39.22

Codes

Color #619B24 in popluar color models

619B24
RGB9715536
HSL89°62.30%37.45%
HSB/HSV89°76.77%60.78%
CMYK37.42%0.00%76.77%
39.22%

Color #619B24 in popluar number systems.

HEX619B24
Decimal9715536
Binary110000110011011100100
Octal14123344

Shades and tints

Shades of #619B24

#619B24
(97,155,36)
#598D21
(89,141,33)
#517F1E
(81,127,30)
#49711B
(73,113,27)
#416318
(65,99,24)
#395515
(57,85,21)
#314712
(49,71,18)
#29390F
(41,57,15)
#212B0C
(33,43,12)
#191D09
(25,29,9)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #619B24

#619B24
(97,155,36)
#6FA437
(111,164,55)
#7DAD4A
(125,173,74)
#8BB65D
(139,182,93)
#99BF70
(153,191,112)
#A7C883
(167,200,131)
#B5D196
(181,209,150)
#C3DAA9
(195,218,169)
#D1E3BC
(209,227,188)
#DFECCF
(223,236,207)
#EDF5E2
(237,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619B24 color. Also use rgb(97,155,36) instead hex code.

Text Font Color

.myTextColor { color: #619B24; }

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

This text font color is #619B24.


Background Color

.myBgColor { background-color: #619B24; }

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

This div background color is #619B24.


Border color

.myBorderColor { border: 1px solid #619B24; }

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

This div border color is #619B24.


Opacity

.myOpacity80 { color: #619B24; opacity: 0.8; }

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

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

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

This text has shadow with #619B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619B24 on black background.


Color preview on white background

This text has color #619B24 on white background.



Black color preview on #619B24 background

This text has black color on #619B24 background.


White color preview on #619B24 background

This text has white color on #619B24 background.