#649610

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

Shades of Olive Drab #649610

Tints of Olive Drab #649610

Color information

#649610 (or 0x649610) is unknown color: approx Olive Drab. HEX triplet: 64, 96 and 10. RGB value is (100,150,16). Sum of RGB (Red+Green+Blue) = 100+150+16=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #649610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649610 is #9B69EF. Grayscale: #787878. Windows color (decimal): -10185200 or 1087076. OLE color: 1087076.

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

Color convert

RGB10015016-
CMYK0.3300.890.41
HSL82.39º80.72%32.55%-
HSV(B)82.39º89.33%58.82%-
XYZ16.2624.564.37-
YUV119.7769.44113.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 150 (58.98% from 255) = 56.39%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=37.59%
G=56.39%
B=6.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150160.3300.890.4182.3980.7232.55
Hex6496102105929525121
Octal144226204101315112212141
Binary110010010010110100001000010101100110100110100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649610; }

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

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

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

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

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

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

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

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