COLOR #60996B

HEX: #60996B
RGB: (96,153,107)

Color info

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

RGB color model

#60996B color RGB value is (96,153,107).

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

RGB channels and saturation

R 96 of 255 = 38%
G 153 of 255 = 60%
B 107 of 255 = 42%

96
153
107

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

Portions of RGB colors in percentages

R + G + B =
96 + 153 + 107 = 356 (100%)
R 96 of 356 ~ 26.97%
G 153 of 356 ~ 42.98%
B 107 of 356 ~ 30.06%

%26.97
%42.98
%30.06

CMYK color model

#60996B color CMYK value is (37,0,30,40).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(37,0,30,40)
C37M0Y30K40 
(37%,0%,30%,40%)
(0.37/0.00/0.30/0.40)	

CMYK percentages

%37.25
%0
%30.07
%40

Codes

Color #60996B in popluar color models

60996B
RGB96153107
HSL132°22.89%48.82%
HSB/HSV132°37.25%60.00%
CMYK37.25%0.00%30.07%
40.00%

Color #60996B in popluar number systems.

HEX60996B
Decimal96153107
Binary1100000100110011101011
Octal140231153

Shades and tints

Shades of #60996B

#60996B
(96,153,107)
#588C62
(88,140,98)
#507F59
(80,127,89)
#487250
(72,114,80)
#406547
(64,101,71)
#38583E
(56,88,62)
#304B35
(48,75,53)
#283E2C
(40,62,44)
#203123
(32,49,35)
#18241A
(24,36,26)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #60996B

#60996B
(96,153,107)
#6EA278
(110,162,120)
#7CAB85
(124,171,133)
#8AB492
(138,180,146)
#98BD9F
(152,189,159)
#A6C6AC
(166,198,172)
#B4CFB9
(180,207,185)
#C2D8C6
(194,216,198)
#D0E1D3
(208,225,211)
#DEEAE0
(222,234,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60996B; }

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

This text font color is #60996B.


Background Color

.myBgColor { background-color: #60996B; }

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

This div background color is #60996B.


Border color

.myBorderColor { border: 1px solid #60996B; }

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

This div border color is #60996B.


Opacity

.myOpacity80 { color: #60996B; opacity: 0.8; }

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

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

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

This text has shadow with #60996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60996B on black background.


Color preview on white background

This text has color #60996B on white background.



Black color preview on #60996B background

This text has black color on #60996B background.


White color preview on #60996B background

This text has white color on #60996B background.