#639506

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

Shades of Olive Drab #639506

Tints of Olive Drab #639506

Color information

#639506 (or 0x639506) is unknown color: approx Olive Drab. HEX triplet: 63, 95 and 06. RGB value is (99,149,6). Sum of RGB (Red+Green+Blue) = 99+149+6=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #639506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639506 is #9C6AF9. Grayscale: #767676. Windows color (decimal): -10251002 or 431459. OLE color: 431459.

HSL color Cylindrical-coordinate representation of color #639506: hue angle of 80.98º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #639506 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB991496-
CMYK0.3400.960.42
HSL80.98º92.26%30.39%-
HSV(B)80.98º95.97%58.43%-
XYZ15.9324.164-
YUV117.7564.94114.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=38.98%
G=58.66%
B=2.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9914960.3400.960.4280.9892.2630.39
Hex63956220602A515c1e
Octal14322564201405212113436
Binary110001110010101110100010011000001010101010001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639506; }

 p { color: rgb(99,149,6); }

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

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

 a { background-color: rgb(99,149,6); }

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

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

 span { border-color: rgb(99,149,6); }

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