COLOR #609978

HEX: #609978
RGB: (96,153,120)

Color info

#609978 contains red, green and blue colors in about the same proportion. Web safe color of #609978 is #669966 (or #696).

RGB color model

#609978 color RGB value is (96,153,120).

  • red value is 96;
  • green value is 153;
  • blue value is 120.
RGB:
(96,153,120)
(38%,60%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 153 of 255 = 60%
B 120 of 255 = 47%

96
153
120

R + G + B ~ 48%. #609978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 153 + 120 = 369 (100%)
R 96 of 369 ~ 26.02%
G 153 of 369 ~ 41.46%
B 120 of 369 ~ 32.52%

%26.02
%41.46
%32.52

CMYK color model

#609978 color CMYK value is (37,0,22,40).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(37,0,22,40)
C37M0Y22K40 
(37%,0%,22%,40%)
(0.37/0.00/0.22/0.40)	

CMYK percentages

%37.25
%0
%21.57
%40

Codes

Color #609978 in popluar color models

609978
RGB96153120
HSL145°22.89%48.82%
HSB/HSV145°37.25%60.00%
CMYK37.25%0.00%21.57%
40.00%

Color #609978 in popluar number systems.

HEX609978
Decimal96153120
Binary1100000100110011111000
Octal140231170

Shades and tints

Shades of #609978

#609978
(96,153,120)
#588C6E
(88,140,110)
#507F64
(80,127,100)
#48725A
(72,114,90)
#406550
(64,101,80)
#385846
(56,88,70)
#304B3C
(48,75,60)
#283E32
(40,62,50)
#203128
(32,49,40)
#18241E
(24,36,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #609978

#609978
(96,153,120)
#6EA284
(110,162,132)
#7CAB90
(124,171,144)
#8AB49C
(138,180,156)
#98BDA8
(152,189,168)
#A6C6B4
(166,198,180)
#B4CFC0
(180,207,192)
#C2D8CC
(194,216,204)
#D0E1D8
(208,225,216)
#DEEAE4
(222,234,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609978 color. Also use rgb(96,153,120) instead hex code.

Text Font Color

.myTextColor { color: #609978; }

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

This text font color is #609978.


Background Color

.myBgColor { background-color: #609978; }

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

This div background color is #609978.


Border color

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

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

This div border color is #609978.


Opacity

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

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

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

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

This text has shadow with #609978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609978 on black background.


Color preview on white background

This text has color #609978 on white background.



Black color preview on #609978 background

This text has black color on #609978 background.


White color preview on #609978 background

This text has white color on #609978 background.