COLOR #639C00

HEX: #639C00
RGB: (99,156,0)

Renk bilgisi

#639C00 contains only red and green colors. #639C00 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#639C00 color RGB value is (99,156,0).

  • kırmız ton 99;
  • yeşil ton 156;
  • mavi ton 0.
RGB:
(99,156,0)
(39%,61%,0%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 156 of 255 = 61%
B 0 of 255 = 0%

99
156
0

R + G + B ~ 33%. #639C00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 156 + 0 = 255 (100%)
R 99 of 255 ~ 38.82%
G 156 of 255 ~ 61.18%
B 0 of 255 ~ 0%

%38.82
%61.18

CMYK RENK MODELİ

#639C00 rengi CMYK tonu (37,0,100,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 38.82%
CMYK:
(37,0,100,39)
C37M0Y100K39 
(37%,0%,100%,39%)
(0.37/0.00/1.00/0.39)	

CMYK yüzdeleri

%36.54
%0
%100
%38.82

Codes

Color #639C00 in popluar color models

639C00
RGB991560
HSL82°100.00%30.59%
HSB/HSV82°100.00%61.18%
CMYK36.54%0.00%100.00%
38.82%

Color #639C00 in popluar number systems.

HEX639C00
Decimal991560
Binary1100011100111000
Octal1432340

Shades and tints

Shades of #639C00

#639C00
(99,156,0)
#5A8E00
(90,142,0)
#518000
(81,128,0)
#487200
(72,114,0)
#3F6400
(63,100,0)
#365600
(54,86,0)
#2D4800
(45,72,0)
#243A00
(36,58,0)
#1B2C00
(27,44,0)
#121E00
(18,30,0)
#091000
(9,16,0)
#000000
(0,0,0)

Tints of #639C00

#639C00
(99,156,0)
#71A517
(113,165,23)
#7FAE2E
(127,174,46)
#8DB745
(141,183,69)
#9BC05C
(155,192,92)
#A9C973
(169,201,115)
#B7D28A
(183,210,138)
#C5DBA1
(197,219,161)
#D3E4B8
(211,228,184)
#E1EDCF
(225,237,207)
#EFF6E6
(239,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639C00 color. Also use rgb(99,156,0) instead hex code.

Text Font Color

.myTextColor { color: #639C00; }

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

This text font color is #639C00.


Background Color

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

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

This div background color is #639C00.


Border color

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

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

This div border color is #639C00.


Opacity

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

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

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

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

This text has shadow with #639C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C00 on black background.


Color preview on white background

This text has color #639C00 on white background.



Black color preview on #639C00 background

This text has black color on #639C00 background.


White color preview on #639C00 background

This text has white color on #639C00 background.