COLOR #639B0F

HEX: #639B0F
RGB: (99,155,15)

Color info

#639B0F contains mainly red and green colors. Web safe color of #639B0F is #669900 (or #690).

RGB color model

#639B0F color RGB value is (99,155,15).

  • red value is 99;
  • green value is 155;
  • blue value is 15.
RGB:
(99,155,15)
(39%,61%,6%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 15 of 255 = 6%

99
155
15

R + G + B ~ 35%. #639B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 15 = 269 (100%)
R 99 of 269 ~ 36.8%
G 155 of 269 ~ 57.62%
B 15 of 269 ~ 5.58%

%36.8
%57.62

CMYK color model

#639B0F color CMYK value is (36,0,90,39).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 90.32%
  • key color value is 39.22%
CMYK:
(36,0,90,39)
C36M0Y90K39 
(36%,0%,90%,39%)
(0.36/0.00/0.90/0.39)	

CMYK percentages

%36.13
%0
%90.32
%39.22

Codes

Color #639B0F in popluar color models

639B0F
RGB9915515
HSL84°82.35%33.33%
HSB/HSV84°90.32%60.78%
CMYK36.13%0.00%90.32%
39.22%

Color #639B0F in popluar number systems.

HEX639B0F
Decimal9915515
Binary1100011100110111111
Octal14323317

Shades and tints

Shades of #639B0F

#639B0F
(99,155,15)
#5A8D0E
(90,141,14)
#517F0D
(81,127,13)
#48710C
(72,113,12)
#3F630B
(63,99,11)
#36550A
(54,85,10)
#2D4709
(45,71,9)
#243908
(36,57,8)
#1B2B07
(27,43,7)
#121D06
(18,29,6)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #639B0F

#639B0F
(99,155,15)
#71A424
(113,164,36)
#7FAD39
(127,173,57)
#8DB64E
(141,182,78)
#9BBF63
(155,191,99)
#A9C878
(169,200,120)
#B7D18D
(183,209,141)
#C5DAA2
(197,218,162)
#D3E3B7
(211,227,183)
#E1ECCC
(225,236,204)
#EFF5E1
(239,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639B0F color. Also use rgb(99,155,15) instead hex code.

Text Font Color

.myTextColor { color: #639B0F; }

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

This text font color is #639B0F.


Background Color

.myBgColor { background-color: #639B0F; }

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

This div background color is #639B0F.


Border color

.myBorderColor { border: 1px solid #639B0F; }

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

This div border color is #639B0F.


Opacity

.myOpacity80 { color: #639B0F; opacity: 0.8; }

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

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

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

This text has shadow with #639B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B0F on black background.


Color preview on white background

This text has color #639B0F on white background.



Black color preview on #639B0F background

This text has black color on #639B0F background.


White color preview on #639B0F background

This text has white color on #639B0F background.