#639600

Color #639600 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #639600

Tints of Olive Drab #639600

Color information

#639600 (or 0x639600) is unknown color: approx Olive Drab. HEX triplet: 63, 96 and 00. RGB value is (99,150,0). Sum of RGB (Red+Green+Blue) = 99+150+0=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #639600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639600 is #9C69FF. Grayscale: #767676. Windows color (decimal): -10250752 or 38499. OLE color: 38499.

HSL color Cylindrical-coordinate representation of color #639600: hue angle of 80.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #639600 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB991500-
CMYK0.34010.41
HSL80.4º100%29.41%-
HSV(B)80.4º100%58.82%-
XYZ16.0524.473.88-
YUV117.6561.6114.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 150 (58.98% from 255) = 60.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.76%
G=60.24%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9915000.34010.4180.410029.41
Hex63960220642950641d
Octal14322604201445112014435
Binary1100011100101100100010011001001010011010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639600; }

 p { color: rgb(99,150,0); }

 H1.HeaderClassName
 {
   color: #639600;
 }
 .AnyTagClassName
 {
   color: #639600;
 }
</style>
background-color css

<style>
 a { background-color: #639600; }

 a { background-color: rgb(99,150,0); }

 div.DivClassName
 {
   background-color: #639600;
 }
 .BgClassName
 {
   background-color: #639600;
 }
</style>
border-color css

<style>
 span { border-color: #639600; }

 span { border-color: rgb(99,150,0); }

 td.TdClassName
 {
   border-color: #639600;
 }
 .TagClassName
 {
   border-color: #639600;
 }
</style>