COLOR #639E0A

HEX: #639E0A
RGB: (99,158,10)

Color info

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

RGB color model

#639E0A color RGB value is (99,158,10).

  • red value is 99;
  • green value is 158;
  • blue value is 10.
RGB:
(99,158,10)
(39%,62%,4%)

RGB channels and saturation

R 99 of 255 = 39%
G 158 of 255 = 62%
B 10 of 255 = 4%

99
158
10

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

Portions of RGB colors in percentages

R + G + B =
99 + 158 + 10 = 267 (100%)
R 99 of 267 ~ 37.08%
G 158 of 267 ~ 59.18%
B 10 of 267 ~ 3.75%

%37.08
%59.18

CMYK color model

#639E0A color CMYK value is (37,0,94,38).

  • cyan value is 37.34%
  • magenta value is 0.00%
  • yellow value is 93.67%
  • key color value is 38.04%
CMYK:
(37,0,94,38)
C37M0Y94K38 
(37%,0%,94%,38%)
(0.37/0.00/0.94/0.38)	

CMYK percentages

%37.34
%0
%93.67
%38.04

Codes

Color #639E0A in popluar color models

639E0A
RGB9915810
HSL84°88.10%32.94%
HSB/HSV84°93.67%61.96%
CMYK37.34%0.00%93.67%
38.04%

Color #639E0A in popluar number systems.

HEX639E0A
Decimal9915810
Binary1100011100111101010
Octal14323612

Shades and tints

Shades of #639E0A

#639E0A
(99,158,10)
#5A900A
(90,144,10)
#51820A
(81,130,10)
#48740A
(72,116,10)
#3F660A
(63,102,10)
#36580A
(54,88,10)
#2D4A0A
(45,74,10)
#243C0A
(36,60,10)
#1B2E0A
(27,46,10)
#12200A
(18,32,10)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #639E0A

#639E0A
(99,158,10)
#71A620
(113,166,32)
#7FAE36
(127,174,54)
#8DB64C
(141,182,76)
#9BBE62
(155,190,98)
#A9C678
(169,198,120)
#B7CE8E
(183,206,142)
#C5D6A4
(197,214,164)
#D3DEBA
(211,222,186)
#E1E6D0
(225,230,208)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639E0A color. Also use rgb(99,158,10) instead hex code.

Text Font Color

.myTextColor { color: #639E0A; }

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

This text font color is #639E0A.


Background Color

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

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

This div background color is #639E0A.


Border color

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

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

This div border color is #639E0A.


Opacity

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

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

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

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

This text has shadow with #639E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639E0A on black background.


Color preview on white background

This text has color #639E0A on white background.



Black color preview on #639E0A background

This text has black color on #639E0A background.


White color preview on #639E0A background

This text has white color on #639E0A background.