#649603

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

Shades of Olive Drab #649603

Tints of Olive Drab #649603

Color information

#649603 (or 0x649603) is unknown color: approx Olive Drab. HEX triplet: 64, 96 and 03. RGB value is (100,150,3). Sum of RGB (Red+Green+Blue) = 100+150+3=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #649603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649603 is #9B69FC. Grayscale: #767676. Windows color (decimal): -10185213 or 235108. OLE color: 235108.

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

Color convert

RGB1001503-
CMYK0.3300.980.41
HSL80.41º96.08%30%-
HSV(B)80.41º98%58.82%-
XYZ16.1824.533.97-
YUV118.2962.94114.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=39.53%
G=59.29%
B=1.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10015030.3300.980.4180.4196.0830
Hex64963210622950601e
Octal14422634101425112014036
Binary11001001001011011100001011000101010011010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649603; }

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

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

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

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

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

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

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

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