#649605

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

Shades of Olive Drab #649605

Tints of Olive Drab #649605

Color information

#649605 (or 0x649605) is unknown color: approx Olive Drab. HEX triplet: 64, 96 and 05. RGB value is (100,150,5). Sum of RGB (Red+Green+Blue) = 100+150+5=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #649605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649605 is #9B69FA. Grayscale: #777777. Windows color (decimal): -10185211 or 366180. OLE color: 366180.

HSL color Cylindrical-coordinate representation of color #649605: hue angle of 80.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649605 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1001505-
CMYK0.3300.970.41
HSL80.69º93.55%30.39%-
HSV(B)80.69º96.67%58.82%-
XYZ16.1924.534.03-
YUV118.5263.94114.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=39.22%
G=58.82%
B=1.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10015050.3300.970.4180.6993.5530.39
Hex649652106129515e1e
Octal14422654101415112113636
Binary110010010010110101100001011000011010011010001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649605; }

 p { color: rgb(100,150,5); }

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

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

 a { background-color: rgb(100,150,5); }

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

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

 span { border-color: rgb(100,150,5); }

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